@solana/errors
Advanced tools
Comparing version 2.0.0-experimental.b93299a to 2.0.0-experimental.e9c1b10
{ | ||
"name": "@solana/errors", | ||
"version": "2.0.0-experimental.b93299a", | ||
"version": "2.0.0-experimental.e9c1b10", | ||
"description": "Throw, identify, and decode Solana JavaScript errors", | ||
@@ -35,3 +35,3 @@ "exports": { | ||
], | ||
"bin": "./bin/cli.ts", | ||
"bin": "./bin/cli.js", | ||
"author": "Solana Labs Maintainers <maintainers@solanalabs.com>", | ||
@@ -53,2 +53,6 @@ "license": "MIT", | ||
}, | ||
"dependencies": { | ||
"commander": "^11.1.0", | ||
"chalk": "^5.3.0" | ||
}, | ||
"devDependencies": { | ||
@@ -62,4 +66,2 @@ "@solana/eslint-config-solana": "^1.0.2", | ||
"agadoo": "^3.0.0", | ||
"chalk": "^5.3.0", | ||
"commander": "^11.1.0", | ||
"eslint": "^8.45.0", | ||
@@ -74,6 +76,5 @@ "eslint-plugin-jest": "^27.4.2", | ||
"tsup": "^8.0.1", | ||
"tsx": "^4.7.0", | ||
"typescript": "^5.2.2", | ||
"version-from-git": "^1.1.1", | ||
"@solana/addresses": "2.0.0-experimental.b93299a", | ||
"@solana/addresses": "2.0.0-experimental.e9c1b10", | ||
"build-scripts": "0.0.0", | ||
@@ -92,3 +93,3 @@ "test-config": "0.0.0", | ||
"scripts": { | ||
"compile:js": "tsup --config build-scripts/tsup.config.package.ts", | ||
"compile:js": "tsup --config build-scripts/tsup.config.package.ts && tsup src/cli.ts --format esm", | ||
"compile:typedefs": "tsc -p ./tsconfig.declarations.json && node node_modules/build-scripts/add-js-extension-to-types.mjs", | ||
@@ -95,0 +96,0 @@ "dev": "jest -c node_modules/test-config/jest-dev.config.ts --rootDir . --watch", |
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
78197
22
28
666
2
+ Addedchalk@^5.3.0
+ Addedcommander@^11.1.0
+ Addedchalk@5.3.0(transitive)
+ Addedcommander@11.1.0(transitive)