@volr/sdk-core 0.1.12 → 0.1.13

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/dist/index.d.cts CHANGED
@@ -1060,7 +1060,7 @@ type RelayResult = {
1060
1060
  /** Gas used by the transaction */
1061
1061
  gasUsed: bigint;
1062
1062
  /** Block number where the transaction was included */
1063
- blockNumber: bigint;
1063
+ blockNumber: number;
1064
1064
  } | {
1065
1065
  txId: string;
1066
1066
  status: 'FAILED';
package/dist/index.d.ts CHANGED
@@ -1060,7 +1060,7 @@ type RelayResult = {
1060
1060
  /** Gas used by the transaction */
1061
1061
  gasUsed: bigint;
1062
1062
  /** Block number where the transaction was included */
1063
- blockNumber: bigint;
1063
+ blockNumber: number;
1064
1064
  } | {
1065
1065
  txId: string;
1066
1066
  status: 'FAILED';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volr/sdk-core",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "Volr SDK Core - Master key management and EVM crypto primitives",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",