@solana/rpc-subscriptions-spec
Advanced tools
Comparing version 2.0.0-experimental.b08a3a2 to 2.0.0-experimental.bab191b
{ | ||
"name": "@solana/rpc-subscriptions-spec", | ||
"version": "2.0.0-experimental.b08a3a2", | ||
"version": "2.0.0-experimental.bab191b", | ||
"description": "A generic implementation of JSON RPC Subscriptions using proxies", | ||
@@ -49,4 +49,4 @@ "exports": { | ||
"dependencies": { | ||
"@solana/errors": "2.0.0-experimental.b08a3a2", | ||
"@solana/rpc-spec-types": "2.0.0-experimental.b08a3a2" | ||
"@solana/errors": "2.0.0-experimental.bab191b", | ||
"@solana/rpc-spec-types": "2.0.0-experimental.bab191b" | ||
}, | ||
@@ -63,9 +63,9 @@ "bundlewatch": { | ||
"compile:js": "tsup --config build-scripts/tsup.config.package.ts", | ||
"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", | ||
"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-impl": "npm view $npm_package_name@$npm_package_version > /dev/null 2>&1 || pnpm publish --tag experimental --access public --no-git-checks", | ||
"publish-packages": "pnpm prepublishOnly && pnpm publish-impl", | ||
"style:fix": "pnpm eslint --fix src/* && pnpm prettier -w src/* package.json", | ||
"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: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", | ||
@@ -75,5 +75,5 @@ "test:treeshakability:native": "agadoo dist/index.native.js", | ||
"test:typecheck": "tsc --noEmit", | ||
"test:unit:browser": "jest -c node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent", | ||
"test:unit:node": "jest -c node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent" | ||
"test:unit:browser": "jest -c ../../node_modules/@solana/test-config/jest-unit.config.browser.ts --rootDir . --silent", | ||
"test:unit:node": "jest -c ../../node_modules/@solana/test-config/jest-unit.config.node.ts --rootDir . --silent" | ||
} | ||
} |
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
15826
107435
23
697
13
73
+ Added@solana/errors@2.0.0-experimental.bab191b(transitive)
+ Added@solana/rpc-spec-types@2.0.0-experimental.bab191b(transitive)
- Removed@solana/errors@2.0.0-experimental.b08a3a2(transitive)
- Removed@solana/rpc-spec-types@2.0.0-experimental.b08a3a2(transitive)