bruce-cesium 6.1.1 → 6.1.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.
@@ -9989,7 +9989,7 @@
9989
9989
  this.prePositioned = !isNaN((_a = params.pos3d) === null || _a === void 0 ? void 0 : _a.x);
9990
9990
  this.createLabel(params.pos3d);
9991
9991
  if (!params.api && !BModels.ENVIRONMENT.IS_SELF_MANAGED) {
9992
- params.api = BModels.ENVIRONMENT.Api().GetBruceApi();
9992
+ this.api = BModels.ENVIRONMENT.Api().GetBruceApi();
9993
9993
  }
9994
9994
  }
9995
9995
  /**
@@ -33450,7 +33450,7 @@
33450
33450
  }
33451
33451
  }
33452
33452
 
33453
- const VERSION = "6.1.1";
33453
+ const VERSION = "6.1.3";
33454
33454
 
33455
33455
  exports.VERSION = VERSION;
33456
33456
  exports.isOutlineChanged = isOutlineChanged;