@fluidframework/container-runtime 2.74.0-365691 → 2.74.0-368706
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/container-runtime.test-files.tar +0 -0
- package/dist/containerRuntime.d.ts.map +1 -1
- package/dist/containerRuntime.js +0 -2
- 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 +1 -1
- package/lib/containerRuntime.d.ts.map +1 -1
- package/lib/containerRuntime.js +0 -2
- 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 +1 -1
- package/package.json +18 -18
- package/src/containerRuntime.ts +0 -2
- 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.74.0-
|
|
8
|
+
export declare const pkgVersion = "2.74.0-368706";
|
|
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,eAAe,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.74.0-
|
|
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,eAAe,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.74.0-368706\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/container-runtime",
|
|
3
|
-
"version": "2.74.0-
|
|
3
|
+
"version": "2.74.0-368706",
|
|
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.74.0-
|
|
123
|
-
"@fluidframework/container-definitions": "2.74.0-
|
|
124
|
-
"@fluidframework/container-runtime-definitions": "2.74.0-
|
|
125
|
-
"@fluidframework/core-interfaces": "2.74.0-
|
|
126
|
-
"@fluidframework/core-utils": "2.74.0-
|
|
127
|
-
"@fluidframework/datastore": "2.74.0-
|
|
128
|
-
"@fluidframework/driver-definitions": "2.74.0-
|
|
129
|
-
"@fluidframework/driver-utils": "2.74.0-
|
|
130
|
-
"@fluidframework/id-compressor": "2.74.0-
|
|
131
|
-
"@fluidframework/runtime-definitions": "2.74.0-
|
|
132
|
-
"@fluidframework/runtime-utils": "2.74.0-
|
|
133
|
-
"@fluidframework/telemetry-utils": "2.74.0-
|
|
122
|
+
"@fluid-internal/client-utils": "2.74.0-368706",
|
|
123
|
+
"@fluidframework/container-definitions": "2.74.0-368706",
|
|
124
|
+
"@fluidframework/container-runtime-definitions": "2.74.0-368706",
|
|
125
|
+
"@fluidframework/core-interfaces": "2.74.0-368706",
|
|
126
|
+
"@fluidframework/core-utils": "2.74.0-368706",
|
|
127
|
+
"@fluidframework/datastore": "2.74.0-368706",
|
|
128
|
+
"@fluidframework/driver-definitions": "2.74.0-368706",
|
|
129
|
+
"@fluidframework/driver-utils": "2.74.0-368706",
|
|
130
|
+
"@fluidframework/id-compressor": "2.74.0-368706",
|
|
131
|
+
"@fluidframework/runtime-definitions": "2.74.0-368706",
|
|
132
|
+
"@fluidframework/runtime-utils": "2.74.0-368706",
|
|
133
|
+
"@fluidframework/telemetry-utils": "2.74.0-368706",
|
|
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,16 +140,16 @@
|
|
|
140
140
|
"devDependencies": {
|
|
141
141
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
142
142
|
"@biomejs/biome": "~1.9.3",
|
|
143
|
-
"@fluid-internal/mocha-test-setup": "2.74.0-
|
|
144
|
-
"@fluid-private/stochastic-test-utils": "2.74.0-
|
|
145
|
-
"@fluid-private/test-pairwise-generator": "2.74.0-
|
|
143
|
+
"@fluid-internal/mocha-test-setup": "2.74.0-368706",
|
|
144
|
+
"@fluid-private/stochastic-test-utils": "2.74.0-368706",
|
|
145
|
+
"@fluid-private/test-pairwise-generator": "2.74.0-368706",
|
|
146
146
|
"@fluid-tools/benchmark": "^0.51.0",
|
|
147
147
|
"@fluid-tools/build-cli": "^0.60.0",
|
|
148
148
|
"@fluidframework/build-common": "^2.0.3",
|
|
149
149
|
"@fluidframework/build-tools": "^0.60.0",
|
|
150
150
|
"@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.73.0",
|
|
151
|
-
"@fluidframework/eslint-config-fluid": "2.74.0-
|
|
152
|
-
"@fluidframework/test-runtime-utils": "2.74.0-
|
|
151
|
+
"@fluidframework/eslint-config-fluid": "2.74.0-368706",
|
|
152
|
+
"@fluidframework/test-runtime-utils": "2.74.0-368706",
|
|
153
153
|
"@microsoft/api-extractor": "7.52.11",
|
|
154
154
|
"@types/double-ended-queue": "^2.1.0",
|
|
155
155
|
"@types/lz4js": "^0.2.0",
|
package/src/containerRuntime.ts
CHANGED
|
@@ -854,7 +854,6 @@ export class ContainerRuntime
|
|
|
854
854
|
IProvideFluidHandleContext,
|
|
855
855
|
IProvideLayerCompatDetails
|
|
856
856
|
{
|
|
857
|
-
/* eslint-disable @fluid-internal/fluid/no-hyphen-after-jsdoc-tag -- false positive AB#50920 */
|
|
858
857
|
/**
|
|
859
858
|
* Load the stores from a snapshot and returns the runtime.
|
|
860
859
|
* @param params - An object housing the runtime properties.
|
|
@@ -883,7 +882,6 @@ export class ContainerRuntime
|
|
|
883
882
|
registry: new FluidDataStoreRegistry(params.registryEntries),
|
|
884
883
|
});
|
|
885
884
|
}
|
|
886
|
-
/* eslint-enable @fluid-internal/fluid/no-hyphen-after-jsdoc-tag */
|
|
887
885
|
|
|
888
886
|
/**
|
|
889
887
|
* Load the stores from a snapshot and returns the runtime.
|
package/src/packageVersion.ts
CHANGED