starknet 5.19.4 → 5.19.6

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,17 @@
1
+ ## [5.19.6](https://github.com/0xs34n/starknet.js/compare/v5.19.5...v5.19.6) (2023-09-11)
2
+
3
+ ### Bug Fixes
4
+
5
+ - cleanup and docs update, string types descriptive ([08bd45f](https://github.com/0xs34n/starknet.js/commit/08bd45faa3d4719ab4a2e50d75df731199e34033))
6
+ - interface fix and docs update ([97a08c5](https://github.com/0xs34n/starknet.js/commit/97a08c5949a0f96fd218ded30e1ce36fae07f319))
7
+ - remove ec constants ([b7e6b01](https://github.com/0xs34n/starknet.js/commit/b7e6b017b3f78d3c50470dedf18a20e362e3b360))
8
+
9
+ ## [5.19.5](https://github.com/0xs34n/starknet.js/compare/v5.19.4...v5.19.5) (2023-08-29)
10
+
11
+ ### Bug Fixes
12
+
13
+ - status case ([5ba7983](https://github.com/0xs34n/starknet.js/commit/5ba798309d2c8567840b8f6a6031ec0e6b582d53))
14
+
1
15
  ## [5.19.4](https://github.com/0xs34n/starknet.js/compare/v5.19.3...v5.19.4) (2023-08-29)
2
16
 
3
17
  ### Bug Fixes
package/README.md CHANGED
@@ -43,16 +43,16 @@ $ npm install starknet
43
43
  $ npm install starknet@next
44
44
  ```
45
45
 
46
- Import `starknet` and use the [API](https://www.starknetjs.com/docs/API/)
47
-
48
- Please refer to the following code example [here](https://github.com/0xs34n/starknet.js-workshop)
49
-
50
- Guides can be found [here](https://www.starknetjs.com/docs/guides/intro)
46
+ Import `starknet` and use the [API](https://www.starknetjs.com/docs/API/).
51
47
 
52
48
  ## 🌐 API
53
49
 
54
50
  [Click Here](https://www.starknetjs.com/docs/API/)
55
51
 
52
+ Please refer to the following code examples [here](https://github.com/PhilippeR26/starknet.js-workshop-typescript)! :video_game:
53
+
54
+ Guides can be found [here](https://www.starknetjs.com/docs/guides/intro) :book:
55
+
56
56
  ## ✏️ Contributing
57
57
 
58
58
  If you consider to contribute to this project please read [CONTRIBUTING.md](https://github.com/0xs34n/starknet.js/blob/main/CONTRIBUTING.md) first.
@@ -61,11 +61,13 @@ If you consider to contribute to this project please read [CONTRIBUTING.md](http
61
61
 
62
62
  Special thanks to all the [contributors](https://github.com/0xs34n/starknet.js/graphs/contributors), especially to:
63
63
 
64
- Janek ([@janek26](https://github.com/janek26)) and Dhruv ([@dhruvkelawala](https://github.com/dhruvkelawala)) from [Argent](https://github.com/argentlabs)
64
+ - Janek ([@janek26](https://github.com/janek26)) and Dhruv ([@dhruvkelawala](https://github.com/dhruvkelawala)) from [Argent](https://github.com/argentlabs)
65
+
66
+ - Toni ([@tabaktoni](https://github.com/tabaktoni)) and Ivan ([@ivpavici](https://github.com/ivpavici)) from [SpaceShard](https://www.spaceshard.io/)
65
67
 
66
- Toni ([@tabaktoni](https://github.com/tabaktoni)) and Ivan ([@ivpavici](https://github.com/ivpavici)) from [SpaceShard](https://www.spaceshard.io/)
68
+ - Philippe ROSTAN ([@PhilippeR26](https://github.com/PhilippeR26))
67
69
 
68
- and of course the [StarkWare](https://starkware.co/) team for their dedicated support!
70
+ ...and of course the [StarkWare](https://starkware.co/) team for their dedicated support!
69
71
 
70
72
  This library would not be possible without these rockstars.
71
73