starknet 5.24.2 → 5.24.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [5.24.3](https://github.com/starknet-io/starknet.js/compare/v5.24.2...v5.24.3) (2023-11-20)
2
+
3
+ ### Bug Fixes
4
+
5
+ - correct syncing type ([41f9d8a](https://github.com/starknet-io/starknet.js/commit/41f9d8a0d1b69c569e7a3aa55cec09f105c32356))
6
+
1
7
  ## [5.24.2](https://github.com/starknet-io/starknet.js/compare/v5.24.1...v5.24.2) (2023-11-17)
2
8
 
3
9
  ### Bug Fixes
package/dist/index.d.ts CHANGED
@@ -1651,7 +1651,7 @@ type BlockTransactionsTraces = {
1651
1651
  transaction_hash: FELT;
1652
1652
  trace_root: TRANSACTION_TRACE;
1653
1653
  }[];
1654
- type Syncing = boolean | SYNC_STATUS;
1654
+ type Syncing = false | SYNC_STATUS;
1655
1655
  type Events = EVENTS_CHUNK;
1656
1656
  type InvokedTransaction = {
1657
1657
  transaction_hash: TXN_HASH;