@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.
- package/dist/containerRuntime.js +2 -1
- package/dist/containerRuntime.js.map +1 -1
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/lib/containerRuntime.js +2 -1
- package/lib/containerRuntime.js.map +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/package.json +12 -12
- package/src/containerRuntime.ts +1 -1
- package/src/packageVersion.ts +1 -1
package/dist/containerRuntime.js
CHANGED
|
@@ -746,7 +746,8 @@ class ContainerRuntime extends common_utils_1.TypedEventEmitter {
|
|
|
746
746
|
this.removeAllListeners();
|
|
747
747
|
}
|
|
748
748
|
get IFluidTokenProvider() {
|
|
749
|
-
|
|
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,
|