@solana/codecs-core
Advanced tools
Comparing version 2.0.0-experimental.f57da91 to 2.0.0-experimental.fba53a2
{ | ||
"name": "@solana/codecs-core", | ||
"version": "2.0.0-experimental.f57da91", | ||
"version": "2.0.0-experimental.fba53a2", | ||
"description": "Core types and helpers for encoding and decoding byte arrays on Solana", | ||
@@ -69,4 +69,4 @@ "exports": { | ||
"version-from-git": "^1.1.1", | ||
"test-config": "0.0.0", | ||
"build-scripts": "0.0.0", | ||
"test-config": "0.0.0", | ||
"tsconfig": "0.0.0" | ||
@@ -87,3 +87,3 @@ }, | ||
"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", | ||
@@ -90,0 +90,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