starknet 6.20.0 → 6.20.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [6.20.2](https://github.com/starknet-io/starknet.js/compare/v6.20.1...v6.20.2) (2024-11-28)
2
+
3
+ ### Bug Fixes
4
+
5
+ - bump typejs 0.7.10 ([#1275](https://github.com/starknet-io/starknet.js/issues/1275)) ([edfa6dd](https://github.com/starknet-io/starknet.js/commit/edfa6dd2466933d4c4b8a8dacb7220778b2669fc))
6
+
7
+ ## [6.20.1](https://github.com/starknet-io/starknet.js/compare/v6.20.0...v6.20.1) (2024-11-28)
8
+
9
+ ### Bug Fixes
10
+
11
+ - bump types js ([#1273](https://github.com/starknet-io/starknet.js/issues/1273)) ([34dee40](https://github.com/starknet-io/starknet.js/commit/34dee407af2d9487050f3cf6f2969068937960d6))
12
+
1
13
  # [6.20.0](https://github.com/starknet-io/starknet.js/compare/v6.19.0...v6.20.0) (2024-11-27)
2
14
 
3
15
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starknet",
3
- "version": "6.20.0",
3
+ "version": "6.20.2",
4
4
  "description": "JavaScript library for Starknet",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -106,7 +106,7 @@
106
106
  "isomorphic-fetch": "^3.0.0",
107
107
  "lossless-json": "^4.0.1",
108
108
  "pako": "^2.0.4",
109
- "starknet-types-07": "npm:@starknet-io/types-js@^0.7.7",
109
+ "starknet-types-07": "npm:@starknet-io/types-js@^0.7.10",
110
110
  "ts-mixer": "^6.0.3"
111
111
  },
112
112
  "lint-staged": {