@cocoar/vue-map 3.1.0 → 3.2.0-beta.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocoar/vue-map",
3
- "version": "3.1.0",
3
+ "version": "3.2.0-beta.11",
4
4
  "description": "Interactive Leaflet map component for Vue 3. Data-driven and standalone — it knows nothing about markdown or any embedding layer; a consumer feeds it resolved map data.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -45,7 +45,7 @@
45
45
  "leaflet": "^1.9.4"
46
46
  },
47
47
  "peerDependencies": {
48
- "@cocoar/vue-ui": "3.1.0",
48
+ "@cocoar/vue-ui": "3.2.0-beta.11",
49
49
  "vue": "^3.5.0"
50
50
  },
51
51
  "peerDependenciesMeta": {