@stadiamaps/ferrostar-webcomponents 0.34.0 → 0.35.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 +13 -3
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"CatMe0w <CatMe0w@live.cn> (https://github.com/CatMe0w)",
|
|
7
7
|
"Luke Seelenbinder <luke@stadiamaps.com>"
|
|
8
8
|
],
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "0.35.0",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"type": "module",
|
|
12
12
|
"main": "./dist/ferrostar-webcomponents.js",
|
|
@@ -29,16 +29,26 @@
|
|
|
29
29
|
"build:site": "npm run build && vite build --config vite.config.site.ts",
|
|
30
30
|
"pack:core": "wasm-pack pack ../common/ferrostar/pkg",
|
|
31
31
|
"pack:all": "npm run pack:core && npm pack",
|
|
32
|
-
"publish:core": "wasm-pack publish --access public ../common/ferrostar/pkg"
|
|
32
|
+
"publish:core": "wasm-pack publish --access public ../common/ferrostar/pkg",
|
|
33
|
+
"lint": "eslint --cache --ext .js,.ts,.html src",
|
|
34
|
+
"lint:fix": "eslint --cache --ext .js,.ts,.html src --fix"
|
|
33
35
|
},
|
|
34
36
|
"dependencies": {
|
|
35
|
-
"@stadiamaps/ferrostar": "^0.34.0",
|
|
36
37
|
"@maptimy/platform-formatters": "^0.5.0",
|
|
38
|
+
"@stadiamaps/ferrostar": "^0.35.0",
|
|
37
39
|
"lit": "^3.2.1",
|
|
38
40
|
"maplibre-gl": "^4.5.0 || ^5"
|
|
39
41
|
},
|
|
40
42
|
"devDependencies": {
|
|
41
43
|
"@stadiamaps/maplibre-search-box": "^3.0.2",
|
|
44
|
+
"@typescript-eslint/eslint-plugin": "^8.32.1",
|
|
45
|
+
"@typescript-eslint/parser": "^8.32.1",
|
|
46
|
+
"eslint": "^9.26.0",
|
|
47
|
+
"eslint-config-prettier": "^10.1.5",
|
|
48
|
+
"eslint-plugin-html": "^8.1.2",
|
|
49
|
+
"eslint-plugin-lit": "^2.1.1",
|
|
50
|
+
"eslint-plugin-wc": "^3.0.1",
|
|
51
|
+
"globals": "^16.1.0",
|
|
42
52
|
"prettier": "^3.5.3",
|
|
43
53
|
"typescript": "^5.8.3",
|
|
44
54
|
"vite": "^6.2.5",
|