starknet 10.0.4 → 10.2.0

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
+ # [10.2.0](https://github.com/starknet-io/starknet.js/compare/v10.1.0...v10.2.0) (2026-06-10)
2
+
3
+ ### Features
4
+
5
+ - in class CairoByteArray hash added. Solve a code cycling ([1ab4c06](https://github.com/starknet-io/starknet.js/commit/1ab4c06884f1decf0317010c4ae97e8ec40d9fd4))
6
+
7
+ # [10.1.0](https://github.com/starknet-io/starknet.js/compare/v10.0.4...v10.1.0) (2026-06-09)
8
+
9
+ ### Features
10
+
11
+ - add RPC 0.10.3 support (starknet-types-0103, RpcChannel v0_10_3) ([d7792fb](https://github.com/starknet-io/starknet.js/commit/d7792fbb4b0e64907ef0f2bfdbc1adfe60823688))
12
+
1
13
  ## [10.0.4](https://github.com/starknet-io/starknet.js/compare/v10.0.3...v10.0.4) (2026-06-04)
2
14
 
3
15
  ### Bug Fixes
package/README.md CHANGED
@@ -50,11 +50,11 @@ $ npm install starknet@next
50
50
  $ npm install starknet@beta
51
51
  ```
52
52
 
53
- Import `starknet` and use the [API](https://www.starknetjs.com/docs/API/).
53
+ Import `starknet` and use the [API](https://starknet-io.github.io/starknet.js/docs/API/).
54
54
 
55
55
  ## 🌐 Documentation
56
56
 
57
- How to [Guides](https://www.starknetjs.com/docs/guides/intro) :book: & [API](https://www.starknetjs.com/docs/API/) 💻
57
+ How to [Guides](https://starknet-io.github.io/starknet.js/docs/guides/intro) :book: & [API](https://starknet-io.github.io/starknet.js/docs/API/) 💻
58
58
 
59
59
  Play with [Code Examples](https://github.com/PhilippeR26/starknet.js-workshop-typescript) :video_game:
60
60