diff --git a/package-lock.json b/package-lock.json index 4d8ee694d..c61a17ff0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16314,6 +16314,22 @@ "vuex": "^3.6.2" } }, + "packages/clients/afm/node_modules/@polar/plugin-pins": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@polar/plugin-pins/-/plugin-pins-1.3.1.tgz", + "integrity": "sha512-RE7oTjtQEmnq4M8coLcQckMNOv0nEtmFqPk/eRCLXRDj81hoUac0bQtuv67tsnYxR81jqwrNEACzOT/PSpIM4Q==", + "dev": true, + "license": "EUPL-1.2", + "dependencies": { + "@polar/lib-idx": "*" + }, + "peerDependencies": { + "@repositoryname/vuex-generators": "^1.1.2", + "ol": "^7.1.0", + "vue": "^2.6.14", + "vuex": "^3.6.2" + } + }, "packages/clients/afm/node_modules/geotiff": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/geotiff/-/geotiff-2.0.4.tgz", @@ -16572,6 +16588,22 @@ "vuex": "^3.6.2" } }, + "packages/clients/dish/node_modules/@polar/plugin-pins": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@polar/plugin-pins/-/plugin-pins-1.3.1.tgz", + "integrity": "sha512-RE7oTjtQEmnq4M8coLcQckMNOv0nEtmFqPk/eRCLXRDj81hoUac0bQtuv67tsnYxR81jqwrNEACzOT/PSpIM4Q==", + "dev": true, + "license": "EUPL-1.2", + "dependencies": { + "@polar/lib-idx": "*" + }, + "peerDependencies": { + "@repositoryname/vuex-generators": "^1.1.2", + "ol": "^7.1.0", + "vue": "^2.6.14", + "vuex": "^3.6.2" + } + }, "packages/clients/dish/node_modules/geotiff": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/geotiff/-/geotiff-2.0.4.tgz", @@ -16857,6 +16889,22 @@ "vuex": "^3.6.2" } }, + "packages/clients/generic/node_modules/@polar/plugin-pins": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@polar/plugin-pins/-/plugin-pins-1.3.1.tgz", + "integrity": "sha512-RE7oTjtQEmnq4M8coLcQckMNOv0nEtmFqPk/eRCLXRDj81hoUac0bQtuv67tsnYxR81jqwrNEACzOT/PSpIM4Q==", + "dev": true, + "license": "EUPL-1.2", + "dependencies": { + "@polar/lib-idx": "*" + }, + "peerDependencies": { + "@repositoryname/vuex-generators": "^1.1.2", + "ol": "^7.1.0", + "vue": "^2.6.14", + "vuex": "^3.6.2" + } + }, "packages/clients/generic/node_modules/geotiff": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/geotiff/-/geotiff-2.0.4.tgz", @@ -17127,6 +17175,22 @@ "vuex": "^3.6.2" } }, + "packages/clients/meldemichel/node_modules/@polar/plugin-pins": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@polar/plugin-pins/-/plugin-pins-1.3.1.tgz", + "integrity": "sha512-RE7oTjtQEmnq4M8coLcQckMNOv0nEtmFqPk/eRCLXRDj81hoUac0bQtuv67tsnYxR81jqwrNEACzOT/PSpIM4Q==", + "dev": true, + "license": "EUPL-1.2", + "dependencies": { + "@polar/lib-idx": "*" + }, + "peerDependencies": { + "@repositoryname/vuex-generators": "^1.1.2", + "ol": "^7.1.0", + "vue": "^2.6.14", + "vuex": "^3.6.2" + } + }, "packages/clients/meldemichel/node_modules/geotiff": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/geotiff/-/geotiff-2.0.4.tgz", @@ -17862,7 +17926,7 @@ }, "packages/plugins/Pins": { "name": "@polar/plugin-pins", - "version": "1.3.1", + "version": "2.0.0", "license": "EUPL-1.2", "devDependencies": { "@polar/lib-custom-types": "^1.5.0", diff --git a/packages/plugins/Pins/package.json b/packages/plugins/Pins/package.json index 42096da7f..f5a672c5e 100644 --- a/packages/plugins/Pins/package.json +++ b/packages/plugins/Pins/package.json @@ -1,8 +1,15 @@ { "name": "@polar/plugin-pins", - "version": "1.3.1", + "version": "2.0.0", "description": "Pins plugin for POLAR that adds map interactions to client that allow users to indicate a specific point on the map.", - "keywords": ["OpenLayers", "ol", "POLAR", "plugin", "pin", "coordinate"], + "keywords": [ + "OpenLayers", + "ol", + "POLAR", + "plugin", + "pin", + "coordinate" + ], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ",