Skip to content

Commit

Permalink
release 3.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
elias75015 committed Feb 22, 2023
1 parent e2c7164 commit 0a3fa87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions scripts/release/package-SDK2D.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"webservice",
"javascript"
],
"version" : "3.3.19",
"version" : "3.3.23",
"name" : "@ignf-geoportal/sdk-2d",
"main" : "dist/GpSDK2D-src.js",
"files" : [
Expand All @@ -23,7 +23,7 @@
"description" : "French Geoportal SDK based on OpenLayers (2D)",
"scripts" : {},
"directories" : {},
"date" : "18/11/2022",
"date" : "22/02/2023",
"author" : "IGNF",
"repository" : {
"type" : "git",
Expand All @@ -33,7 +33,7 @@
"dependencies" : {
"node-fetch" : "^2.6.1",
"ol" : "6.9.0",
"geoportal-extensions-openlayers" : "3.2.18",
"geoportal-extensions-openlayers" : "3.2.20",
"xmldom" : "^0.1.27"
}
}
8 changes: 4 additions & 4 deletions scripts/release/package-SDK3D.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
],
"dependencies" : {
"node-fetch" : "^2.6.1",
"geoportal-extensions-openlayers" : "3.2.18",
"geoportal-extensions-openlayers" : "3.2.20",
"ol" : "6.9.0",
"geoportal-extensions-itowns" : "2.3.9",
"geoportal-extensions-itowns" : "2.3.10",
"itowns" : "2.38.2",
"xmldom" : "^0.1.27"
},
"date" : "18/11/2022",
"date" : "22/02/2023",
"bugs" : {
"url" : "https://github.com/IGNF/geoportal-sdk/issues"
},
Expand All @@ -37,6 +37,6 @@
"README.md",
"package.json"
],
"version" : "3.3.19",
"version" : "3.3.23",
"main" : "dist/GpSDK3D-src.js"
}

0 comments on commit 0a3fa87

Please sign in to comment.