@minmaps-dev/mm-web-sdk 1.0.0-rc.4 → 1.0.0-rc.5

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.
Files changed (1) hide show
  1. package/package.json +19 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minmaps-dev/mm-web-sdk",
3
- "version": "1.0.0-rc.4",
3
+ "version": "1.0.0-rc.5",
4
4
  "description": "MinuteMaps indoor mapping SDK for MapLibre GL - render venues, floors, POIs, and wayfinding routes",
5
5
  "license": "MIT",
6
6
  "author": "MTS LLC",
@@ -11,7 +11,14 @@
11
11
  "bugs": {
12
12
  "url": "https://github.com/MTS-LLC/mm-maplibre-web-sdk-dev/issues"
13
13
  },
14
- "keywords": ["indoor-mapping", "maplibre", "wayfinding", "kiosk", "sdk", "minutemaps"],
14
+ "keywords": [
15
+ "indoor-mapping",
16
+ "maplibre",
17
+ "wayfinding",
18
+ "kiosk",
19
+ "sdk",
20
+ "minutemaps"
21
+ ],
15
22
  "homepage": "https://github.com/MTS-LLC/mm-maplibre-web-sdk-dev#readme",
16
23
  "publishConfig": {
17
24
  "access": "public"
@@ -38,7 +45,10 @@
38
45
  },
39
46
  "./package.json": "./package.json"
40
47
  },
41
- "files": ["dist", "src/themes/*.json"],
48
+ "files": [
49
+ "dist",
50
+ "src/themes/*.json"
51
+ ],
42
52
  "sideEffects": false,
43
53
  "scripts": {
44
54
  "build": "rimraf dist && rollup -c",
@@ -56,8 +66,12 @@
56
66
  "react-dom": "^18 || ^19"
57
67
  },
58
68
  "peerDependenciesMeta": {
59
- "react": { "optional": true },
60
- "react-dom": { "optional": true }
69
+ "react": {
70
+ "optional": true
71
+ },
72
+ "react-dom": {
73
+ "optional": true
74
+ }
61
75
  },
62
76
  "devDependencies": {
63
77
  "@rollup/plugin-alias": "^5.1.1",