@fluidframework/container-runtime 0.59.3000-66610 → 0.59.3000-67119

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.
@@ -746,7 +746,8 @@ class ContainerRuntime extends common_utils_1.TypedEventEmitter {
746
746
  this.removeAllListeners();
747
747
  }
748
748
  get IFluidTokenProvider() {
749
- if (this.options && this.options.intelligence) {
749
+ var _a;
750
+ if ((_a = this.options) === null || _a === void 0 ? void 0 : _a.intelligence) {
750
751
  // eslint-disable-next-line @typescript-eslint/consistent-type-assertions
751
752
  return {
752
753
  intelligence: this.options.intelligence,