@fluidframework/core-utils 2.0.0-dev.7.3.0.212138 → 2.0.0-dev.7.4.0.215366
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/api-extractor.json +9 -1
- package/package.json +4 -4
package/api-extractor.json
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
|
-
"extends": "
|
|
3
|
+
"extends": "../../../common/build/build-common/api-extractor-base.json",
|
|
4
4
|
"dtsRollup": {
|
|
5
5
|
"enabled": true
|
|
6
|
+
},
|
|
7
|
+
"messages": {
|
|
8
|
+
"extractorMessageReporting": {
|
|
9
|
+
// TODO: Add missing documentation and remove this rule override
|
|
10
|
+
"ae-undocumented": {
|
|
11
|
+
"logLevel": "none"
|
|
12
|
+
}
|
|
13
|
+
}
|
|
6
14
|
}
|
|
7
15
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/core-utils",
|
|
3
|
-
"version": "2.0.0-dev.7.
|
|
3
|
+
"version": "2.0.0-dev.7.4.0.215366",
|
|
4
4
|
"description": "Not intended for use outside the Fluid client repo.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@fluidframework/build-common": "^2.0.3",
|
|
41
41
|
"@fluidframework/build-tools": "^0.28.0",
|
|
42
42
|
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
43
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.
|
|
43
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.215366",
|
|
44
44
|
"@microsoft/api-extractor": "^7.38.3",
|
|
45
45
|
"@types/mocha": "^9.1.1",
|
|
46
46
|
"@types/node": "^16.18.38",
|
|
@@ -94,8 +94,8 @@
|
|
|
94
94
|
"format": "npm run prettier:fix",
|
|
95
95
|
"lint": "npm run prettier && npm run eslint",
|
|
96
96
|
"lint:fix": "npm run prettier:fix && npm run eslint:fix",
|
|
97
|
-
"prettier": "prettier --check . --ignore-path ../../../.prettierignore",
|
|
98
|
-
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
|
|
97
|
+
"prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
98
|
+
"prettier:fix": "prettier --write . --cache --ignore-path ../../../.prettierignore",
|
|
99
99
|
"test": "npm run test:mocha",
|
|
100
100
|
"test:benchmark:report": "mocha --node-option unhandled-rejections=strict,expose-gc --exit --perfMode --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 60000",
|
|
101
101
|
"test:coverage": "c8 npm test",
|