@stadiamaps/ferrostar-webcomponents 0.1.2 → 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/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.2",
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 --target web --scope stadiamaps ferrostar --no-default-features --features wasm_js",
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 --target web ../common/ferrostar/pkg"
29
+ "publish:core": "wasm-pack publish --access public ../common/ferrostar/pkg"
30
30
  },
31
31
  "dependencies": {
32
- "@stadiamaps/ferrostar": "^0.9.1",
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",
@@ -38,7 +38,9 @@
38
38
  "devDependencies": {
39
39
  "typescript": "^5.2.2",
40
40
  "vite": "^5.4.1",
41
- "vitest": "^2.0.5"
41
+ "vitest": "^2.0.5",
42
+ "vite-plugin-wasm": "^3.3.0",
43
+ "vite-plugin-top-level-await": "^1.4.4"
42
44
  },
43
45
  "keywords": [
44
46
  "navigation",