@fluidframework/core-interfaces 2.0.0-dev.7.3.0.211848 → 2.0.0-dev.7.4.0.214930

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/core-interfaces
2
2
 
3
+ ## 2.0.0-internal.7.3.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.0.0-internal.7.2.0
4
8
 
5
9
  Dependency updates only.
@@ -1,11 +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
  "messages": {
5
5
  "extractorMessageReporting": {
6
6
  "ae-missing-release-tag": {
7
7
  // TODO: Fix violations and remove this rule override
8
8
  "logLevel": "none"
9
+ },
10
+ // TODO: Add missing documentation and remove this rule override
11
+ "ae-undocumented": {
12
+ "logLevel": "none"
9
13
  }
10
14
  }
11
15
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/core-interfaces",
3
- "version": "2.0.0-dev.7.3.0.211848",
3
+ "version": "2.0.0-dev.7.4.0.214930",
4
4
  "description": "Fluid object interfaces",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -15,9 +15,9 @@
15
15
  "module": "lib/index.js",
16
16
  "types": "dist/index.d.ts",
17
17
  "devDependencies": {
18
- "@fluid-tools/build-cli": "0.28.0-210888",
18
+ "@fluid-tools/build-cli": "^0.28.0",
19
19
  "@fluidframework/build-common": "^2.0.3",
20
- "@fluidframework/build-tools": "0.28.0-210888",
20
+ "@fluidframework/build-tools": "^0.28.0",
21
21
  "@fluidframework/core-interfaces-previous": "npm:@fluidframework/core-interfaces@2.0.0-internal.7.2.0",
22
22
  "@fluidframework/eslint-config-fluid": "^3.1.0",
23
23
  "@microsoft/api-extractor": "^7.38.3",
@@ -62,8 +62,8 @@
62
62
  "format": "npm run prettier:fix",
63
63
  "lint": "npm run prettier && npm run eslint",
64
64
  "lint:fix": "npm run prettier:fix && npm run eslint:fix",
65
- "prettier": "prettier --check . --ignore-path ../../../.prettierignore",
66
- "prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore",
65
+ "prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
66
+ "prettier:fix": "prettier --write . --cache --ignore-path ../../../.prettierignore",
67
67
  "tsc": "tsc",
68
68
  "tsc:watch": "tsc --watch",
69
69
  "typetests:gen": "fluid-type-test-generator",