@solana/errors
Advanced tools
Comparing version 2.0.1-canary-20241114225255 to 2.0.1-canary-20241115080446
{ | ||
"name": "@solana/errors", | ||
"version": "2.0.1-canary-20241114225255", | ||
"version": "2.0.1-canary-20241115080446", | ||
"description": "Throw, identify, and decode Solana JavaScript errors", | ||
@@ -71,3 +71,3 @@ "exports": { | ||
"dev": "jest -c ../../node_modules/@solana/test-config/jest-dev.config.ts --rootDir . --watch", | ||
"publish-impl": "npm view $npm_package_name@$npm_package_version > /dev/null 2>&1 || (pnpm publish --tag ${PUBLISH_TAG:-canary} --access public --no-git-checks && (pnpm dist-tag add $npm_package_name@$npm_package_version latest || true))", | ||
"publish-impl": "npm view $npm_package_name@$npm_package_version > /dev/null 2>&1 || (pnpm publish --tag ${PUBLISH_TAG:-canary} --access public --no-git-checks && (([ \"$PUBLISH_TAG\" != \"canary\" ] && pnpm dist-tag add $npm_package_name@$npm_package_version latest) || true))", | ||
"publish-packages": "pnpm prepublishOnly && pnpm publish-impl", | ||
@@ -74,0 +74,0 @@ "style:fix": "pnpm eslint --fix src && pnpm prettier --log-level warn --ignore-unknown --write ./*", |
Sorry, the diff of this file is not supported yet
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
1349494