@solana/codecs-core
Advanced tools
Comparing version 2.0.0-experimental.b313ba0 to 2.0.0-experimental.ba21818
{ | ||
"name": "@solana/codecs-core", | ||
"version": "2.0.0-experimental.b313ba0", | ||
"version": "2.0.0-experimental.ba21818", | ||
"description": "Core types and helpers for encoding and decoding byte arrays on Solana", | ||
@@ -86,3 +86,3 @@ "exports": { | ||
"publish-packages": "pnpm publish --tag experimental --access public --no-git-checks", | ||
"style:fix": "pnpm eslint --fix src/* && pnpm prettier -w src/*", | ||
"style:fix": "pnpm eslint --fix src/* && pnpm prettier -w src/* package.json", | ||
"test:lint": "jest -c node_modules/test-config/jest-lint.config.ts --rootDir . --silent", | ||
@@ -89,0 +89,0 @@ "test:prettier": "jest -c node_modules/test-config/jest-prettier.config.ts --rootDir . --silent", |
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
151001
33