@fluid-internal/client-utils 2.4.0-297027 → 2.4.0-297385
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/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-internal/client-utils",
|
|
3
|
-
"version": "2.4.0-
|
|
3
|
+
"version": "2.4.0-297385",
|
|
4
4
|
"description": "Not intended for use outside the Fluid Framework.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
"temp-directory": "nyc/.nyc_output"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@fluidframework/core-interfaces": "2.4.0-
|
|
71
|
-
"@fluidframework/core-utils": "2.4.0-
|
|
70
|
+
"@fluidframework/core-interfaces": "2.4.0-297385",
|
|
71
|
+
"@fluidframework/core-utils": "2.4.0-297385",
|
|
72
72
|
"@types/events_pkg": "npm:@types/events@^3.0.0",
|
|
73
73
|
"base64-js": "^1.5.1",
|
|
74
74
|
"buffer": "^6.0.3",
|
|
@@ -78,8 +78,8 @@
|
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
80
80
|
"@biomejs/biome": "~1.8.3",
|
|
81
|
-
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils
|
|
82
|
-
"@fluid-internal/mocha-test-setup": "2.4.0-
|
|
81
|
+
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@~2.3.0",
|
|
82
|
+
"@fluid-internal/mocha-test-setup": "2.4.0-297385",
|
|
83
83
|
"@fluid-tools/build-cli": "^0.46.0",
|
|
84
84
|
"@fluidframework/build-common": "^2.0.3",
|
|
85
85
|
"@fluidframework/build-tools": "^0.46.0",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"@microsoft/api-extractor": "7.47.8",
|
|
88
88
|
"@types/base64-js": "^1.3.0",
|
|
89
89
|
"@types/jest": "29.5.3",
|
|
90
|
-
"@types/jest-environment-puppeteer": "2.4.0-
|
|
90
|
+
"@types/jest-environment-puppeteer": "2.4.0-297385",
|
|
91
91
|
"@types/mocha": "^9.1.1",
|
|
92
92
|
"@types/node": "^18.19.0",
|
|
93
93
|
"@types/rewire": "^2.5.28",
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
},
|
|
190
190
|
"typeValidation": {
|
|
191
191
|
"broken": {},
|
|
192
|
-
"entrypoint": "
|
|
192
|
+
"entrypoint": "public"
|
|
193
193
|
},
|
|
194
194
|
"scripts": {
|
|
195
195
|
"build": "fluid-build . --task build",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"test:mocha:cjs": "mocha --recursive \"dist/test/mocha/**/*.spec.*js\" --exit",
|
|
244
244
|
"test:mocha:esm": "mocha --recursive \"lib/test/mocha/**/*.spec.*js\" --exit",
|
|
245
245
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
246
|
-
"typetests:gen": "flub generate typetests --dir . -v
|
|
246
|
+
"typetests:gen": "flub generate typetests --dir . -v",
|
|
247
247
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
248
248
|
}
|
|
249
249
|
}
|