@fluidframework/core-utils
Advanced tools
Comparing version 2.0.0-dev.7.3.0.207992 to 2.0.0-dev.7.3.0.209023
{ | ||
"name": "@fluidframework/core-utils", | ||
"version": "2.0.0-dev.7.3.0.207992", | ||
"version": "2.0.0-dev.7.3.0.209023", | ||
"description": "Not intended for use outside the Fluid client repo.", | ||
@@ -42,4 +42,4 @@ "homepage": "https://fluidframework.com", | ||
"@fluidframework/build-tools": "^0.26.1", | ||
"@fluidframework/eslint-config-fluid": "^3.0.0", | ||
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.207992", | ||
"@fluidframework/eslint-config-fluid": "^3.1.0", | ||
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.209023", | ||
"@microsoft/api-extractor": "^7.37.0", | ||
@@ -67,4 +67,4 @@ "@types/mocha": "^9.1.1", | ||
"scripts": { | ||
"bench": "mocha --timeout 999999 --perfMode --parentProcess --fgrep @Benchmark --reporter \"../../../node_modules/@fluid-tools/benchmark/dist/MochaReporter.js\"", | ||
"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", | ||
"bench": "mocha --timeout 999999 --perfMode --parentProcess --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js", | ||
"bench:profile": "mocha --v8-prof --v8-logfile=profile.log --v8-no-logfile-per-isolate --timeout 999999 --perfMode --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js && node --prof-process profile.log > profile.txt && rimraf profile.log && echo See results in profile.txt", | ||
"build": "fluid-build . --task build", | ||
@@ -71,0 +71,0 @@ "build:commonjs": "fluid-build . --task commonjs", |
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
225482