@solana/rpc-subscriptions-transport-websocket
Advanced tools
Comparing version 2.0.0-experimental.eb951b0 to 2.0.0-experimental.ed41fe2
{ | ||
"name": "@solana/rpc-subscriptions-transport-websocket", | ||
"version": "2.0.0-experimental.eb951b0", | ||
"version": "2.0.0-experimental.ed41fe2", | ||
"description": "An RPC Subscriptions transport that uses WebSockets", | ||
@@ -49,4 +49,4 @@ "exports": { | ||
"dependencies": { | ||
"@solana/errors": "2.0.0-experimental.eb951b0", | ||
"@solana/rpc-subscriptions-spec": "2.0.0-experimental.eb951b0" | ||
"@solana/errors": "2.0.0-experimental.ed41fe2", | ||
"@solana/rpc-subscriptions-spec": "2.0.0-experimental.ed41fe2" | ||
}, | ||
@@ -66,9 +66,9 @@ "peerDependencies": { | ||
"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", | ||
@@ -78,5 +78,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" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
115346
19
941
+ Added@solana/errors@2.0.0-experimental.ed41fe2(transitive)
+ Added@solana/rpc-spec-types@2.0.0-experimental.ed41fe2(transitive)
+ Added@solana/rpc-subscriptions-spec@2.0.0-experimental.ed41fe2(transitive)
- Removed@solana/errors@2.0.0-experimental.eb951b0(transitive)
- Removed@solana/rpc-spec-types@2.0.0-experimental.eb951b0(transitive)
- Removed@solana/rpc-subscriptions-spec@2.0.0-experimental.eb951b0(transitive)
Updated@solana/rpc-subscriptions-spec@2.0.0-experimental.ed41fe2