@mappedin/viewer 0.15.1 → 0.15.2-7297a39.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.
@@ -35,6 +35,7 @@ declare class RootStore {
35
35
  private syncState;
36
36
  private syncCurrentFloor;
37
37
  private syncDeparture;
38
+ private isValidPlace;
38
39
  get isMakerPreview(): boolean;
39
40
  get isAppEmbedded(): boolean;
40
41
  get placesById(): Record<string, Place>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.15.1",
3
+ "version": "0.15.2-7297a39.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",