@fluidframework/container-loader 2.0.0-rc.1.0.4 → 2.0.0-rc.1.0.6
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/container.d.ts.map +1 -1
- package/dist/container.js +5 -1
- package/dist/container.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/lib/container.d.mts.map +1 -1
- package/lib/container.mjs +1 -0
- package/lib/container.mjs.map +1 -1
- package/lib/packageVersion.d.mts +1 -1
- package/lib/packageVersion.mjs +1 -1
- package/lib/packageVersion.mjs.map +1 -1
- package/package.json +12 -10
- package/src/container.ts +1 -0
- package/src/packageVersion.ts +1 -1
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-loader";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-rc.1.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-rc.1.0.6";
|
|
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,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.1.0.
|
|
1
|
+
{"version":3,"file":"packageVersion.mjs","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.1.0.6\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/container-loader",
|
|
3
|
-
"version": "2.0.0-rc.1.0.
|
|
3
|
+
"version": "2.0.0-rc.1.0.6",
|
|
4
4
|
"description": "Fluid container loader",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -137,15 +137,16 @@
|
|
|
137
137
|
"temp-directory": "nyc/.nyc_output"
|
|
138
138
|
},
|
|
139
139
|
"dependencies": {
|
|
140
|
-
"@fluid-internal/client-utils": ">=2.0.0-rc.1.0.
|
|
141
|
-
"@fluidframework/container-definitions": ">=2.0.0-rc.1.0.
|
|
142
|
-
"@fluidframework/core-interfaces": ">=2.0.0-rc.1.0.
|
|
143
|
-
"@fluidframework/core-utils": ">=2.0.0-rc.1.0.
|
|
144
|
-
"@fluidframework/driver-definitions": ">=2.0.0-rc.1.0.
|
|
145
|
-
"@fluidframework/driver-utils": ">=2.0.0-rc.1.0.
|
|
140
|
+
"@fluid-internal/client-utils": ">=2.0.0-rc.1.0.6 <2.0.0-rc.1.1.0",
|
|
141
|
+
"@fluidframework/container-definitions": ">=2.0.0-rc.1.0.6 <2.0.0-rc.1.1.0",
|
|
142
|
+
"@fluidframework/core-interfaces": ">=2.0.0-rc.1.0.6 <2.0.0-rc.1.1.0",
|
|
143
|
+
"@fluidframework/core-utils": ">=2.0.0-rc.1.0.6 <2.0.0-rc.1.1.0",
|
|
144
|
+
"@fluidframework/driver-definitions": ">=2.0.0-rc.1.0.6 <2.0.0-rc.1.1.0",
|
|
145
|
+
"@fluidframework/driver-utils": ">=2.0.0-rc.1.0.6 <2.0.0-rc.1.1.0",
|
|
146
146
|
"@fluidframework/protocol-base": "^3.0.0",
|
|
147
147
|
"@fluidframework/protocol-definitions": "^3.1.0",
|
|
148
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-rc.1.0.
|
|
148
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-rc.1.0.6 <2.0.0-rc.1.1.0",
|
|
149
|
+
"@ungap/structured-clone": "^1.2.0",
|
|
149
150
|
"debug": "^4.3.4",
|
|
150
151
|
"double-ended-queue": "^2.1.0-0",
|
|
151
152
|
"events": "^3.1.0",
|
|
@@ -154,13 +155,13 @@
|
|
|
154
155
|
},
|
|
155
156
|
"devDependencies": {
|
|
156
157
|
"@arethetypeswrong/cli": "^0.13.3",
|
|
157
|
-
"@fluid-private/test-loader-utils": ">=2.0.0-rc.1.0.
|
|
158
|
+
"@fluid-private/test-loader-utils": ">=2.0.0-rc.1.0.6 <2.0.0-rc.1.1.0",
|
|
158
159
|
"@fluid-tools/build-cli": "^0.29.0",
|
|
159
160
|
"@fluidframework/build-common": "^2.0.3",
|
|
160
161
|
"@fluidframework/build-tools": "^0.29.0",
|
|
161
162
|
"@fluidframework/container-loader-previous": "npm:@fluidframework/container-loader@2.0.0-internal.8.0.0",
|
|
162
163
|
"@fluidframework/eslint-config-fluid": "^3.2.0",
|
|
163
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-rc.1.0.
|
|
164
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-rc.1.0.6 <2.0.0-rc.1.1.0",
|
|
164
165
|
"@microsoft/api-extractor": "^7.38.3",
|
|
165
166
|
"@types/debug": "^4.1.5",
|
|
166
167
|
"@types/double-ended-queue": "^2.1.0",
|
|
@@ -168,6 +169,7 @@
|
|
|
168
169
|
"@types/mocha": "^9.1.1",
|
|
169
170
|
"@types/node": "^18.19.0",
|
|
170
171
|
"@types/sinon": "^7.0.13",
|
|
172
|
+
"@types/ungap__structured-clone": "^1.2.0",
|
|
171
173
|
"c8": "^8.0.1",
|
|
172
174
|
"copyfiles": "^2.4.1",
|
|
173
175
|
"cross-env": "^7.0.3",
|
package/src/container.ts
CHANGED
package/src/packageVersion.ts
CHANGED