leaflet-html 0.11.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/leaflet-html.js +676 -635
- package/dist/leaflet-html.umd.cjs +2 -2
- package/package.json +13 -2
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "leaflet-html",
|
3
3
|
"type": "module",
|
4
|
-
"version": "0.
|
4
|
+
"version": "0.13.0",
|
5
5
|
"description": "Leaflet maps expressed in HTML suitable for HTMX",
|
6
6
|
"keywords": [
|
7
7
|
"leaflet",
|
@@ -29,12 +29,23 @@
|
|
29
29
|
"build": "vite build",
|
30
30
|
"test": "vitest",
|
31
31
|
"coverage": "vitest run --coverage",
|
32
|
-
"coverage:watch": "vitest watch --coverage"
|
32
|
+
"coverage:watch": "vitest watch --coverage",
|
33
|
+
"storybook": "storybook dev -p 6006",
|
34
|
+
"build-storybook": "storybook build"
|
33
35
|
},
|
34
36
|
"devDependencies": {
|
37
|
+
"@chromatic-com/storybook": "^1.9.0",
|
38
|
+
"@storybook/addon-essentials": "^8.3.6",
|
39
|
+
"@storybook/addon-links": "^8.3.6",
|
40
|
+
"@storybook/blocks": "^8.3.6",
|
41
|
+
"@storybook/test": "^8.3.6",
|
42
|
+
"@storybook/web-components": "^8.3.6",
|
43
|
+
"@storybook/web-components-vite": "^8.3.6",
|
35
44
|
"@vitest/coverage-v8": "^1.6.0",
|
36
45
|
"happy-dom": "^14.10.1",
|
46
|
+
"lit": "^3.2.1",
|
37
47
|
"prettier": "3.2.5",
|
48
|
+
"storybook": "^8.3.6",
|
38
49
|
"vite": "^5.4.10",
|
39
50
|
"vitest": "^1.6.0"
|
40
51
|
},
|