@fluidframework/core-utils 2.60.0 → 2.61.0-355516
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/.mocharc.cjs +1 -2
- package/dist/legacy.d.ts +2 -1
- package/lib/legacy.d.ts +2 -1
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +14 -14
package/.mocharc.cjs
CHANGED
package/dist/legacy.d.ts
CHANGED
package/lib/legacy.d.ts
CHANGED
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/core-utils",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.61.0-355516",
|
|
4
4
|
"description": "Not intended for use outside the Fluid client repo.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -69,18 +69,18 @@
|
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
71
71
|
"@biomejs/biome": "~1.9.3",
|
|
72
|
-
"@fluid-internal/mocha-test-setup": "
|
|
72
|
+
"@fluid-internal/mocha-test-setup": "2.61.0-355516",
|
|
73
73
|
"@fluid-tools/benchmark": "^0.51.0",
|
|
74
|
-
"@fluid-tools/build-cli": "^0.
|
|
74
|
+
"@fluid-tools/build-cli": "^0.58.1",
|
|
75
75
|
"@fluidframework/build-common": "^2.0.3",
|
|
76
|
-
"@fluidframework/build-tools": "^0.
|
|
77
|
-
"@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.
|
|
76
|
+
"@fluidframework/build-tools": "^0.58.1",
|
|
77
|
+
"@fluidframework/core-utils-previous": "npm:@fluidframework/core-utils@2.60.0",
|
|
78
78
|
"@fluidframework/eslint-config-fluid": "^6.0.0",
|
|
79
|
-
"@microsoft/api-extractor": "7.52.
|
|
79
|
+
"@microsoft/api-extractor": "7.52.11",
|
|
80
80
|
"@types/mocha": "^10.0.10",
|
|
81
81
|
"@types/node": "^18.19.0",
|
|
82
82
|
"@types/sinon": "^17.0.3",
|
|
83
|
-
"c8": "^
|
|
83
|
+
"c8": "^10.1.3",
|
|
84
84
|
"concurrently": "^8.2.1",
|
|
85
85
|
"copyfiles": "^2.4.1",
|
|
86
86
|
"cross-env": "^7.0.3",
|
|
@@ -98,10 +98,10 @@
|
|
|
98
98
|
},
|
|
99
99
|
"scripts": {
|
|
100
100
|
"api": "fluid-build . --task api",
|
|
101
|
-
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
102
|
-
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
|
|
103
|
-
"bench": "mocha --
|
|
104
|
-
"bench:profile": "mocha --
|
|
101
|
+
"api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
|
|
102
|
+
"api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
|
|
103
|
+
"bench": "mocha --timeout 999999 --perfMode --parentProcess --fgrep @Benchmark --fgrep @ExecutionTime --reporter @fluid-tools/benchmark/dist/MochaReporter.js",
|
|
104
|
+
"bench:profile": "mocha --v8-prof --v8-logfile=profile.log --v8-no-logfile-per-isolate --timeout 999999 --perfMode --fgrep @Benchmark --fgrep @ExecutionTime --reporter @fluid-tools/benchmark/dist/MochaReporter.js && node --prof-process profile.log > profile.txt && rimraf profile.log && echo See results in profile.txt",
|
|
105
105
|
"build": "fluid-build . --task build",
|
|
106
106
|
"build:api-reports": "concurrently \"npm:build:api-reports:*\"",
|
|
107
107
|
"build:api-reports:current": "api-extractor run --local --config api-extractor/api-extractor.current.json",
|
|
@@ -134,11 +134,11 @@
|
|
|
134
134
|
"lint": "fluid-build . --task lint",
|
|
135
135
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|
|
136
136
|
"test": "npm run test:mocha",
|
|
137
|
-
"test:benchmark:report": "mocha --
|
|
137
|
+
"test:benchmark:report": "mocha --exit --perfMode --fgrep @Benchmark --fgrep @ExecutionTime --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 60000",
|
|
138
138
|
"test:coverage": "c8 npm test",
|
|
139
139
|
"test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
|
|
140
|
-
"test:mocha:cjs": "
|
|
141
|
-
"test:mocha:esm": "mocha
|
|
140
|
+
"test:mocha:cjs": "cross-env MOCHA_SPEC=dist/test mocha",
|
|
141
|
+
"test:mocha:esm": "mocha",
|
|
142
142
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
143
143
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
144
144
|
"typetests:gen": "flub generate typetests --dir . -v",
|