@stadiamaps/ferrostar-webcomponents 0.9.2 → 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
@@ -3,9 +3,10 @@
3
3
  "collaborators": [
4
4
  "Ian Wagner <ian@stadiamaps.com>",
5
5
  "Jacob Fielding <jacob@rallista.app>",
6
+ "CatMe0w <CatMe0w@live.cn> (https://github.com/CatMe0w)",
6
7
  "Luke Seelenbinder <luke@stadiamaps.com>"
7
8
  ],
8
- "version": "0.9.2",
9
+ "version": "0.11.0",
9
10
  "license": "BSD-3-Clause",
10
11
  "type": "module",
11
12
  "main": "./dist/ferrostar-webcomponents.js",
@@ -18,7 +19,7 @@
18
19
  ],
19
20
  "types": "./dist/main.d.ts",
20
21
  "scripts": {
21
- "dev": "vite --config vite.config.site.ts",
22
+ "dev": "npm run build:site && vite --config vite.config.site.ts",
22
23
  "preview": "vite preview",
23
24
  "test": "vitest",
24
25
  "prepare:core": "cd ../common && wasm-pack build --scope stadiamaps ferrostar --no-default-features --features wasm_js",
@@ -29,13 +30,13 @@
29
30
  "publish:core": "wasm-pack publish --access public ../common/ferrostar/pkg"
30
31
  },
31
32
  "dependencies": {
32
- "@stadiamaps/ferrostar": "^0.10.0",
33
- "@stadiamaps/maplibre-search-box": "^1.0.1",
33
+ "@stadiamaps/ferrostar": "^0.11.0",
34
34
  "lit": "^3.1.4",
35
35
  "maplibre-gl": "^4.5.0",
36
36
  "vite-plugin-dts": "^4.0.3"
37
37
  },
38
38
  "devDependencies": {
39
+ "@stadiamaps/maplibre-search-box": "^1.1.0",
39
40
  "typescript": "^5.2.2",
40
41
  "vite": "^5.4.1",
41
42
  "vitest": "^2.0.5",