diff --git a/package-lock.json b/package-lock.json index 16ebf0cd..079e7e34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9234,9 +9234,15 @@ } }, "iotmapmanager": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/iotmapmanager/-/iotmapmanager-0.3.1.tgz", - "integrity": "sha512-eltBvACrjA633ikMx2P4u1prnr/O0+VZ5X4cnygcDb8TDzfsGHKTaVoBaeqf0/qO+3XcQ+quVpaHpVKEimD1MQ==" + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/iotmapmanager/-/iotmapmanager-0.4.3.tgz", + "integrity": "sha512-jy148cV5DMuqIp5ty0y9ta9iMXQcF7ZkyUrou7b8eNkplTnKZVopW/3sgG0Jru37300tkuYzXWKI9DVzK147mQ==", + "requires": { + "@types/leaflet": "^1.5.19", + "@types/leaflet.markercluster": "^1.4.3", + "leaflet": "^1.6.0", + "leaflet.markercluster": "^1.4.1" + } }, "ip": { "version": "1.1.5", diff --git a/package.json b/package.json index 0ca84ad8..432ddb23 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,7 @@ "@storybook/addon-knobs": "^6.1.0", "@types/leaflet": "^1.5.19", "@types/leaflet.markercluster": "^1.4.3", + "iotmapmanager": "^0.4.3", "leaflet": "^1.6.0", "leaflet.markercluster": "^1.4.1", "zone.js": "^0.11.3" diff --git a/src/iotMapManager/iotMapClusters.ts b/src/iotMapManager/iotMapClusters.ts index 68c79d10..fffc2c25 100644 --- a/src/iotMapManager/iotMapClusters.ts +++ b/src/iotMapManager/iotMapClusters.ts @@ -1,6 +1,6 @@ /* * Software Name : IotMapManager -* Version: 0.4.2 +* Version: 0.4.3 * SPDX-FileCopyrightText: Copyright (c) 2020 Orange * SPDX-License-Identifier: MIT * diff --git a/src/iotMapManager/iotMapCommonSvg.ts b/src/iotMapManager/iotMapCommonSvg.ts index 10813a77..3b57312b 100644 --- a/src/iotMapManager/iotMapCommonSvg.ts +++ b/src/iotMapManager/iotMapCommonSvg.ts @@ -1,6 +1,6 @@ /* * Software Name: IotMapManager -* Version: 0.4.2 +* Version: 0.4.3 * SPDX-FileCopyrightText: Copyright (c) 2020 Orange * SPDX-License-Identifier: MIT * diff --git a/src/iotMapManager/iotMapManager.css b/src/iotMapManager/iotMapManager.css index f8d1c119..1b01b0d2 100644 --- a/src/iotMapManager/iotMapManager.css +++ b/src/iotMapManager/iotMapManager.css @@ -1,6 +1,6 @@ /* * Software Name : IotMapManager -* Version: 0.4.2 +* Version: 0.4.3 * SPDX-FileCopyrightText: Copyright (c) 2020 Orange * SPDX-License-Identifier: MIT * diff --git a/src/iotMapManager/iotMapManager.ts b/src/iotMapManager/iotMapManager.ts index d535ee3b..133aa652 100644 --- a/src/iotMapManager/iotMapManager.ts +++ b/src/iotMapManager/iotMapManager.ts @@ -1,6 +1,6 @@ /* * Software Name : IotMapManager -* Version: 0.4.2 +* Version: 0.4.3 * SPDX-FileCopyrightText: Copyright (c) 2020 Orange * SPDX-License-Identifier: MIT * diff --git a/src/iotMapManager/iotMapManagerConfig.ts b/src/iotMapManager/iotMapManagerConfig.ts index 3e59d784..3f8ea4ab 100644 --- a/src/iotMapManager/iotMapManagerConfig.ts +++ b/src/iotMapManager/iotMapManagerConfig.ts @@ -1,6 +1,6 @@ /* * Software Name : IotMapManager -* Version: 0.4.2 +* Version: 0.4.3 * SPDX-FileCopyrightText: Copyright (c) 2020 Orange * SPDX-License-Identifier: MIT * diff --git a/src/iotMapManager/iotMapManagerTypes.ts b/src/iotMapManager/iotMapManagerTypes.ts index 7b8156d2..f4b1a18d 100644 --- a/src/iotMapManager/iotMapManagerTypes.ts +++ b/src/iotMapManager/iotMapManagerTypes.ts @@ -1,6 +1,6 @@ /* * Software Name : IotMapManager -* Version: 0.4.2 +* Version: 0.4.3 * SPDX-FileCopyrightText: Copyright (c) 2020 Orange * SPDX-License-Identifier: MIT * diff --git a/src/iotMapManager/iotMapMarkers.ts b/src/iotMapManager/iotMapMarkers.ts index dffc8406..7bb5b3de 100644 --- a/src/iotMapManager/iotMapMarkers.ts +++ b/src/iotMapManager/iotMapMarkers.ts @@ -1,6 +1,6 @@ /* * Software Name : IotMapManager -* Version: 0.4.2 +* Version: 0.4.3 * SPDX-FileCopyrightText: Copyright (c) 2020 Orange * SPDX-License-Identifier: MIT * diff --git a/src/iotMapManager/iotMapUserMarkers.ts b/src/iotMapManager/iotMapUserMarkers.ts index fba54e00..75d7a63f 100644 --- a/src/iotMapManager/iotMapUserMarkers.ts +++ b/src/iotMapManager/iotMapUserMarkers.ts @@ -1,6 +1,6 @@ /* * Software Name : IotMapManager -* Version: 0.4.2 +* Version: 0.4.3 * SPDX-FileCopyrightText: Copyright (c) 2020 Orange * SPDX-License-Identifier: MIT * diff --git a/src/iotMapManager/package.json b/src/iotMapManager/package.json index feb58127..30678e17 100644 --- a/src/iotMapManager/package.json +++ b/src/iotMapManager/package.json @@ -1,6 +1,6 @@ { "_from": "iotmapmanager", - "_id": "iotmapmanager@0.4.2", + "_id": "iotmapmanager@0.4.3", "_inBundle": false, "_integrity": "sha512-Q7PVTJ/WHujDFcuO1B+MGJMXHLlJndJ9JrgDSf0UXdEdbsyf8otVrDBbE7bYZ2J5p4nfbT15ex+x1aTbJxgAMA==", "_location": "/iotmapmanager", @@ -53,5 +53,5 @@ "test": "echo \"Error: no test specified\" && exit 1", "build": "npm i && tsc" }, - "version": "0.4.2" + "version": "0.4.3" }