@stadiamaps/ferrostar-webcomponents 0.10.1 → 0.11.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 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.10.1",
9
+ "version": "0.11.0",
10
10
  "license": "BSD-3-Clause",
11
11
  "type": "module",
12
12
  "main": "./dist/ferrostar-webcomponents.js",
@@ -19,7 +19,7 @@
19
19
  ],
20
20
  "types": "./dist/main.d.ts",
21
21
  "scripts": {
22
- "dev": "vite --config vite.config.site.ts",
22
+ "dev": "npm run build:site && vite --config vite.config.site.ts",
23
23
  "preview": "vite preview",
24
24
  "test": "vitest",
25
25
  "prepare:core": "cd ../common && wasm-pack build --scope stadiamaps ferrostar --no-default-features --features wasm_js",
@@ -30,13 +30,13 @@
30
30
  "publish:core": "wasm-pack publish --access public ../common/ferrostar/pkg"
31
31
  },
32
32
  "dependencies": {
33
- "@stadiamaps/ferrostar": "^0.10.1",
34
- "@stadiamaps/maplibre-search-box": "^1.0.1",
33
+ "@stadiamaps/ferrostar": "^0.11.0",
35
34
  "lit": "^3.1.4",
36
35
  "maplibre-gl": "^4.5.0",
37
36
  "vite-plugin-dts": "^4.0.3"
38
37
  },
39
38
  "devDependencies": {
39
+ "@stadiamaps/maplibre-search-box": "^1.1.0",
40
40
  "typescript": "^5.2.2",
41
41
  "vite": "^5.4.1",
42
42
  "vitest": "^2.0.5",