@solana/codecs
Advanced tools
Comparing version 2.0.0-experimental.bb65ba9 to 2.0.0-experimental.c098656
{ | ||
"name": "@solana/codecs", | ||
"version": "2.0.0-experimental.bb65ba9", | ||
"version": "2.0.0-experimental.c098656", | ||
"description": "A library for encoding and decoding any data structure", | ||
@@ -49,25 +49,8 @@ "exports": { | ||
"dependencies": { | ||
"@solana/codecs-core": "2.0.0-experimental.bb65ba9", | ||
"@solana/codecs-core": "2.0.0-experimental.c098656", | ||
"@solana/codecs-strings": "2.0.0-experimental.c098656", | ||
"@solana/codecs-numbers": "2.0.0-experimental.c098656", | ||
"@solana/codecs-data-structures": "2.0.0-development", | ||
"@solana/codecs-strings": "2.0.0-experimental.bb65ba9", | ||
"@solana/options": "2.0.0-experimental.bb65ba9", | ||
"@solana/codecs-numbers": "2.0.0-experimental.bb65ba9" | ||
"@solana/options": "2.0.0-experimental.c098656" | ||
}, | ||
"devDependencies": { | ||
"@solana/eslint-config-solana": "^1.0.2", | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
"@typescript-eslint/parser": "^6.3.0", | ||
"agadoo": "^3.0.0", | ||
"eslint": "^8.45.0", | ||
"eslint-plugin-jest": "^27.4.2", | ||
"eslint-plugin-sort-keys-fix": "^1.1.2", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.1", | ||
"tsup": "^8.0.1", | ||
"typescript": "^5.2.2", | ||
"version-from-git": "^1.1.1", | ||
"build-scripts": "0.0.0", | ||
"tsconfig": "0.0.0", | ||
"test-config": "0.0.0" | ||
}, | ||
"bundlewatch": { | ||
@@ -83,8 +66,8 @@ "defaultCompression": "gzip", | ||
"compile:js": "tsup --config build-scripts/tsup.config.package.ts", | ||
"compile:typedefs": "tsc -p ./tsconfig.declarations.json && node node_modules/build-scripts/add-js-extension-to-types.mjs", | ||
"dev": "jest -c node_modules/test-config/jest-dev.config.ts --rootDir . --watch", | ||
"compile:typedefs": "tsc -p ./tsconfig.declarations.json && node node_modules/@solana/build-scripts/add-js-extension-to-types.mjs", | ||
"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", | ||
"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", | ||
"test:prettier": "jest -c node_modules/test-config/jest-prettier.config.ts --rootDir . --silent", | ||
"test:lint": "jest -c node_modules/@solana/test-config/jest-lint.config.ts --rootDir . --silent", | ||
"test:prettier": "jest -c node_modules/@solana/test-config/jest-prettier.config.ts --rootDir . --silent", | ||
"test:treeshakability:browser": "agadoo dist/index.browser.js", | ||
@@ -91,0 +74,0 @@ "test:treeshakability:native": "agadoo dist/index.native.js", |
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
0
19855
+ Added@solana/codecs-core@2.0.0-experimental.c098656(transitive)
+ Added@solana/codecs-numbers@2.0.0-experimental.c098656(transitive)
+ Added@solana/codecs-strings@2.0.0-experimental.c098656(transitive)
+ Added@solana/options@2.0.0-experimental.c098656(transitive)
- Removed@solana/codecs-core@2.0.0-experimental.bb65ba9(transitive)
- Removed@solana/codecs-numbers@2.0.0-experimental.bb65ba9(transitive)
- Removed@solana/codecs-strings@2.0.0-experimental.bb65ba9(transitive)
- Removed@solana/options@2.0.0-experimental.bb65ba9(transitive)