@polkadot/rpc-core 14.2.1 → 14.2.2

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.
package/bundle.js CHANGED
@@ -96,7 +96,6 @@ export class RpcCore {
96
96
  * @description Manually disconnect from the attached provider
97
97
  */
98
98
  async disconnect() {
99
- await this.__internal__storageCache.clearInterval();
100
99
  return this.provider.disconnect();
101
100
  }
102
101
  /**
package/cjs/bundle.js CHANGED
@@ -101,7 +101,6 @@ class RpcCore {
101
101
  * @description Manually disconnect from the attached provider
102
102
  */
103
103
  async disconnect() {
104
- await this.__internal__storageCache.clearInterval();
105
104
  return this.provider.disconnect();
106
105
  }
107
106
  /**
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.packageInfo = void 0;
4
- exports.packageInfo = { name: '@polkadot/rpc-core', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '14.2.1' };
4
+ exports.packageInfo = { name: '@polkadot/rpc-core', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '14.2.2' };
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "./cjs/packageDetect.js"
19
19
  ],
20
20
  "type": "module",
21
- "version": "14.2.1",
21
+ "version": "14.2.2",
22
22
  "main": "./cjs/index.js",
23
23
  "module": "./index.js",
24
24
  "types": "./index.d.ts",
@@ -199,9 +199,9 @@
199
199
  }
200
200
  },
201
201
  "dependencies": {
202
- "@polkadot/rpc-augment": "14.2.1",
203
- "@polkadot/rpc-provider": "14.2.1",
204
- "@polkadot/types": "14.2.1",
202
+ "@polkadot/rpc-augment": "14.2.2",
203
+ "@polkadot/rpc-provider": "14.2.2",
204
+ "@polkadot/types": "14.2.2",
205
205
  "@polkadot/util": "^13.2.2",
206
206
  "rxjs": "^7.8.1",
207
207
  "tslib": "^2.8.0"
package/packageInfo.js CHANGED
@@ -1 +1 @@
1
- export const packageInfo = { name: '@polkadot/rpc-core', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '14.2.1' };
1
+ export const packageInfo = { name: '@polkadot/rpc-core', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '14.2.2' };