bruce-cesium 3.9.2 → 3.9.3

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.
@@ -15182,7 +15182,7 @@
15182
15182
  sourceAccountId: (_b = this.item.tileset) === null || _b === void 0 ? void 0 : _b.ClientAccountID,
15183
15183
  tilesetId: tilesetId,
15184
15184
  forAccountId: this.getters.GetAccountId(),
15185
- api: this.getters.GetGlobalApi()
15185
+ getters: this.getters
15186
15186
  })];
15187
15187
  case 2:
15188
15188
  canAccess = _g.sent();
@@ -15433,7 +15433,7 @@
15433
15433
  sourceAccountId: (_b = this.item.tileset) === null || _b === void 0 ? void 0 : _b.ClientAccountID,
15434
15434
  tilesetId: tilesetId,
15435
15435
  forAccountId: this.getters.GetAccountId(),
15436
- api: this.getters.GetGlobalApi()
15436
+ getters: this.getters
15437
15437
  })];
15438
15438
  case 2:
15439
15439
  canAccess = _f.sent();
@@ -15789,7 +15789,7 @@
15789
15789
  sourceAccountId: (_f = this.item.tileset) === null || _f === void 0 ? void 0 : _f.ClientAccountID,
15790
15790
  tilesetId: tilesetId,
15791
15791
  forAccountId: this.getters.GetAccountId(),
15792
- api: this.getters.GetGlobalApi()
15792
+ getters: this.getters
15793
15793
  })];
15794
15794
  case 2:
15795
15795
  canAccess = _p.sent();
@@ -24094,7 +24094,7 @@
24094
24094
  ViewRenderEngine.Render = Render;
24095
24095
  })(exports.ViewRenderEngine || (exports.ViewRenderEngine = {}));
24096
24096
 
24097
- var VERSION = "3.9.2";
24097
+ var VERSION = "3.9.3";
24098
24098
 
24099
24099
  exports.VERSION = VERSION;
24100
24100
  exports.CesiumParabola = CesiumParabola;