@acala-network/chopsticks 0.9.8-2 → 0.9.8-3

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.
@@ -134,6 +134,6 @@ export interface DryRunParams {
134
134
  export declare const rpc: (context: Context, [params]: [DryRunParams]) => Promise<string | [`0x${string}`, `0x${string}` | null][] | {
135
135
  old: {};
136
136
  new: {};
137
- delta: import("jsondiffpatch").Delta;
137
+ delta: import("jsondiffpatch").Delta | undefined;
138
138
  }>;
139
139
  export {};
@@ -3,5 +3,5 @@ import { HexString } from '@polkadot/util/types';
3
3
  export declare const decodeStorageDiff: (block: Block, diff: [HexString, HexString | null][]) => Promise<{
4
4
  oldState: {};
5
5
  newState: {};
6
- delta: import("jsondiffpatch").Delta;
6
+ delta: import("jsondiffpatch").Delta | undefined;
7
7
  }>;
@@ -134,6 +134,6 @@ export interface DryRunParams {
134
134
  export declare const rpc: (context: Context, [params]: [DryRunParams]) => Promise<string | [`0x${string}`, `0x${string}` | null][] | {
135
135
  old: {};
136
136
  new: {};
137
- delta: import("jsondiffpatch").Delta;
137
+ delta: import("jsondiffpatch").Delta | undefined;
138
138
  }>;
139
139
  export {};
@@ -3,5 +3,5 @@ import { HexString } from '@polkadot/util/types';
3
3
  export declare const decodeStorageDiff: (block: Block, diff: [HexString, HexString | null][]) => Promise<{
4
4
  oldState: {};
5
5
  newState: {};
6
- delta: import("jsondiffpatch").Delta;
6
+ delta: import("jsondiffpatch").Delta | undefined;
7
7
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acala-network/chopsticks",
3
- "version": "0.9.8-2",
3
+ "version": "0.9.8-3",
4
4
  "author": "Acala Developers <hello@acala.network>",
5
5
  "license": "Apache-2.0",
6
6
  "bin": "./chopsticks.cjs",
@@ -13,8 +13,8 @@
13
13
  "docs:prep": "typedoc"
14
14
  },
15
15
  "dependencies": {
16
- "@acala-network/chopsticks-core": "0.9.8-2",
17
- "@acala-network/chopsticks-db": "0.9.8-2",
16
+ "@acala-network/chopsticks-core": "0.9.8-3",
17
+ "@acala-network/chopsticks-db": "0.9.8-3",
18
18
  "@pnpm/npm-conf": "^2.2.2",
19
19
  "@polkadot/api-augment": "^10.11.2",
20
20
  "@polkadot/types": "^10.11.2",
@@ -24,7 +24,7 @@
24
24
  "dotenv": "^16.4.0",
25
25
  "global-agent": "^3.0.0",
26
26
  "js-yaml": "^4.1.0",
27
- "jsondiffpatch": "^0.6.0",
27
+ "jsondiffpatch": "^0.5.0",
28
28
  "lodash": "^4.17.21",
29
29
  "ws": "^8.16.0",
30
30
  "yargs": "^17.7.2",