@fluidframework/container-runtime 2.110.0 → 2.111.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/.dependency-cruiser.cjs +41 -0
- package/CHANGELOG.md +4 -0
- package/container-runtime.test-files.tar +0 -0
- package/dist/containerRuntime.d.ts.map +1 -1
- package/dist/containerRuntime.js +11 -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/dist/runtimeLayerCompatState.d.ts +2 -2
- package/lib/containerRuntime.d.ts.map +1 -1
- package/lib/containerRuntime.js +11 -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/lib/runtimeLayerCompatState.d.ts +2 -2
- package/package.json +21 -19
- package/src/containerRuntime.ts +11 -1
- package/src/packageVersion.ts +1 -1
package/lib/packageVersion.d.ts
CHANGED
|
@@ -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.
|
|
8
|
+
export declare const pkgVersion = "2.111.0";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/lib/packageVersion.js
CHANGED
|
@@ -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.
|
|
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.111.0\";\n"]}
|
|
@@ -17,11 +17,11 @@ export declare const runtimeCoreCompatDetails: {
|
|
|
17
17
|
/**
|
|
18
18
|
* The package version of the Runtime layer.
|
|
19
19
|
*/
|
|
20
|
-
readonly pkgVersion: "2.
|
|
20
|
+
readonly pkgVersion: "2.111.0";
|
|
21
21
|
/**
|
|
22
22
|
* The current generation of the Runtime layer.
|
|
23
23
|
*/
|
|
24
|
-
readonly generation:
|
|
24
|
+
readonly generation: 8;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
27
|
* Runtime's compatibility details that is exposed to the Loader layer.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/container-runtime",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.111.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.
|
|
123
|
-
"@fluidframework/container-definitions": "~2.
|
|
124
|
-
"@fluidframework/container-runtime-definitions": "~2.
|
|
125
|
-
"@fluidframework/core-interfaces": "~2.
|
|
126
|
-
"@fluidframework/core-utils": "~2.
|
|
127
|
-
"@fluidframework/datastore": "~2.
|
|
128
|
-
"@fluidframework/driver-definitions": "~2.
|
|
129
|
-
"@fluidframework/driver-utils": "~2.
|
|
130
|
-
"@fluidframework/id-compressor": "~2.
|
|
131
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
132
|
-
"@fluidframework/runtime-utils": "~2.
|
|
133
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
122
|
+
"@fluid-internal/client-utils": "~2.111.0",
|
|
123
|
+
"@fluidframework/container-definitions": "~2.111.0",
|
|
124
|
+
"@fluidframework/container-runtime-definitions": "~2.111.0",
|
|
125
|
+
"@fluidframework/core-interfaces": "~2.111.0",
|
|
126
|
+
"@fluidframework/core-utils": "~2.111.0",
|
|
127
|
+
"@fluidframework/datastore": "~2.111.0",
|
|
128
|
+
"@fluidframework/driver-definitions": "~2.111.0",
|
|
129
|
+
"@fluidframework/driver-utils": "~2.111.0",
|
|
130
|
+
"@fluidframework/id-compressor": "~2.111.0",
|
|
131
|
+
"@fluidframework/runtime-definitions": "~2.111.0",
|
|
132
|
+
"@fluidframework/runtime-utils": "~2.111.0",
|
|
133
|
+
"@fluidframework/telemetry-utils": "~2.111.0",
|
|
134
134
|
"@tylerbu/sorted-btree-es6": "^2.1.1",
|
|
135
135
|
"double-ended-queue": "^2.1.0-0",
|
|
136
136
|
"lz4js": "^0.2.0",
|
|
@@ -140,16 +140,16 @@
|
|
|
140
140
|
"devDependencies": {
|
|
141
141
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
142
142
|
"@biomejs/biome": "~2.4.5",
|
|
143
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
144
|
-
"@fluid-private/stochastic-test-utils": "~2.
|
|
145
|
-
"@fluid-private/test-pairwise-generator": "~2.
|
|
143
|
+
"@fluid-internal/mocha-test-setup": "~2.111.0",
|
|
144
|
+
"@fluid-private/stochastic-test-utils": "~2.111.0",
|
|
145
|
+
"@fluid-private/test-pairwise-generator": "~2.111.0",
|
|
146
146
|
"@fluid-tools/benchmark": "^0.59.0",
|
|
147
147
|
"@fluid-tools/build-cli": "^0.65.0",
|
|
148
148
|
"@fluidframework/build-common": "^2.0.3",
|
|
149
149
|
"@fluidframework/build-tools": "^0.65.0",
|
|
150
|
-
"@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.
|
|
150
|
+
"@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.110.0",
|
|
151
151
|
"@fluidframework/eslint-config-fluid": "^13.0.0",
|
|
152
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
152
|
+
"@fluidframework/test-runtime-utils": "~2.111.0",
|
|
153
153
|
"@microsoft/api-extractor": "7.58.1",
|
|
154
154
|
"@types/double-ended-queue": "^2.1.0",
|
|
155
155
|
"@types/lz4js": "^0.2.0",
|
|
@@ -157,9 +157,10 @@
|
|
|
157
157
|
"@types/node": "~22.19.17",
|
|
158
158
|
"@types/sinon": "^17.0.3",
|
|
159
159
|
"c8": "^10.1.3",
|
|
160
|
-
"concurrently": "^
|
|
160
|
+
"concurrently": "^10.0.3",
|
|
161
161
|
"copyfiles": "^2.4.1",
|
|
162
162
|
"cross-env": "^10.1.0",
|
|
163
|
+
"dependency-cruiser": "^17.3.2",
|
|
163
164
|
"eslint": "~9.39.1",
|
|
164
165
|
"jiti": "^2.6.1",
|
|
165
166
|
"mocha": "^11.7.5",
|
|
@@ -203,6 +204,7 @@
|
|
|
203
204
|
"ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
204
205
|
"ci:build:docs": "api-extractor run",
|
|
205
206
|
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
207
|
+
"depcruise": "depcruise src/",
|
|
206
208
|
"eslint": "eslint --quiet --format stylish src",
|
|
207
209
|
"eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
208
210
|
"format": "npm run format:biome",
|
package/src/containerRuntime.ts
CHANGED
|
@@ -2360,8 +2360,18 @@ export class ContainerRuntime
|
|
|
2360
2360
|
if (this.isSummarizerClient) {
|
|
2361
2361
|
// We want to dynamically import any thing inside summaryDelayLoadedModule module only when we are the summarizer client,
|
|
2362
2362
|
// so that all non summarizer clients don't have to load the code inside this module.
|
|
2363
|
+
// Import the delay-loaded module by its leaf path rather than through the `./summary/index.js` barrel,
|
|
2364
|
+
// which is also statically imported above for summarization dependencies every client loads
|
|
2365
|
+
// (SummaryManager, SummaryCollection, SummarizerClientElection, etc.). A bundler that traces re-exports
|
|
2366
|
+
// per symbol (e.g. webpack honoring sideEffects + providedExports) already keeps the summarizer out of
|
|
2367
|
+
// the initial chunk even if this dynamic import targets the barrel, because the barrel's static importers
|
|
2368
|
+
// use only non-summarizer symbols. A bundler without that analysis would instead treat the
|
|
2369
|
+
// statically-imported barrel as making the whole summarizer subgraph available and fold it into the
|
|
2370
|
+
// initial chunk. Targeting summaryDelayLoadedModule/index.js directly makes the split deterministic
|
|
2371
|
+
// across bundlers.
|
|
2363
2372
|
const module = await import(
|
|
2364
|
-
|
|
2373
|
+
// eslint-disable-next-line import-x/no-internal-modules -- Needed to import the delay-loaded module directly.
|
|
2374
|
+
/* webpackChunkName: "summarizerDelayLoadedModule" */ "./summary/summaryDelayLoadedModule/index.js"
|
|
2365
2375
|
);
|
|
2366
2376
|
this._summarizer = new module.Summarizer(
|
|
2367
2377
|
this /* ISummarizerRuntime */,
|
package/src/packageVersion.ts
CHANGED