@fluidframework/container-loader 2.4.0-297385 → 2.4.0-299707
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.4.0-
|
|
8
|
+
export declare const pkgVersion = "2.4.0-299707";
|
|
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.4.0-
|
|
11
|
+
exports.pkgVersion = "2.4.0-299707";
|
|
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,cAAc,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.4.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,cAAc,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.4.0-299707\";\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.4.0-
|
|
8
|
+
export declare const pkgVersion = "2.4.0-299707";
|
|
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,cAAc,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.4.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,cAAc,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.4.0-299707\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/container-loader",
|
|
3
|
-
"version": "2.4.0-
|
|
3
|
+
"version": "2.4.0-299707",
|
|
4
4
|
"description": "Fluid container loader",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -101,12 +101,14 @@
|
|
|
101
101
|
"cache-dir": "nyc/.cache",
|
|
102
102
|
"exclude": [
|
|
103
103
|
"src/test/**/*.*ts",
|
|
104
|
-
"dist/test/**/*.*js"
|
|
104
|
+
"dist/test/**/*.*js",
|
|
105
|
+
"lib/test/**/*.*js"
|
|
105
106
|
],
|
|
106
107
|
"exclude-after-remap": false,
|
|
107
108
|
"include": [
|
|
108
109
|
"src/**/*.*ts",
|
|
109
|
-
"dist/**/*.*js"
|
|
110
|
+
"dist/**/*.*js",
|
|
111
|
+
"lib/**/*.*js"
|
|
110
112
|
],
|
|
111
113
|
"report-dir": "nyc/report",
|
|
112
114
|
"reporter": [
|
|
@@ -117,13 +119,13 @@
|
|
|
117
119
|
"temp-directory": "nyc/.nyc_output"
|
|
118
120
|
},
|
|
119
121
|
"dependencies": {
|
|
120
|
-
"@fluid-internal/client-utils": "2.4.0-
|
|
121
|
-
"@fluidframework/container-definitions": "2.4.0-
|
|
122
|
-
"@fluidframework/core-interfaces": "2.4.0-
|
|
123
|
-
"@fluidframework/core-utils": "2.4.0-
|
|
124
|
-
"@fluidframework/driver-definitions": "2.4.0-
|
|
125
|
-
"@fluidframework/driver-utils": "2.4.0-
|
|
126
|
-
"@fluidframework/telemetry-utils": "2.4.0-
|
|
122
|
+
"@fluid-internal/client-utils": "2.4.0-299707",
|
|
123
|
+
"@fluidframework/container-definitions": "2.4.0-299707",
|
|
124
|
+
"@fluidframework/core-interfaces": "2.4.0-299707",
|
|
125
|
+
"@fluidframework/core-utils": "2.4.0-299707",
|
|
126
|
+
"@fluidframework/driver-definitions": "2.4.0-299707",
|
|
127
|
+
"@fluidframework/driver-utils": "2.4.0-299707",
|
|
128
|
+
"@fluidframework/telemetry-utils": "2.4.0-299707",
|
|
127
129
|
"@types/events_pkg": "npm:@types/events@^3.0.0",
|
|
128
130
|
"@ungap/structured-clone": "^1.2.0",
|
|
129
131
|
"debug": "^4.3.4",
|
|
@@ -132,14 +134,14 @@
|
|
|
132
134
|
"uuid": "^9.0.0"
|
|
133
135
|
},
|
|
134
136
|
"devDependencies": {
|
|
135
|
-
"@arethetypeswrong/cli": "^0.
|
|
137
|
+
"@arethetypeswrong/cli": "^0.16.4",
|
|
136
138
|
"@biomejs/biome": "~1.8.3",
|
|
137
|
-
"@fluid-internal/client-utils": "2.4.0-
|
|
138
|
-
"@fluid-internal/mocha-test-setup": "2.4.0-
|
|
139
|
-
"@fluid-private/test-loader-utils": "2.4.0-
|
|
140
|
-
"@fluid-tools/build-cli": "^0.
|
|
139
|
+
"@fluid-internal/client-utils": "2.4.0-299707",
|
|
140
|
+
"@fluid-internal/mocha-test-setup": "2.4.0-299707",
|
|
141
|
+
"@fluid-private/test-loader-utils": "2.4.0-299707",
|
|
142
|
+
"@fluid-tools/build-cli": "^0.48.0",
|
|
141
143
|
"@fluidframework/build-common": "^2.0.3",
|
|
142
|
-
"@fluidframework/build-tools": "^0.
|
|
144
|
+
"@fluidframework/build-tools": "^0.48.0",
|
|
143
145
|
"@fluidframework/container-loader-previous": "npm:@fluidframework/container-loader@~2.3.0",
|
|
144
146
|
"@fluidframework/eslint-config-fluid": "^5.4.0",
|
|
145
147
|
"@microsoft/api-extractor": "7.47.8",
|
|
@@ -156,7 +158,6 @@
|
|
|
156
158
|
"cross-env": "^7.0.3",
|
|
157
159
|
"eslint": "~8.55.0",
|
|
158
160
|
"mocha": "^10.2.0",
|
|
159
|
-
"mocha-json-output-reporter": "^2.0.1",
|
|
160
161
|
"mocha-multi-reporters": "^1.5.1",
|
|
161
162
|
"moment": "^2.21.0",
|
|
162
163
|
"prettier": "~3.0.3",
|
package/src/packageVersion.ts
CHANGED