@fluid-internal/client-utils 2.4.0-297027 → 2.4.0-299374
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 +10 -11
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-299374",
|
|
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-299374",
|
|
71
|
+
"@fluidframework/core-utils": "2.4.0-299374",
|
|
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,16 +78,16 @@
|
|
|
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-
|
|
83
|
-
"@fluid-tools/build-cli": "^0.
|
|
81
|
+
"@fluid-internal/client-utils-previous": "npm:@fluid-internal/client-utils@~2.3.0",
|
|
82
|
+
"@fluid-internal/mocha-test-setup": "2.4.0-299374",
|
|
83
|
+
"@fluid-tools/build-cli": "^0.48.0",
|
|
84
84
|
"@fluidframework/build-common": "^2.0.3",
|
|
85
|
-
"@fluidframework/build-tools": "^0.
|
|
85
|
+
"@fluidframework/build-tools": "^0.48.0",
|
|
86
86
|
"@fluidframework/eslint-config-fluid": "^5.4.0",
|
|
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-299374",
|
|
91
91
|
"@types/mocha": "^9.1.1",
|
|
92
92
|
"@types/node": "^18.19.0",
|
|
93
93
|
"@types/rewire": "^2.5.28",
|
|
@@ -104,7 +104,6 @@
|
|
|
104
104
|
"jest-junit": "^10.0.0",
|
|
105
105
|
"jest-puppeteer": "^9.0.2",
|
|
106
106
|
"mocha": "^10.2.0",
|
|
107
|
-
"mocha-json-output-reporter": "^2.0.1",
|
|
108
107
|
"mocha-multi-reporters": "^1.5.1",
|
|
109
108
|
"moment": "^2.21.0",
|
|
110
109
|
"prettier": "~3.0.3",
|
|
@@ -189,7 +188,7 @@
|
|
|
189
188
|
},
|
|
190
189
|
"typeValidation": {
|
|
191
190
|
"broken": {},
|
|
192
|
-
"entrypoint": "
|
|
191
|
+
"entrypoint": "public"
|
|
193
192
|
},
|
|
194
193
|
"scripts": {
|
|
195
194
|
"build": "fluid-build . --task build",
|
|
@@ -243,7 +242,7 @@
|
|
|
243
242
|
"test:mocha:cjs": "mocha --recursive \"dist/test/mocha/**/*.spec.*js\" --exit",
|
|
244
243
|
"test:mocha:esm": "mocha --recursive \"lib/test/mocha/**/*.spec.*js\" --exit",
|
|
245
244
|
"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
|
|
245
|
+
"typetests:gen": "flub generate typetests --dir . -v",
|
|
247
246
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
248
247
|
}
|
|
249
248
|
}
|