@mappedin/viewer
Advanced tools
Comparing version 0.30.4-9182ba9.0 to 0.30.5-75fc1f1.0
# Changelog | ||
## [0.30.4](https://github.com/MappedIn/viewer/compare/viewer-v0.30.3...viewer-v0.30.4) (2024-11-15) | ||
### Bug Fixes | ||
* **SRV-1828:** bump @mappedin/mappedin-js ([#353](https://github.com/MappedIn/viewer/issues/353)) ([9b83793](https://github.com/MappedIn/viewer/commit/9b837931c17dce5f2f60048b8b215890d8c59df8)) | ||
## [0.30.3](https://github.com/MappedIn/viewer/compare/viewer-v0.30.2...viewer-v0.30.3) (2024-11-07) | ||
@@ -4,0 +11,0 @@ |
@@ -104,5 +104,6 @@ import UIStore from '../ui-store'; | ||
get exteriorDoors(): { | ||
"__#12@#private": any; | ||
"__#13@#private": any; | ||
readonly __type: "door"; | ||
readonly name: string; | ||
readonly externalId: string; | ||
readonly description: string; | ||
@@ -126,3 +127,3 @@ readonly images: import("@mappedin/mvf").Image[]; | ||
links: { | ||
"__#19@#private": any; | ||
"__#20@#private": any; | ||
readonly url: string; | ||
@@ -129,0 +130,0 @@ readonly name: string | undefined; |
{ | ||
"name": "@mappedin/viewer", | ||
"version": "0.30.4-9182ba9.0", | ||
"version": "0.30.5-75fc1f1.0", | ||
"type": "module", | ||
@@ -21,3 +21,3 @@ "browser": "./dist/index.js", | ||
"@ladle/react": "^2.17.2", | ||
"@mappedin/mappedin-js": "6.0.1-canary-9f72d8a.219", | ||
"@mappedin/mappedin-js": "6.0.1-canary-v6-b12c4c9.276", | ||
"@mappedin/mvf": "2.0.1-b2558fc.0", | ||
@@ -24,0 +24,0 @@ "@mappedin/self-serve-icons": "1.57.0-beta.1729531824", |
Sorry, the diff of this file is too big to display
7825310
5344