@fluidframework/container-runtime 2.81.1 → 2.82.0

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 = "2.81.1";
8
+ export declare const pkgVersion = "2.82.0";
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 = "2.81.1";
8
+ export const pkgVersion = "2.82.0";
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,QAAQ,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 = \"2.81.1\";\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,QAAQ,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 = \"2.82.0\";\n"]}
@@ -17,7 +17,7 @@ export declare const runtimeCoreCompatDetails: {
17
17
  /**
18
18
  * The package version of the Runtime layer.
19
19
  */
20
- readonly pkgVersion: "2.81.1";
20
+ readonly pkgVersion: "2.82.0";
21
21
  /**
22
22
  * The current generation of the Runtime layer.
23
23
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/container-runtime",
3
- "version": "2.81.1",
3
+ "version": "2.82.0",
4
4
  "description": "Fluid container runtime",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -119,18 +119,18 @@
119
119
  "temp-directory": "nyc/.nyc_output"
120
120
  },
121
121
  "dependencies": {
122
- "@fluid-internal/client-utils": "~2.81.1",
123
- "@fluidframework/container-definitions": "~2.81.1",
124
- "@fluidframework/container-runtime-definitions": "~2.81.1",
125
- "@fluidframework/core-interfaces": "~2.81.1",
126
- "@fluidframework/core-utils": "~2.81.1",
127
- "@fluidframework/datastore": "~2.81.1",
128
- "@fluidframework/driver-definitions": "~2.81.1",
129
- "@fluidframework/driver-utils": "~2.81.1",
130
- "@fluidframework/id-compressor": "~2.81.1",
131
- "@fluidframework/runtime-definitions": "~2.81.1",
132
- "@fluidframework/runtime-utils": "~2.81.1",
133
- "@fluidframework/telemetry-utils": "~2.81.1",
122
+ "@fluid-internal/client-utils": "~2.82.0",
123
+ "@fluidframework/container-definitions": "~2.82.0",
124
+ "@fluidframework/container-runtime-definitions": "~2.82.0",
125
+ "@fluidframework/core-interfaces": "~2.82.0",
126
+ "@fluidframework/core-utils": "~2.82.0",
127
+ "@fluidframework/datastore": "~2.82.0",
128
+ "@fluidframework/driver-definitions": "~2.82.0",
129
+ "@fluidframework/driver-utils": "~2.82.0",
130
+ "@fluidframework/id-compressor": "~2.82.0",
131
+ "@fluidframework/runtime-definitions": "~2.82.0",
132
+ "@fluidframework/runtime-utils": "~2.82.0",
133
+ "@fluidframework/telemetry-utils": "~2.82.0",
134
134
  "@tylerbu/sorted-btree-es6": "^1.8.0",
135
135
  "double-ended-queue": "^2.1.0-0",
136
136
  "lz4js": "^0.2.0",
@@ -140,21 +140,21 @@
140
140
  "devDependencies": {
141
141
  "@arethetypeswrong/cli": "^0.18.2",
142
142
  "@biomejs/biome": "~1.9.3",
143
- "@fluid-internal/mocha-test-setup": "~2.81.1",
144
- "@fluid-private/stochastic-test-utils": "~2.81.1",
145
- "@fluid-private/test-pairwise-generator": "~2.81.1",
143
+ "@fluid-internal/mocha-test-setup": "~2.82.0",
144
+ "@fluid-private/stochastic-test-utils": "~2.82.0",
145
+ "@fluid-private/test-pairwise-generator": "~2.82.0",
146
146
  "@fluid-tools/benchmark": "^0.52.0",
147
147
  "@fluid-tools/build-cli": "^0.63.0",
148
148
  "@fluidframework/build-common": "^2.0.3",
149
149
  "@fluidframework/build-tools": "^0.63.0",
150
150
  "@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.81.0",
151
- "@fluidframework/eslint-config-fluid": "~2.81.1",
152
- "@fluidframework/test-runtime-utils": "~2.81.1",
151
+ "@fluidframework/eslint-config-fluid": "~2.82.0",
152
+ "@fluidframework/test-runtime-utils": "~2.82.0",
153
153
  "@microsoft/api-extractor": "7.52.11",
154
154
  "@types/double-ended-queue": "^2.1.0",
155
155
  "@types/lz4js": "^0.2.0",
156
156
  "@types/mocha": "^10.0.10",
157
- "@types/node": "^18.19.0",
157
+ "@types/node": "~20.19.30",
158
158
  "@types/sinon": "^17.0.3",
159
159
  "c8": "^10.1.3",
160
160
  "concurrently": "^9.2.1",
@@ -2872,6 +2872,7 @@ export class ContainerRuntime
2872
2872
  }
2873
2873
  case ConnectionState.CatchingUp: {
2874
2874
  assert(
2875
+ // eslint-disable-next-line @typescript-eslint/prefer-optional-chain -- TODO: ADO#58523 Code owners should verify if this code change is safe and make it if so or update this comment otherwise
2875
2876
  this.getConnectionState !== undefined &&
2876
2877
  this.getConnectionState() === ConnectionState.CatchingUp,
2877
2878
  0xc8d /* connection state mismatch between getConnectionState and setConnectionStatus notification */,
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/container-runtime";
9
- export const pkgVersion = "2.81.1";
9
+ export const pkgVersion = "2.82.0";
package/biome.jsonc DELETED
@@ -1,4 +0,0 @@
1
- {
2
- "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3
- "extends": ["../../../biome.jsonc"]
4
- }