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 +12 -0
- package/LICENSE +1 -1
- package/README.md +4 -8
- package/dist/index.d.ts +217 -217
- package/dist/index.global.js +309 -285
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +309 -285
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +309 -285
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -6
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
package/README.md
CHANGED
|
@@ -34,9 +34,7 @@
|
|
|
34
34
|
</a>
|
|
35
35
|
</p>
|
|
36
36
|
|
|
37
|
-
##
|
|
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
|
-
## đ
|
|
55
|
-
|
|
56
|
-
[Click Here](https://www.starknetjs.com/docs/API/)
|
|
52
|
+
## đ Documentation
|
|
57
53
|
|
|
58
|
-
|
|
54
|
+
How to [Guides](https://www.starknetjs.com/docs/guides/intro) :book: & [API](https://www.starknetjs.com/docs/API/) đģ
|
|
59
55
|
|
|
60
|
-
|
|
56
|
+
Play with [Code Examples](https://github.com/PhilippeR26/starknet.js-workshop-typescript) :video_game:
|
|
61
57
|
|
|
62
58
|
## âī¸ Contributing
|
|
63
59
|
|