@latticexyz/gas-report
Advanced tools
Comparing version 2.0.0-main-dc258e68 to 2.0.0-main-de151fec
{ | ||
"name": "@latticexyz/gas-report", | ||
"version": "2.0.0-main-dc258e68", | ||
"version": "2.0.0-main-de151fec", | ||
"description": "Gas reporter for specific lines within forge tests", | ||
@@ -23,3 +23,3 @@ "repository": { | ||
"bin": { | ||
"mud-gas-report": "./dist/mud-gas-report.js" | ||
"gas-report": "./dist/gas-report.js" | ||
}, | ||
@@ -47,4 +47,5 @@ "dependencies": { | ||
"dev": "tsup --watch", | ||
"test": "vitest typecheck --run --passWithNoTests && vitest --run --passWithNoTests && forge test" | ||
"test": "vitest typecheck --run --passWithNoTests && vitest --run --passWithNoTests && forge test", | ||
"test:ci": "pnpm run test" | ||
} | ||
} |
@@ -23,5 +23,5 @@ # Gas Report | ||
```console | ||
pnpm mud-gas-report --save gas-report.json | ||
pnpm gas-report --save gas-report.json | ||
``` | ||
Run `pnpm mud-gas-report --help` for more details. | ||
Run `pnpm gas-report --help` for more details. |
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
27308