starknet 6.0.0 → 6.1.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [6.1.1](https://github.com/starknet-io/starknet.js/compare/v6.1.0...v6.1.1) (2024-02-19)
2
+
3
+ ### Bug Fixes
4
+
5
+ - rpc event ([ae3e265](https://github.com/starknet-io/starknet.js/commit/ae3e265f6617bd79c8435483916b0f24be036fa6))
6
+
7
+ # [6.1.0](https://github.com/starknet-io/starknet.js/compare/v6.0.0...v6.1.0) (2024-02-13)
8
+
9
+ ### Features
10
+
11
+ - use fetch-cookie package for cookie based sticky sessions ([5a56485](https://github.com/starknet-io/starknet.js/commit/5a56485052e773c8b0a3f9dbdc2f4ba3626362fb))
12
+
1
13
  # [6.0.0](https://github.com/starknet-io/starknet.js/compare/v5.29.0...v6.0.0) (2024-02-05)
2
14
 
3
15
  ### Bug Fixes
package/dist/index.d.ts CHANGED
@@ -102,6 +102,8 @@ type RESULT_PAGE_REQUEST = {
102
102
  chunk_size: number;
103
103
  };
104
104
  type EMITTED_EVENT = EVENT$1 & {
105
+ block_hash: BLOCK_HASH;
106
+ block_number: BLOCK_NUMBER;
105
107
  transaction_hash: TXN_HASH;
106
108
  };
107
109
  type EVENT$1 = {