@solana/errors
Advanced tools
Comparing version 2.0.0-experimental.c098656 to 2.0.0-experimental.c168e0c
{ | ||
"name": "@solana/errors", | ||
"version": "2.0.0-experimental.c098656", | ||
"version": "2.0.0-experimental.c168e0c", | ||
"description": "Throw, identify, and decode Solana JavaScript errors", | ||
@@ -68,3 +68,4 @@ "exports": { | ||
"dev": "jest -c node_modules/@solana/test-config/jest-dev.config.ts --rootDir . --watch", | ||
"publish-packages": "npm view $npm_package_name@$npm_package_version > /dev/null 2>&1 || pnpm publish --tag experimental --access public --no-git-checks", | ||
"publish-impl": "npm view $npm_package_name@$npm_package_version > /dev/null 2>&1 || pnpm publish --tag experimental --access public --no-git-checks", | ||
"publish-packages": "pnpm prepublishOnly && pnpm publish-impl", | ||
"style:fix": "pnpm eslint --fix src/* && pnpm prettier -w src/* package.json", | ||
@@ -71,0 +72,0 @@ "test:lint": "jest -c node_modules/@solana/test-config/jest-lint.config.ts --rootDir . --silent", |
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
97023