@geoql/v-maplibre 1.2.1 → 1.2.3
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.
- package/package.json +15 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geoql/v-maplibre",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"description": "Vue 3 components for MapLibre GL - reactive map components with full TypeScript support",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -30,7 +30,6 @@
|
|
|
30
30
|
"lint:fix": "oxlint --fix",
|
|
31
31
|
"format": "prettier --write .",
|
|
32
32
|
"format:check": "prettier --check .",
|
|
33
|
-
"release": "release-it",
|
|
34
33
|
"prepublishOnly": "bun run lint && bun run format:check && bun run test:coverage && bun run build"
|
|
35
34
|
},
|
|
36
35
|
"peerDependencies": {
|
|
@@ -67,27 +66,25 @@
|
|
|
67
66
|
"pmtiles": "^4.3.2"
|
|
68
67
|
},
|
|
69
68
|
"devDependencies": {
|
|
70
|
-
"@deck.gl/core": "
|
|
71
|
-
"@deck.gl/layers": "
|
|
72
|
-
"@deck.gl/mapbox": "
|
|
73
|
-
"@deck.gl/aggregation-layers": "
|
|
74
|
-
"@deck.gl/geo-layers": "
|
|
75
|
-
"@deck.gl/mesh-layers": "
|
|
76
|
-
"@awmottaz/prettier-plugin-void-html": "
|
|
77
|
-
"@
|
|
78
|
-
"@types/node": "^25.0.3",
|
|
69
|
+
"@deck.gl/core": "catalog:deckgl",
|
|
70
|
+
"@deck.gl/layers": "catalog:deckgl",
|
|
71
|
+
"@deck.gl/mapbox": "catalog:deckgl",
|
|
72
|
+
"@deck.gl/aggregation-layers": "catalog:deckgl",
|
|
73
|
+
"@deck.gl/geo-layers": "catalog:deckgl",
|
|
74
|
+
"@deck.gl/mesh-layers": "catalog:deckgl",
|
|
75
|
+
"@awmottaz/prettier-plugin-void-html": "catalog:",
|
|
76
|
+
"@types/node": "^25.0.6",
|
|
79
77
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
80
78
|
"@vitest/coverage-v8": "^4.0.16",
|
|
81
79
|
"@vitest/ui": "^4.0.16",
|
|
82
80
|
"@vue/test-utils": "^2.4.6",
|
|
83
|
-
"happy-dom": "^20.0
|
|
84
|
-
"oxlint": "
|
|
85
|
-
"prettier": "
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"vite": "^7.3.0",
|
|
81
|
+
"happy-dom": "^20.1.0",
|
|
82
|
+
"oxlint": "catalog:",
|
|
83
|
+
"prettier": "catalog:",
|
|
84
|
+
"typescript": "catalog:",
|
|
85
|
+
"vite": "^7.3.1",
|
|
89
86
|
"vitest": "^4.0.16",
|
|
90
|
-
"vue": "
|
|
87
|
+
"vue": "catalog:",
|
|
91
88
|
"vue-tsc": "^3.2.2"
|
|
92
89
|
},
|
|
93
90
|
"publishConfig": {
|