@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.
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/container-runtime";
8
- export declare const pkgVersion = "0.59.3000-66610";
8
+ export declare const pkgVersion = "0.59.3000-67119";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export const pkgName = "@fluidframework/container-runtime";
8
- export const pkgVersion = "0.59.3000-66610";
8
+ export const pkgVersion = "0.59.3000-67119";
9
9
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,mCAAmC,CAAC;AAC3D,MAAM,CAAC,MAAM,UAAU,GAAG,iBAAiB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/container-runtime\";\nexport const pkgVersion = \"0.59.3000-66610\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,mCAAmC,CAAC;AAC3D,MAAM,CAAC,MAAM,UAAU,GAAG,iBAAiB,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/container-runtime\";\nexport const pkgVersion = \"0.59.3000-67119\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/container-runtime",
3
- "version": "0.59.3000-66610",
3
+ "version": "0.59.3000-67119",
4
4
  "description": "Fluid container runtime",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -64,28 +64,28 @@
64
64
  "@fluidframework/common-definitions": "^0.20.1",
65
65
  "@fluidframework/common-utils": "^0.32.1",
66
66
  "@fluidframework/container-definitions": "^0.48.1000",
67
- "@fluidframework/container-runtime-definitions": "0.59.3000-66610",
68
- "@fluidframework/container-utils": "0.59.3000-66610",
67
+ "@fluidframework/container-runtime-definitions": "0.59.3000-67119",
68
+ "@fluidframework/container-utils": "0.59.3000-67119",
69
69
  "@fluidframework/core-interfaces": "^0.43.1000",
70
- "@fluidframework/datastore": "0.59.3000-66610",
70
+ "@fluidframework/datastore": "0.59.3000-67119",
71
71
  "@fluidframework/driver-definitions": "^0.46.1000",
72
- "@fluidframework/driver-utils": "0.59.3000-66610",
73
- "@fluidframework/garbage-collector": "0.59.3000-66610",
72
+ "@fluidframework/driver-utils": "0.59.3000-67119",
73
+ "@fluidframework/garbage-collector": "0.59.3000-67119",
74
74
  "@fluidframework/protocol-base": "^0.1036.3000-66438",
75
75
  "@fluidframework/protocol-definitions": "^0.1028.1000",
76
- "@fluidframework/runtime-definitions": "0.59.3000-66610",
77
- "@fluidframework/runtime-utils": "0.59.3000-66610",
78
- "@fluidframework/telemetry-utils": "0.59.3000-66610",
76
+ "@fluidframework/runtime-definitions": "0.59.3000-67119",
77
+ "@fluidframework/runtime-utils": "0.59.3000-67119",
78
+ "@fluidframework/telemetry-utils": "0.59.3000-67119",
79
79
  "double-ended-queue": "^2.1.0-0",
80
80
  "uuid": "^8.3.1"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@fluidframework/build-common": "^0.23.0",
84
- "@fluidframework/build-tools": "^0.2.66048",
84
+ "@fluidframework/build-tools": "^0.2.66793",
85
85
  "@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@0.59.2000",
86
86
  "@fluidframework/eslint-config-fluid": "^0.28.2000-0",
87
- "@fluidframework/mocha-test-setup": "0.59.3000-66610",
88
- "@fluidframework/test-runtime-utils": "0.59.3000-66610",
87
+ "@fluidframework/mocha-test-setup": "0.59.3000-67119",
88
+ "@fluidframework/test-runtime-utils": "0.59.3000-67119",
89
89
  "@microsoft/api-extractor": "^7.22.2",
90
90
  "@rushstack/eslint-config": "^2.5.1",
91
91
  "@types/double-ended-queue": "^2.1.0",
@@ -1298,7 +1298,7 @@ export class ContainerRuntime extends TypedEventEmitter<IContainerRuntimeEvents>
1298
1298
  }
1299
1299
 
1300
1300
  public get IFluidTokenProvider() {
1301
- if (this.options && this.options.intelligence) {
1301
+ if (this.options?.intelligence) {
1302
1302
  // eslint-disable-next-line @typescript-eslint/consistent-type-assertions
1303
1303
  return {
1304
1304
  intelligence: this.options.intelligence,
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/container-runtime";
9
- export const pkgVersion = "0.59.3000-66610";
9
+ export const pkgVersion = "0.59.3000-67119";