From 24aa00b9d26190e87963971ea374cc8073abd78a Mon Sep 17 00:00:00 2001 From: elias couppe Date: Fri, 4 Aug 2023 19:59:38 +0200 Subject: [PATCH] update: script build packages --- scripts/release/package-SDK2D.json | 34 +++++++++--------- scripts/release/package-SDK3D.json | 58 +++++++++++++++--------------- 2 files changed, 46 insertions(+), 46 deletions(-) diff --git a/scripts/release/package-SDK2D.json b/scripts/release/package-SDK2D.json index b8c7112b5..ec0bd8d1d 100644 --- a/scripts/release/package-SDK2D.json +++ b/scripts/release/package-SDK2D.json @@ -1,19 +1,14 @@ { - "homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html", - "main" : "dist/GpSDK2D-src.js", - "scripts" : {}, - "directories" : {}, - "version" : "3.4.0", - "repository" : { - "url" : "https://github.com/IGNF/geoportal-sdk.git", - "type" : "git" - }, - "author" : "IGNF", "bugs" : { "url" : "https://github.com/IGNF/geoportal-sdk/issues" }, - "license" : "CECILL-B", + "name" : "@ignf-geoportal/sdk-2d", "description" : "French Geoportal SDK based on OpenLayers (2D)", + "date" : "04/08/2023", + "scripts" : {}, + "module" : "src/SDK2D.js", + "author" : "IGNF", + "homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html", "files" : [ "dist/", "src/", @@ -21,9 +16,8 @@ "README.md", "package.json" ], - "module" : "src/SDK2D.js", - "date" : "07/06/2023", - "name" : "@ignf-geoportal/sdk-2d", + "directories" : {}, + "main" : "dist/GpSDK2D-src.js", "keywords" : [ "openlayers", "geoportail", @@ -31,9 +25,15 @@ "javascript" ], "dependencies" : { - "xmldom" : "^0.1.27", - "ol" : "6.9.0", + "geoportal-extensions-openlayers" : "3.3.3", "node-fetch" : "^2.6.1", - "geoportal-extensions-openlayers" : "3.3.1" + "xmldom" : "^0.1.27", + "ol" : "6.9.0" + }, + "license" : "CECILL-B", + "version" : "3.4.2", + "repository" : { + "type" : "git", + "url" : "https://github.com/IGNF/geoportal-sdk.git" } } diff --git a/scripts/release/package-SDK3D.json b/scripts/release/package-SDK3D.json index ddbbf6ced..beecc83ed 100644 --- a/scripts/release/package-SDK3D.json +++ b/scripts/release/package-SDK3D.json @@ -1,18 +1,18 @@ { - "name" : "@ignf-geoportal/sdk-3d", - "homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html", - "dependencies" : { - "ol" : "6.9.0", - "geoportal-extensions-openlayers" : "3.3.1", - "itowns" : "2.38.2", - "geoportal-extensions-itowns" : "2.4.1", - "node-fetch" : "^2.6.1", - "xmldom" : "^0.1.27" - }, - "directories" : {}, - "module" : "src/SDK3D.js", + "keywords" : [ + "openlayers", + "itowns", + "geoportail", + "webservice", + "javascript" + ], + "scripts" : {}, + "date" : "04/08/2023", + "description" : "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries", "main" : "dist/GpSDK3D-src.js", - "author" : "IGNF", + "module" : "src/SDK3D.js", + "directories" : {}, + "license" : "CECILL-B", "files" : [ "dist/", "src/", @@ -20,23 +20,23 @@ "README.md", "package.json" ], - "description" : "French Geoportal SDK based on OpenLayers (2D) and iTowns (3D) libraries", - "repository" : { - "type" : "git", - "url" : "https://github.com/IGNF/geoportal-sdk.git" - }, - "version" : "3.4.0", - "scripts" : {}, "bugs" : { "url" : "https://github.com/IGNF/geoportal-sdk/issues" }, - "keywords" : [ - "openlayers", - "itowns", - "geoportail", - "webservice", - "javascript" - ], - "license" : "CECILL-B", - "date" : "07/06/2023" + "version" : "3.4.2", + "dependencies" : { + "geoportal-extensions-openlayers" : "3.3.3", + "ol" : "6.9.0", + "node-fetch" : "^2.6.1", + "geoportal-extensions-itowns" : "2.4.3", + "itowns" : "2.38.2", + "xmldom" : "^0.1.27" + }, + "name" : "@ignf-geoportal/sdk-3d", + "repository" : { + "url" : "https://github.com/IGNF/geoportal-sdk.git", + "type" : "git" + }, + "author" : "IGNF", + "homepage" : "https://geoservices.ign.fr/documentation/utilisation_web/sdk.html" }