@stadiamaps/ferrostar-webcomponents 0.1.3 → 0.1.4
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/dist/ferrostar-map.d.ts.map +1 -1
- package/dist/ferrostar-webcomponents.js +13 -884
- package/dist/ferrostar-webcomponents.js.map +1 -1
- package/dist/ferrostar-webcomponents.umd.cjs +13 -13
- package/dist/ferrostar-webcomponents.umd.cjs.map +1 -1
- package/package.json +6 -5
- package/dist/assets/ferrostar_bg.wasm +0 -0
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"Jacob Fielding <jacob@rallista.app>",
|
|
6
6
|
"Luke Seelenbinder <luke@stadiamaps.com>"
|
|
7
7
|
],
|
|
8
|
-
"version": "0.1.
|
|
8
|
+
"version": "0.1.4",
|
|
9
9
|
"license": "BSD-3-Clause",
|
|
10
10
|
"type": "module",
|
|
11
11
|
"main": "./dist/ferrostar-webcomponents.js",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"dev": "vite --config vite.config.site.ts",
|
|
22
22
|
"preview": "vite preview",
|
|
23
23
|
"test": "vitest",
|
|
24
|
-
"prepare:core": "cd ../common && wasm-pack build --
|
|
24
|
+
"prepare:core": "cd ../common && wasm-pack build --scope stadiamaps ferrostar --no-default-features --features wasm_js",
|
|
25
25
|
"build": "npm run prepare:core && tsc && vite build",
|
|
26
26
|
"build:site": "npm run build && vite build --config vite.config.site.ts",
|
|
27
27
|
"pack:core": "wasm-pack pack ../common/ferrostar/pkg",
|
|
28
28
|
"pack:all": "npm run pack:core && npm pack",
|
|
29
|
-
"publish:core": "wasm-pack publish --access public
|
|
29
|
+
"publish:core": "wasm-pack publish --access public ../common/ferrostar/pkg"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@stadiamaps/ferrostar": "^0.9.
|
|
32
|
+
"@stadiamaps/ferrostar": "^0.9.2",
|
|
33
33
|
"@stadiamaps/maplibre-search-box": "^1.0.1",
|
|
34
34
|
"lit": "^3.1.4",
|
|
35
35
|
"maplibre-gl": "^4.5.0",
|
|
@@ -39,7 +39,8 @@
|
|
|
39
39
|
"typescript": "^5.2.2",
|
|
40
40
|
"vite": "^5.4.1",
|
|
41
41
|
"vitest": "^2.0.5",
|
|
42
|
-
"vite-plugin-wasm
|
|
42
|
+
"vite-plugin-wasm": "^3.3.0",
|
|
43
|
+
"vite-plugin-top-level-await": "^1.4.4"
|
|
43
44
|
},
|
|
44
45
|
"keywords": [
|
|
45
46
|
"navigation",
|
|
Binary file
|