diff --git a/package-lock.json b/package-lock.json index 2f44e45d..5d4ed9bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9234,9 +9234,9 @@ } }, "iotmapmanager": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/iotmapmanager/-/iotmapmanager-0.5.13.tgz", - "integrity": "sha512-eZvXO/Dof+nkNXOeZtsm5gNf0jRu/RgFhhucPc5CoM6s2Koy4vzwmJJlFOOhnHYWA3l3DH1wANStgKy9ZIYLIQ==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/iotmapmanager/-/iotmapmanager-1.0.0.tgz", + "integrity": "sha512-IGGGKU2FdbKPhok350L9e+/xGmKJu0KAGTruQaHV062mwcIFdl/UpTk2CelhfR+2XMvOpG1thkM0exTrohqgog==", "requires": { "@types/leaflet": "^1.5.19", "@types/leaflet.markercluster": "^1.4.3", diff --git a/package.json b/package.json index 8e2cafdf..d494f044 100644 --- a/package.json +++ b/package.json @@ -47,8 +47,7 @@ "@storybook/addon-knobs": "^6.1.0", "@types/leaflet": "^1.5.19", "@types/leaflet.markercluster": "^1.4.3", - "iotmapmanager": "^0.5.13", - "iotmapmanager-test": "0.0.5", + "iotmapmanager": "^1.0.0", "leaflet": "^1.6.0", "leaflet.markercluster": "^1.4.1", "zone.js": "^0.11.3" diff --git a/src/iotMapManager/css/markers.css b/src/iotMapManager/css/markers.css index c9c21989..0b1af063 100644 --- a/src/iotMapManager/css/markers.css +++ b/src/iotMapManager/css/markers.css @@ -1,6 +1,6 @@ /* * Software Name : IotMapManager -* Version: 0.5.13 +* Version: 1.0.0 * SPDX-FileCopyrightText: Copyright (c) 2020 Orange * SPDX-License-Identifier: MIT * diff --git a/src/iotMapManager/css/popup.css b/src/iotMapManager/css/popup.css index bbb134c6..ed014c1c 100644 --- a/src/iotMapManager/css/popup.css +++ b/src/iotMapManager/css/popup.css @@ -1,6 +1,6 @@ /* * Software Name : IotMapManager -* Version: 0.5.13 +* Version: 1.0.0 * SPDX-FileCopyrightText: Copyright (c) 2020 Orange * SPDX-License-Identifier: MIT * diff --git a/src/iotMapManager/index.ts b/src/iotMapManager/index.ts index 65e03de3..41fbebdd 100644 --- a/src/iotMapManager/index.ts +++ b/src/iotMapManager/index.ts @@ -1,6 +1,6 @@ /* * Software Name : IotMapManager -* Version: 0.5.13 +* Version: 1.0.0 * SPDX-FileCopyrightText: Copyright (c) 2020 Orange * SPDX-License-Identifier: MIT * diff --git a/src/iotMapManager/iotMapManager.css b/src/iotMapManager/iotMapManager.css index 4956dfef..eb4dce96 100644 --- a/src/iotMapManager/iotMapManager.css +++ b/src/iotMapManager/iotMapManager.css @@ -1,6 +1,6 @@ /* * Software Name : IotMapManager -* Version: 0.5.13 +* Version: 1.0.0 * SPDX-FileCopyrightText: Copyright (c) 2020 Orange * SPDX-License-Identifier: MIT * diff --git a/src/iotMapManager/package.json b/src/iotMapManager/package.json index f9e80430..fba91a01 100644 --- a/src/iotMapManager/package.json +++ b/src/iotMapManager/package.json @@ -1,6 +1,6 @@ { "name": "iotmapmanager", - "version": "0.5.13", + "version": "1.0.0", "description": "Manage markers and clusters on IotMaps", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/src/iotMapManager/readme.md b/src/iotMapManager/readme.md index 6cb10682..cee4ec60 100644 --- a/src/iotMapManager/readme.md +++ b/src/iotMapManager/readme.md @@ -1,4 +1,4 @@ -# IotMapManager V0.5.13 +# IotMapManager V1.0.0 This library provides management of markers dedicated to projects using mapping. ## use diff --git a/src/iotMapManager/src/iotMapClusters.ts b/src/iotMapManager/src/iotMapClusters.ts index 64b15fcc..c3ea6569 100644 --- a/src/iotMapManager/src/iotMapClusters.ts +++ b/src/iotMapManager/src/iotMapClusters.ts @@ -1,6 +1,6 @@ /* * Software Name : IotMapManager -* Version: 0.5.13 +* Version: 1.0.0 * SPDX-FileCopyrightText: Copyright (c) 2020 Orange * SPDX-License-Identifier: MIT * diff --git a/src/iotMapManager/src/iotMapCommonSvg.ts b/src/iotMapManager/src/iotMapCommonSvg.ts index 915f2d14..806db6f0 100644 --- a/src/iotMapManager/src/iotMapCommonSvg.ts +++ b/src/iotMapManager/src/iotMapCommonSvg.ts @@ -1,6 +1,6 @@ /* * Software Name: IotMapManager -* Version: 0.5.13 +* Version: 1.0.0 * SPDX-FileCopyrightText: Copyright (c) 2020 Orange * SPDX-License-Identifier: MIT * diff --git a/src/iotMapManager/src/iotMapManager.ts b/src/iotMapManager/src/iotMapManager.ts index c7241f75..de1520f5 100644 --- a/src/iotMapManager/src/iotMapManager.ts +++ b/src/iotMapManager/src/iotMapManager.ts @@ -1,6 +1,6 @@ /* * Software Name : IotMapManager -* Version: 0.5.13 +* Version: 1.0.0 * SPDX-FileCopyrightText: Copyright (c) 2020 Orange * SPDX-License-Identifier: MIT * diff --git a/src/iotMapManager/src/iotMapManagerConfig.ts b/src/iotMapManager/src/iotMapManagerConfig.ts index 533733d0..e9af915f 100644 --- a/src/iotMapManager/src/iotMapManagerConfig.ts +++ b/src/iotMapManager/src/iotMapManagerConfig.ts @@ -1,6 +1,6 @@ /* * Software Name : IotMapManager -* Version: 0.5.13 +* Version: 1.0.0 * SPDX-FileCopyrightText: Copyright (c) 2020 Orange * SPDX-License-Identifier: MIT * diff --git a/src/iotMapManager/src/iotMapManagerTypes.ts b/src/iotMapManager/src/iotMapManagerTypes.ts index 94b23c93..9e889e5d 100644 --- a/src/iotMapManager/src/iotMapManagerTypes.ts +++ b/src/iotMapManager/src/iotMapManagerTypes.ts @@ -1,6 +1,6 @@ /* * Software Name : IotMapManager -* Version: 0.5.13 +* Version: 1.0.0 * SPDX-FileCopyrightText: Copyright (c) 2020 Orange * SPDX-License-Identifier: MIT * diff --git a/src/iotMapManager/src/iotMapMarkers.ts b/src/iotMapManager/src/iotMapMarkers.ts index 267b5738..a028c496 100644 --- a/src/iotMapManager/src/iotMapMarkers.ts +++ b/src/iotMapManager/src/iotMapMarkers.ts @@ -1,6 +1,6 @@ /* * Software Name : IotMapManager -* Version: 0.5.13 +* Version: 1.0.0 * SPDX-FileCopyrightText: Copyright (c) 2020 Orange * SPDX-License-Identifier: MIT * diff --git a/src/iotMapManager/src/iotMapUserMarkers.ts b/src/iotMapManager/src/iotMapUserMarkers.ts index 5a332870..fa7becde 100644 --- a/src/iotMapManager/src/iotMapUserMarkers.ts +++ b/src/iotMapManager/src/iotMapUserMarkers.ts @@ -1,6 +1,6 @@ /* * Software Name : IotMapManager -* Version: 0.5.13 +* Version: 1.0.0 * SPDX-FileCopyrightText: Copyright (c) 2020 Orange * SPDX-License-Identifier: MIT *