starknet 6.10.0 → 6.10.2

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.10.2](https://github.com/starknet-io/starknet.js/compare/v6.10.1...v6.10.2) (2024-07-02)
2
+
3
+ ### Bug Fixes
4
+
5
+ - revert enums partially & tsup build ([#1165](https://github.com/starknet-io/starknet.js/issues/1165)) ([57b2c72](https://github.com/starknet-io/starknet.js/commit/57b2c7210147f3ff33ebffa844351b50bee6534e))
6
+
7
+ ## [6.10.1](https://github.com/starknet-io/starknet.js/compare/v6.10.0...v6.10.1) (2024-06-28)
8
+
9
+ ### Bug Fixes
10
+
11
+ - change build cjs and mjs to unbuild ([#1163](https://github.com/starknet-io/starknet.js/issues/1163)) ([bb4a93d](https://github.com/starknet-io/starknet.js/commit/bb4a93d6639cf90298e0b1003fb31a79f11691f0))
12
+
1
13
  # [6.10.0](https://github.com/starknet-io/starknet.js/compare/v6.9.0...v6.10.0) (2024-06-18)
2
14
 
3
15
  ### Features
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 Sean James Han
3
+ Copyright (c) StarkWare Ltd.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -34,9 +34,7 @@
34
34
  </a>
35
35
  </p>
36
36
 
37
- ## đŸ•šī¸ Usage
38
-
39
- Install starknet with `npm`
37
+ ## Installation
40
38
 
41
39
  ```bash
42
40
  # latest official release (main branch)
@@ -51,13 +49,11 @@ $ npm install starknet@beta
51
49
 
52
50
  Import `starknet` and use the [API](https://www.starknetjs.com/docs/API/).
53
51
 
54
- ## 🌐 API
55
-
56
- [Click Here](https://www.starknetjs.com/docs/API/)
52
+ ## 🌐 Documentation
57
53
 
58
- Please refer to the following code examples [here](https://github.com/PhilippeR26/starknet.js-workshop-typescript)! :video_game:
54
+ How to [Guides](https://www.starknetjs.com/docs/guides/intro) :book: & [API](https://www.starknetjs.com/docs/API/) đŸ’ģ
59
55
 
60
- Guides can be found [here](https://www.starknetjs.com/docs/guides/intro) :book:
56
+ Play with [Code Examples](https://github.com/PhilippeR26/starknet.js-workshop-typescript) :video_game:
61
57
 
62
58
  ## âœī¸ Contributing
63
59