@polkadot/rpc-augment 9.8.2 → 9.9.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.
@@ -23,7 +23,7 @@ import type { AccountId, BlockNumber, H160, H256, H64, Hash, Header, Index, Just
23
23
  import type { MigrationStatusResult, ReadProof, RuntimeVersion, TraceBlockResponse } from '@polkadot/types/interfaces/state';
24
24
  import type { ApplyExtrinsicResult, ChainProperties, ChainType, Health, NetworkState, NodeRole, PeerInfo, SyncState } from '@polkadot/types/interfaces/system';
25
25
  import type { IExtrinsic, Observable } from '@polkadot/types/types';
26
- export declare type __AugmentedRpc = AugmentedRpc<() => unknown>;
26
+ export type __AugmentedRpc = AugmentedRpc<() => unknown>;
27
27
  declare module '@polkadot/rpc-core/types/jsonrpc' {
28
28
  interface RpcInterface {
29
29
  author: {
@@ -13,6 +13,6 @@ const packageInfo = {
13
13
  name: '@polkadot/rpc-augment',
14
14
  path: typeof __dirname === 'string' ? __dirname : 'auto',
15
15
  type: 'cjs',
16
- version: '9.8.2'
16
+ version: '9.9.2'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "9.8.2",
23
+ "version": "9.9.2",
24
24
  "main": "./cjs/index.js",
25
25
  "module": "./index.js",
26
26
  "types": "./index.d.ts",
@@ -71,9 +71,9 @@
71
71
  },
72
72
  "dependencies": {
73
73
  "@babel/runtime": "^7.20.1",
74
- "@polkadot/rpc-core": "9.8.2",
75
- "@polkadot/types": "9.8.2",
76
- "@polkadot/types-codec": "9.8.2",
77
- "@polkadot/util": "^10.1.12"
74
+ "@polkadot/rpc-core": "9.9.2",
75
+ "@polkadot/types": "9.9.2",
76
+ "@polkadot/types-codec": "9.9.2",
77
+ "@polkadot/util": "^10.1.14"
78
78
  }
79
79
  }
package/packageInfo.js CHANGED
@@ -7,5 +7,5 @@ export const packageInfo = {
7
7
  name: '@polkadot/rpc-augment',
8
8
  path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
9
9
  type: 'esm',
10
- version: '9.8.2'
10
+ version: '9.9.2'
11
11
  };