@npm9912/v-map 0.2.4 → 0.3.0
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@npm9912/v-map",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "Provider-agnostische Web-Mapping-Komponentenbibliothek auf Basis von Stencil.js — unterstützt OpenLayers, Cesium, Leaflet und Deck.gl über ein einheitliches deklaratives Web-Component-API.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"map",
|
|
@@ -72,7 +72,8 @@
|
|
|
72
72
|
"docs:stencil": "stencil build --docs",
|
|
73
73
|
"docs:ts": "typedoc",
|
|
74
74
|
"docs:api": "node scripts/generate-api-docs.mjs",
|
|
75
|
-
"docs:
|
|
75
|
+
"docs:examples": "node scripts/build-examples.mjs",
|
|
76
|
+
"docs:build": "pnpm docs:stencil && pnpm docs:ts && pnpm docs:api && pnpm docs:examples && vitepress build docs",
|
|
76
77
|
"docs:dev": "vitepress dev docs",
|
|
77
78
|
"docs:preview": "vitepress preview docs",
|
|
78
79
|
"docs:pdf": "press-export-pdf export docs",
|