@fluid-internal/client-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.
@@ -1,7 +1,15 @@
1
1
  {
2
2
  "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
3
- "extends": "@fluidframework/build-common/api-extractor-base.json",
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": "@fluid-internal/client-utils",
3
- "version": "2.0.0-dev.7.3.0.212138",
3
+ "version": "2.0.0-dev.7.4.0.215366",
4
4
  "description": "Not intended for use outside the Fluid Framework.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -39,8 +39,8 @@
39
39
  "temp-directory": "nyc/.nyc_output"
40
40
  },
41
41
  "dependencies": {
42
- "@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.212138",
43
- "@fluidframework/core-utils": "2.0.0-dev.7.3.0.212138",
42
+ "@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.215366",
43
+ "@fluidframework/core-utils": "2.0.0-dev.7.4.0.215366",
44
44
  "@types/events": "^3.0.0",
45
45
  "base64-js": "^1.5.1",
46
46
  "buffer": "^6.0.3",
@@ -53,7 +53,7 @@
53
53
  "@fluidframework/build-common": "^2.0.3",
54
54
  "@fluidframework/build-tools": "^0.28.0",
55
55
  "@fluidframework/eslint-config-fluid": "^3.1.0",
56
- "@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.212138",
56
+ "@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.215366",
57
57
  "@microsoft/api-extractor": "^7.38.3",
58
58
  "@types/base64-js": "^1.3.0",
59
59
  "@types/jest": "29.5.3",
@@ -137,8 +137,8 @@
137
137
  "format": "npm run prettier:fix",
138
138
  "lint": "npm run prettier && npm run eslint",
139
139
  "lint:fix": "npm run prettier:fix && npm run eslint:fix",
140
- "prettier": "prettier --check . --ignore-path ../../../.prettierignore",
141
- "prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
140
+ "prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
141
+ "prettier:fix": "prettier --write . --cache --ignore-path ../../../.prettierignore",
142
142
  "test": "npm run test:mocha && npm run test:jest",
143
143
  "test:coverage": "c8 npm test",
144
144
  "test:jest": "jest",