@fluidframework/core-interfaces
Advanced tools
Comparing version 2.0.0-dev.7.3.0.212138 to 2.0.0-dev.7.4.0.214930
{ | ||
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", | ||
"extends": "@fluidframework/build-common/api-extractor-base.json", | ||
"extends": "../../../common/build/build-common/api-extractor-base.json", | ||
"messages": { | ||
@@ -9,2 +9,6 @@ "extractorMessageReporting": { | ||
"logLevel": "none" | ||
}, | ||
// TODO: Add missing documentation and remove this rule override | ||
"ae-undocumented": { | ||
"logLevel": "none" | ||
} | ||
@@ -11,0 +15,0 @@ } |
{ | ||
"name": "@fluidframework/core-interfaces", | ||
"version": "2.0.0-dev.7.3.0.212138", | ||
"version": "2.0.0-dev.7.4.0.214930", | ||
"description": "Fluid object interfaces", | ||
@@ -65,4 +65,4 @@ "homepage": "https://fluidframework.com", | ||
"lint:fix": "npm run prettier:fix && npm run eslint:fix", | ||
"prettier": "prettier --check . --ignore-path ../../../.prettierignore", | ||
"prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore", | ||
"prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore", | ||
"prettier:fix": "prettier --write . --cache --ignore-path ../../../.prettierignore", | ||
"tsc": "tsc", | ||
@@ -69,0 +69,0 @@ "tsc:watch": "tsc --watch", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
662434
10172