@solana/errors
Advanced tools
Comparing version 2.0.0-experimental.900b946 to 2.0.0-experimental.97527f4
/** | ||
* To add a new error, follow the instructions at | ||
* https://github.com/solana-labs/solana-web3.js/tree/master/packages/error#adding-a-new-error | ||
* https://github.com/solana-labs/solana-web3.js/tree/master/packages/errors/#adding-a-new-error | ||
* | ||
@@ -5,0 +5,0 @@ * WARNING: |
@@ -7,3 +7,3 @@ import { SOLANA_ERROR__BLOCK_HEIGHT_EXCEEDED, SOLANA_ERROR__INVALID_KEYPAIR_BYTES, SOLANA_ERROR__NONCE_ACCOUNT_NOT_FOUND, SOLANA_ERROR__NONCE_INVALID, SOLANA_ERROR__RPC_INTEGER_OVERFLOW, SOLANA_ERROR__TRANSACTION_MISSING_SIGNATURES, SolanaErrorCode } from './codes.js'; | ||
* To add a new error, follow the instructions at | ||
* https://github.com/solana-labs/solana-web3.js/tree/master/packages/error#adding-a-new-error | ||
* https://github.com/solana-labs/solana-web3.js/tree/master/packages/errors/#adding-a-new-error | ||
* | ||
@@ -10,0 +10,0 @@ * WARNING: |
import { SolanaErrorCode } from './codes.js'; | ||
/** | ||
* To add a new error, follow the instructions at | ||
* https://github.com/solana-labs/solana-web3.js/tree/master/packages/error#adding-a-new-error | ||
* https://github.com/solana-labs/solana-web3.js/tree/master/packages/errors#adding-a-new-error | ||
* | ||
@@ -6,0 +6,0 @@ * WARNING: |
{ | ||
"name": "@solana/errors", | ||
"version": "2.0.0-experimental.900b946", | ||
"version": "2.0.0-experimental.97527f4", | ||
"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", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
97043