Skip to content

Commit c1c6bab

Browse files
authored
Merge pull request #85 from Geode-solutions/next
Next
2 parents 619bc9c + 7c2fdf9 commit c1c6bab

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "OpenGeodeWeb-Viewer"
8-
version = "1.10.0"
8+
version = "1.10.1-rc.1"
99
dynamic = ["dependencies"]
1010
authors = [
1111
{ name="Geode-solutions", email="team-web@geode-solutions.com" },

0 commit comments

Comments
 (0)