starknet 5.10.2 → 5.11.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
+ ## [5.11.1](https://github.com/0xs34n/starknet.js/compare/v5.11.0...v5.11.1) (2023-05-30)
2
+
3
+ ### Bug Fixes
4
+
5
+ - expose RPC provider chain id override ([e6b74fe](https://github.com/0xs34n/starknet.js/commit/e6b74fe62687671fe1ff985474c56d66cd5abd66))
6
+
7
+ # [5.11.0](https://github.com/0xs34n/starknet.js/compare/v5.10.2...v5.11.0) (2023-05-25)
8
+
9
+ ### Features
10
+
11
+ - allow unordered RawArgsObject usage for the calldata compilation utility ([9d0cedf](https://github.com/0xs34n/starknet.js/commit/9d0cedf0c7e007028402ead9b400ac83887f9b3e))
12
+
1
13
  ## [5.10.2](https://github.com/0xs34n/starknet.js/compare/v5.10.1...v5.10.2) (2023-05-17)
2
14
 
3
15
  ### Bug Fixes