@fluidframework/core-utils
Advanced tools
Comparing version 2.0.0-internal.5.3.2 to 2.0.0-internal.5.4.0
# @fluidframework/core-utils | ||
## 2.0.0-internal.5.4.0 | ||
Dependency updates only. | ||
## 2.0.0-internal.5.3.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@fluidframework/core-utils", | ||
"version": "2.0.0-internal.5.3.2", | ||
"version": "2.0.0-internal.5.4.0", | ||
"description": "Not intended for use outside the Fluid client repo.", | ||
@@ -43,6 +43,6 @@ "homepage": "https://fluidframework.com", | ||
"@fluidframework/eslint-config-fluid": "^2.0.0", | ||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.5.3.2 <2.0.0-internal.5.4.0", | ||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.5.4.0 <2.0.0-internal.5.5.0", | ||
"@microsoft/api-extractor": "^7.34.4", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^14.18.38", | ||
"@types/node": "^16.18.38", | ||
"@types/sinon": "^7.0.13", | ||
@@ -79,3 +79,3 @@ "concurrently": "^7.6.0", | ||
"ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/", | ||
"clean": "rimraf dist lib *.tsbuildinfo *.build.log", | ||
"clean": "rimraf --glob \"dist\" \"lib\" \"*.tsbuildinfo\" \"*.build.log\"", | ||
"eslint": "eslint --format stylish src", | ||
@@ -82,0 +82,0 @@ "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout", |
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
90081