Skip to content

Commit

Permalink
feat: rename packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Desplandis committed Feb 12, 2025
1 parent faa9160 commit 43acb5d
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 20 deletions.
28 changes: 15 additions & 13 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/Debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
},
"homepage": "https://itowns.github.io/",
"dependencies": {
"@itowns/geographic": "^2.44.2",
"monorepo-itowns-geo": "^2.44.2",
"chart.js": "^4.4.4",
"dat.gui": "^0.7.9",
"itowns": "^2.44.2",
"monorepo-itowns": "^2.44.2",
"@tweenjs/tween.js": "^25.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/Geographic/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@itowns/geographic",
"name": "monorepo-itowns-geo",
"version": "2.44.2",
"description": "Geodesy",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/Main/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "itowns",
"name": "monorepo-itowns",
"version": "2.44.2",
"description": "A JS/WebGL framework for 3D geospatial data visualization",
"type": "module",
Expand Down Expand Up @@ -48,7 +48,7 @@
"url": "https://github.com/iTowns/itowns/issues"
},
"dependencies": {
"@itowns/geographic": "^2.44.2",
"monorepo-itowns-geo": "^2.44.2",
"@mapbox/vector-tile": "^2.0.3",
"@maplibre/maplibre-gl-style-spec": "^22.0.0",
"@tmcw/togeojson": "^5.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/Widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"url": "https://github.com/itowns/itowns/issues"
},
"dependencies": {
"@itowns/geographic": "^2.44.2",
"itowns": "^2.44.2"
"monorepo-itowns-geo": "^2.44.2",
"monorepo-itowns": "^2.44.2"
},
"homepage": "https://itowns.github.io/"
}

0 comments on commit 43acb5d

Please sign in to comment.