Skip to content

Commit

Permalink
chore: temp release for publish testing
Browse files Browse the repository at this point in the history
  • Loading branch information
gchoqueux committed Jun 3, 2024
1 parent e5d9c89 commit 524566f
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "2.43.1",
"version": "2.46.1",
"description": "A JS/WebGL framework for 3D geospatial data visualization",
"type": "module",
"main": "./packages/lib/Main/Main.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/Geodesy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itowns_gc/geodesy",
"version": "2.43.1",
"version": "2.46.1",
"description": "Geodesy",
"type": "module",
"main": "lib/Main.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/Gui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itowns_gc/gui",
"version": "2.43.1",
"version": "2.46.1",
"description": "Gui",
"type": "module",
"main": "lib/Main.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/Main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itowns_gc",
"version": "2.43.1",
"version": "2.46.1",
"description": "A JS/WebGL framework for 3D geospatial data visualization",
"type": "module",
"main": "lib/Main.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
"url": "https://github.com/iTowns/itowns/issues"
},
"dependencies": {
"@itowns_gc/geodesy": "^2.43.1",
"@itowns_gc/geodesy": "^2.46.1",
"@mapbox/mapbox-gl-style-spec": "^13.28.0",
"@mapbox/vector-tile": "^1.3.1",
"@tmcw/togeojson": "^5.8.1",
Expand Down

0 comments on commit 524566f

Please sign in to comment.