@mappedin/viewer 0.41.2 → 0.41.3-20127ee.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.
@@ -2188,6 +2188,7 @@ declare class DirectionsController {
2188
2188
  toJSON(): {
2189
2189
  id: string;
2190
2190
  name: string;
2191
+ shortName: string;
2191
2192
  type: "Building" | "Outdoor" | undefined;
2192
2193
  floors: string[];
2193
2194
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.41.2",
3
+ "version": "0.41.3-20127ee.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@ladle/react": "^2.17.2",
21
- "@mappedin/mappedin-js": "6.0.1-canary-v6-250e6355.499",
21
+ "@mappedin/mappedin-js": "6.0.1-canary-v6-0bedd068.538",
22
22
  "@mappedin/mvf": "2.0.1-a6680b4.0",
23
23
  "@mappedin/self-serve-icons": "1.70.1-alpha.bl-SRV-2032.1739993160",
24
24
  "@testing-library/jest-dom": "^6.6.2",