Skip to content

Commit 3aea0d5

Browse files
committed
fix(schema_output_names): ogweb-back update & schemas names updated
1 parent 8755a15 commit 3aea0d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"test": "npm run json && pytest"
66
},
77
"dependencies": {
8-
"@geode/opengeodeweb-back": "5.4.1"
8+
"@geode/opengeodeweb-back": "5.8.6"
99
},
1010
"exports": {
11-
"./schemas.json": {
12-
"import": "./schemas.json",
13-
"require": "./schemas.json"
11+
"./opengeodeweb_viewer_schemas.json": {
12+
"import": "./opengeodeweb_viewer_schemas.json",
13+
"require": "./opengodeweb_viewer_schemas.json"
1414
}
1515
},
1616
"version": "0.0.0-semantically-released",
@@ -34,6 +34,6 @@
3434
"access": "public"
3535
},
3636
"files": [
37-
"schemas.json"
37+
"opengeodeweb_viewer_schemas.json"
3838
]
3939
}

0 commit comments

Comments
 (0)