@fluidframework/container-runtime 2.116.1 → 2.117.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/container-runtime
2
2
 
3
+ ## 2.117.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.116.0
4
8
 
5
9
  ### Minor Changes
Binary file
@@ -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.116.1";
8
+ export declare const pkgVersion = "2.117.0";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -8,5 +8,5 @@
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.pkgVersion = exports.pkgName = void 0;
10
10
  exports.pkgName = "@fluidframework/container-runtime";
11
- exports.pkgVersion = "2.116.1";
11
+ exports.pkgVersion = "2.117.0";
12
12
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,mCAAmC,CAAC;AAC9C,QAAA,UAAU,GAAG,SAAS,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.116.1\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,mCAAmC,CAAC;AAC9C,QAAA,UAAU,GAAG,SAAS,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.117.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.116.1";
20
+ readonly pkgVersion: "2.117.0";
21
21
  /**
22
22
  * The current generation of the Runtime layer.
23
23
  */
@@ -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.116.1";
8
+ export declare const pkgVersion = "2.117.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.116.1";
8
+ export const pkgVersion = "2.117.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,SAAS,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.116.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,SAAS,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.117.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.116.1";
20
+ readonly pkgVersion: "2.117.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.116.1",
3
+ "version": "2.117.0",
4
4
  "description": "Fluid container runtime",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -129,18 +129,18 @@
129
129
  "temp-directory": "nyc/.nyc_output"
130
130
  },
131
131
  "dependencies": {
132
- "@fluid-internal/client-utils": "~2.116.1",
133
- "@fluidframework/container-definitions": "~2.116.1",
134
- "@fluidframework/container-runtime-definitions": "~2.116.1",
135
- "@fluidframework/core-interfaces": "~2.116.1",
136
- "@fluidframework/core-utils": "~2.116.1",
137
- "@fluidframework/datastore": "~2.116.1",
138
- "@fluidframework/driver-definitions": "~2.116.1",
139
- "@fluidframework/driver-utils": "~2.116.1",
140
- "@fluidframework/id-compressor": "~2.116.1",
141
- "@fluidframework/runtime-definitions": "~2.116.1",
142
- "@fluidframework/runtime-utils": "~2.116.1",
143
- "@fluidframework/telemetry-utils": "~2.116.1",
132
+ "@fluid-internal/client-utils": "~2.117.0",
133
+ "@fluidframework/container-definitions": "~2.117.0",
134
+ "@fluidframework/container-runtime-definitions": "~2.117.0",
135
+ "@fluidframework/core-interfaces": "~2.117.0",
136
+ "@fluidframework/core-utils": "~2.117.0",
137
+ "@fluidframework/datastore": "~2.117.0",
138
+ "@fluidframework/driver-definitions": "~2.117.0",
139
+ "@fluidframework/driver-utils": "~2.117.0",
140
+ "@fluidframework/id-compressor": "~2.117.0",
141
+ "@fluidframework/runtime-definitions": "~2.117.0",
142
+ "@fluidframework/runtime-utils": "~2.117.0",
143
+ "@fluidframework/telemetry-utils": "~2.117.0",
144
144
  "@tylerbu/sorted-btree-es6": "^2.1.1",
145
145
  "double-ended-queue": "^2.1.0-0",
146
146
  "lz4js": "^0.2.0",
@@ -150,16 +150,16 @@
150
150
  "devDependencies": {
151
151
  "@arethetypeswrong/cli": "^0.18.5",
152
152
  "@biomejs/biome": "~2.4.5",
153
- "@fluid-internal/mocha-test-setup": "~2.116.1",
154
- "@fluid-private/stochastic-test-utils": "~2.116.1",
155
- "@fluid-private/test-pairwise-generator": "~2.116.1",
153
+ "@fluid-internal/mocha-test-setup": "~2.117.0",
154
+ "@fluid-private/stochastic-test-utils": "~2.117.0",
155
+ "@fluid-private/test-pairwise-generator": "~2.117.0",
156
156
  "@fluid-tools/benchmark": "^0.59.0",
157
157
  "@fluid-tools/build-cli": "^0.67.0",
158
158
  "@fluidframework/build-common": "^2.0.3",
159
159
  "@fluidframework/build-tools": "^0.67.0",
160
160
  "@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.116.0",
161
161
  "@fluidframework/eslint-config-fluid": "^14.0.0",
162
- "@fluidframework/test-runtime-utils": "~2.116.1",
162
+ "@fluidframework/test-runtime-utils": "~2.117.0",
163
163
  "@microsoft/api-extractor": "7.58.1",
164
164
  "@types/double-ended-queue": "^2.1.0",
165
165
  "@types/lz4js": "^0.2.0",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/container-runtime";
9
- export const pkgVersion = "2.116.1";
9
+ export const pkgVersion = "2.117.0";