@parity/dotns-cli 0.7.4 → 0.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.js +2 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -277214,7 +277214,8 @@ async function runWaveWithRetries(parameters) {
277214
277214
  }
277215
277215
  function createBulletinClient(rpc) {
277216
277216
  installRxUnhandledErrorGuard();
277217
- return createClient3(withPolkadotSdkCompat(getWsProvider(rpc, {
277217
+ return createClient3(withPolkadotSdkCompat(getWsProvider({
277218
+ endpoints: [rpc],
277218
277219
  heartbeatTimeout: WS_HEARTBEAT_TIMEOUT_MS,
277219
277220
  timeout: WS_CONNECT_TIMEOUT_MS
277220
277221
  })));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@parity/dotns-cli",
3
3
  "module": "index.ts",
4
- "version": "0.7.4",
4
+ "version": "0.7.5",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "packageManager": "bun@1.2.6",