@solana/codecs-core
Advanced tools
Comparing version 2.0.0-canary-20240827201912 to 2.0.0-canary-20240828082622
{ | ||
"name": "@solana/codecs-core", | ||
"version": "2.0.0-canary-20240827201912", | ||
"version": "2.0.0-canary-20240828082622", | ||
"description": "Core types and helpers for encoding and decoding byte arrays on Solana", | ||
"exports": { | ||
"edge-light": { | ||
"import": "./dist/index.node.mjs", | ||
"require": "./dist/index.node.cjs" | ||
}, | ||
"workerd": { | ||
"import": "./dist/index.node.mjs", | ||
"require": "./dist/index.node.cjs" | ||
}, | ||
"browser": { | ||
@@ -52,3 +60,3 @@ "import": "./dist/index.browser.mjs", | ||
"dependencies": { | ||
"@solana/errors": "2.0.0-canary-20240827201912" | ||
"@solana/errors": "2.0.0-canary-20240828082622" | ||
}, | ||
@@ -55,0 +63,0 @@ "peerDependencies": { |
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
495771
+ Added@solana/errors@2.0.0-canary-20240828082622(transitive)
- Removed@solana/errors@2.0.0-canary-20240827201912(transitive)