@fluidframework/container-runtime 2.0.0-rc.1.0.8 → 2.0.0-rc.1.0.9
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/dist/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.0.0-rc.1.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-rc.1.0.9";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/dist/packageVersion.js
CHANGED
|
@@ -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.0.0-rc.1.0.
|
|
11
|
+
exports.pkgVersion = "2.0.0-rc.1.0.9";
|
|
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,gBAAgB,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.0.0-rc.1.0.
|
|
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,gBAAgB,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.0.0-rc.1.0.9\";\n"]}
|
package/lib/packageVersion.d.mts
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.0.0-rc.1.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-rc.1.0.9";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.mts.map
|
package/lib/packageVersion.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.mjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,mCAAmC,CAAC;AAC3D,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,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.0.0-rc.1.0.
|
|
1
|
+
{"version":3,"file":"packageVersion.mjs","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,mCAAmC,CAAC;AAC3D,MAAM,CAAC,MAAM,UAAU,GAAG,gBAAgB,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.0.0-rc.1.0.9\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/container-runtime",
|
|
3
|
-
"version": "2.0.0-rc.1.0.
|
|
3
|
+
"version": "2.0.0-rc.1.0.9",
|
|
4
4
|
"description": "Fluid container runtime",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -147,19 +147,19 @@
|
|
|
147
147
|
"temp-directory": "nyc/.nyc_output"
|
|
148
148
|
},
|
|
149
149
|
"dependencies": {
|
|
150
|
-
"@fluid-internal/client-utils": ">=2.0.0-rc.1.0.
|
|
151
|
-
"@fluidframework/container-definitions": ">=2.0.0-rc.1.0.
|
|
152
|
-
"@fluidframework/container-runtime-definitions": ">=2.0.0-rc.1.0.
|
|
153
|
-
"@fluidframework/core-interfaces": ">=2.0.0-rc.1.0.
|
|
154
|
-
"@fluidframework/core-utils": ">=2.0.0-rc.1.0.
|
|
155
|
-
"@fluidframework/datastore": ">=2.0.0-rc.1.0.
|
|
156
|
-
"@fluidframework/driver-definitions": ">=2.0.0-rc.1.0.
|
|
157
|
-
"@fluidframework/driver-utils": ">=2.0.0-rc.1.0.
|
|
158
|
-
"@fluidframework/id-compressor": ">=2.0.0-rc.1.0.
|
|
150
|
+
"@fluid-internal/client-utils": ">=2.0.0-rc.1.0.9 <2.0.0-rc.1.1.0",
|
|
151
|
+
"@fluidframework/container-definitions": ">=2.0.0-rc.1.0.9 <2.0.0-rc.1.1.0",
|
|
152
|
+
"@fluidframework/container-runtime-definitions": ">=2.0.0-rc.1.0.9 <2.0.0-rc.1.1.0",
|
|
153
|
+
"@fluidframework/core-interfaces": ">=2.0.0-rc.1.0.9 <2.0.0-rc.1.1.0",
|
|
154
|
+
"@fluidframework/core-utils": ">=2.0.0-rc.1.0.9 <2.0.0-rc.1.1.0",
|
|
155
|
+
"@fluidframework/datastore": ">=2.0.0-rc.1.0.9 <2.0.0-rc.1.1.0",
|
|
156
|
+
"@fluidframework/driver-definitions": ">=2.0.0-rc.1.0.9 <2.0.0-rc.1.1.0",
|
|
157
|
+
"@fluidframework/driver-utils": ">=2.0.0-rc.1.0.9 <2.0.0-rc.1.1.0",
|
|
158
|
+
"@fluidframework/id-compressor": ">=2.0.0-rc.1.0.9 <2.0.0-rc.1.1.0",
|
|
159
159
|
"@fluidframework/protocol-definitions": "^3.1.0",
|
|
160
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-rc.1.0.
|
|
161
|
-
"@fluidframework/runtime-utils": ">=2.0.0-rc.1.0.
|
|
162
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-rc.1.0.
|
|
160
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-rc.1.0.9 <2.0.0-rc.1.1.0",
|
|
161
|
+
"@fluidframework/runtime-utils": ">=2.0.0-rc.1.0.9 <2.0.0-rc.1.1.0",
|
|
162
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-rc.1.0.9 <2.0.0-rc.1.1.0",
|
|
163
163
|
"@tylerbu/sorted-btree-es6": "^1.8.0",
|
|
164
164
|
"double-ended-queue": "^2.1.0-0",
|
|
165
165
|
"events": "^3.1.0",
|
|
@@ -168,15 +168,15 @@
|
|
|
168
168
|
},
|
|
169
169
|
"devDependencies": {
|
|
170
170
|
"@arethetypeswrong/cli": "^0.13.3",
|
|
171
|
-
"@fluid-private/stochastic-test-utils": ">=2.0.0-rc.1.0.
|
|
171
|
+
"@fluid-private/stochastic-test-utils": ">=2.0.0-rc.1.0.9 <2.0.0-rc.1.1.0",
|
|
172
172
|
"@fluid-tools/benchmark": "^0.48.0",
|
|
173
173
|
"@fluid-tools/build-cli": "^0.29.0",
|
|
174
174
|
"@fluidframework/build-common": "^2.0.3",
|
|
175
175
|
"@fluidframework/build-tools": "^0.29.0",
|
|
176
176
|
"@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.0.0-internal.8.0.0",
|
|
177
177
|
"@fluidframework/eslint-config-fluid": "^3.2.0",
|
|
178
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-rc.1.0.
|
|
179
|
-
"@fluidframework/test-runtime-utils": ">=2.0.0-rc.1.0.
|
|
178
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-rc.1.0.9 <2.0.0-rc.1.1.0",
|
|
179
|
+
"@fluidframework/test-runtime-utils": ">=2.0.0-rc.1.0.9 <2.0.0-rc.1.1.0",
|
|
180
180
|
"@microsoft/api-extractor": "^7.38.3",
|
|
181
181
|
"@types/double-ended-queue": "^2.1.0",
|
|
182
182
|
"@types/events": "^3.0.0",
|
package/src/packageVersion.ts
CHANGED