@fluidframework/container-loader 2.0.0-rc.5.0.7 → 2.0.0-rc.5.0.8
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-loader";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-rc.5.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-rc.5.0.8";
|
|
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-loader";
|
|
11
|
-
exports.pkgVersion = "2.0.0-rc.5.0.
|
|
11
|
+
exports.pkgVersion = "2.0.0-rc.5.0.8";
|
|
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,kCAAkC,CAAC;AAC7C,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-loader\";\nexport const pkgVersion = \"2.0.0-rc.5.0.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,kCAAkC,CAAC;AAC7C,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-loader\";\nexport const pkgVersion = \"2.0.0-rc.5.0.8\";\n"]}
|
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-loader";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-rc.5.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-rc.5.0.8";
|
|
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,kCAAkC,CAAC;AAC1D,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-loader\";\nexport const pkgVersion = \"2.0.0-rc.5.0.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,kCAAkC,CAAC;AAC1D,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-loader\";\nexport const pkgVersion = \"2.0.0-rc.5.0.8\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/container-loader",
|
|
3
|
-
"version": "2.0.0-rc.5.0.
|
|
3
|
+
"version": "2.0.0-rc.5.0.8",
|
|
4
4
|
"description": "Fluid container loader",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -123,13 +123,13 @@
|
|
|
123
123
|
"temp-directory": "nyc/.nyc_output"
|
|
124
124
|
},
|
|
125
125
|
"dependencies": {
|
|
126
|
-
"@fluid-internal/client-utils": ">=2.0.0-rc.5.0.
|
|
127
|
-
"@fluidframework/container-definitions": ">=2.0.0-rc.5.0.
|
|
128
|
-
"@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.
|
|
129
|
-
"@fluidframework/core-utils": ">=2.0.0-rc.5.0.
|
|
130
|
-
"@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.
|
|
131
|
-
"@fluidframework/driver-utils": ">=2.0.0-rc.5.0.
|
|
132
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-rc.5.0.
|
|
126
|
+
"@fluid-internal/client-utils": ">=2.0.0-rc.5.0.8 <2.0.0-rc.5.1.0",
|
|
127
|
+
"@fluidframework/container-definitions": ">=2.0.0-rc.5.0.8 <2.0.0-rc.5.1.0",
|
|
128
|
+
"@fluidframework/core-interfaces": ">=2.0.0-rc.5.0.8 <2.0.0-rc.5.1.0",
|
|
129
|
+
"@fluidframework/core-utils": ">=2.0.0-rc.5.0.8 <2.0.0-rc.5.1.0",
|
|
130
|
+
"@fluidframework/driver-definitions": ">=2.0.0-rc.5.0.8 <2.0.0-rc.5.1.0",
|
|
131
|
+
"@fluidframework/driver-utils": ">=2.0.0-rc.5.0.8 <2.0.0-rc.5.1.0",
|
|
132
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-rc.5.0.8 <2.0.0-rc.5.1.0",
|
|
133
133
|
"@types/events_pkg": "npm:@types/events@^3.0.0",
|
|
134
134
|
"@ungap/structured-clone": "^1.2.0",
|
|
135
135
|
"debug": "^4.3.4",
|
|
@@ -140,9 +140,9 @@
|
|
|
140
140
|
"devDependencies": {
|
|
141
141
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
142
142
|
"@biomejs/biome": "^1.7.3",
|
|
143
|
-
"@fluid-internal/client-utils": ">=2.0.0-rc.5.0.
|
|
144
|
-
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.
|
|
145
|
-
"@fluid-private/test-loader-utils": ">=2.0.0-rc.5.0.
|
|
143
|
+
"@fluid-internal/client-utils": ">=2.0.0-rc.5.0.8 <2.0.0-rc.5.1.0",
|
|
144
|
+
"@fluid-internal/mocha-test-setup": ">=2.0.0-rc.5.0.8 <2.0.0-rc.5.1.0",
|
|
145
|
+
"@fluid-private/test-loader-utils": ">=2.0.0-rc.5.0.8 <2.0.0-rc.5.1.0",
|
|
146
146
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
147
147
|
"@fluidframework/build-common": "^2.0.3",
|
|
148
148
|
"@fluidframework/build-tools": "^0.39.0",
|
package/src/packageVersion.ts
CHANGED