@fluidframework/core-utils
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", | ||
"dtsRollup": { | ||
"enabled": true | ||
}, | ||
"messages": { | ||
"extractorMessageReporting": { | ||
// TODO: Add missing documentation and remove this rule override | ||
"ae-undocumented": { | ||
"logLevel": "none" | ||
} | ||
} | ||
} | ||
} |
{ | ||
"name": "@fluidframework/core-utils", | ||
"version": "2.0.0-dev.7.3.0.212138", | ||
"version": "2.0.0-dev.7.4.0.214930", | ||
"description": "Not intended for use outside the Fluid client repo.", | ||
@@ -43,3 +43,3 @@ "homepage": "https://fluidframework.com", | ||
"@fluidframework/eslint-config-fluid": "^3.1.0", | ||
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.212138", | ||
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.214930", | ||
"@microsoft/api-extractor": "^7.38.3", | ||
@@ -98,4 +98,4 @@ "@types/mocha": "^9.1.1", | ||
"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", | ||
"test": "npm run test:mocha", | ||
@@ -102,0 +102,0 @@ "test:benchmark:report": "mocha --node-option unhandled-rejections=strict,expose-gc --exit --perfMode --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 60000", |
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
335355
6333