@fluidframework/core-utils
Advanced tools
Comparing version 2.0.0-dev.4.4.0.162574 to 2.0.0-dev.5.2.0.169897
# @fluidframework/core-utils | ||
## 2.0.0-internal.5.0.0 | ||
Dependency updates only. | ||
## 2.0.0-internal.4.4.0 | ||
Dependency updates only. | ||
## 2.0.0-internal.4.1.0 | ||
Dependency updates only. |
{ | ||
"name": "@fluidframework/core-utils", | ||
"version": "2.0.0-dev.4.4.0.162574", | ||
"version": "2.0.0-dev.5.2.0.169897", | ||
"description": "Not intended for use outside the Fluid client repo.", | ||
@@ -39,7 +39,7 @@ "homepage": "https://fluidframework.com", | ||
"@fluid-tools/benchmark": "^0.47.0", | ||
"@fluid-tools/build-cli": "^0.17.0", | ||
"@fluidframework/build-common": "^1.1.0", | ||
"@fluidframework/build-tools": "^0.17.0", | ||
"@fluid-tools/build-cli": "^0.20.0-169245", | ||
"@fluidframework/build-common": "^1.2.0", | ||
"@fluidframework/build-tools": "^0.20.0-169245", | ||
"@fluidframework/eslint-config-fluid": "^2.0.0", | ||
"@fluidframework/mocha-test-setup": "2.0.0-dev.4.4.0.162574", | ||
"@fluidframework/mocha-test-setup": "2.0.0-dev.5.2.0.169897", | ||
"@microsoft/api-extractor": "^7.34.4", | ||
@@ -70,9 +70,7 @@ "@types/mocha": "^9.1.1", | ||
"bench:profile": "mocha --v8-prof --timeout 999999 --perfMode --fgrep @Benchmark --reporter \"../../../node_modules/@fluid-tools/benchmark/dist/MochaReporter.js\" && node --prof-process isolate-0x*-v8.log > profile.txt && rm isolate-0x*-v8.log && cat profile.txt", | ||
"build": "concurrently npm:build:compile npm:lint && npm run build:docs", | ||
"build:commonjs": "npm run tsc && npm run typetests:gen && npm run build:test", | ||
"build:compile": "concurrently npm:build:commonjs npm:build:esnext", | ||
"build": "fluid-build . --task build", | ||
"build:commonjs": "fluid-build . --task commonjs", | ||
"build:compile": "fluid-build . --task compile", | ||
"build:docs": "api-extractor run --local --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/doc-models/* ../../../_api-extractor-temp/", | ||
"build:esnext": "tsc --project ./tsconfig.esnext.json", | ||
"build:full": "npm run build", | ||
"build:full:compile": "npm run build:compile", | ||
"build:test": "tsc --project ./src/test/tsconfig.json", | ||
@@ -79,0 +77,0 @@ "ci:build:docs": "api-extractor run --typescript-compiler-folder ../../../node_modules/typescript && copyfiles -u 1 ./_api-extractor-temp/* ../../../_api-extractor-temp/", |
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
21264
29
214