@idrinth-api-bench/cli
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"type": "module", | ||
@@ -8,0 +8,0 @@ "homepage": "https://idrinth-api-ben.ch", |
@@ -74,3 +74,3 @@ import { mkdirSync, existsSync, writeFileSync, } from 'fs'; | ||
scripts: { | ||
start: 'tsc -p tsconfig.json && run-benchmark', | ||
start: 'tsc -p tsconfig.json && iab bench', | ||
test: 'c8 mocha test', | ||
@@ -77,0 +77,0 @@ lint: 'eslint . --ext .js,.ts,.cjs,.json', |
@@ -87,3 +87,3 @@ import { | ||
scripts: { | ||
start: 'tsc -p tsconfig.json && run-benchmark', | ||
start: 'tsc -p tsconfig.json && iab bench', | ||
test: 'c8 mocha test', | ||
@@ -90,0 +90,0 @@ lint: 'eslint . --ext .js,.ts,.cjs,.json', |
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
74419