starknet 7.0.0 → 7.0.1
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 +239 -0
- package/README.md +5 -2
- package/dist/index.d.ts +3619 -3150
- package/dist/index.global.js +9925 -22110
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +4526 -2115
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4500 -2113
- package/dist/index.mjs.map +1 -1
- package/package.json +22 -19
package/package.json
CHANGED
|
@@ -1,18 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "starknet",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.1",
|
|
4
4
|
"description": "JavaScript library for Starknet",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "git+https://github.com/starknet-io/starknet.js.git"
|
|
9
|
+
},
|
|
5
10
|
"main": "dist/index.js",
|
|
6
11
|
"module": "dist/index.mjs",
|
|
7
12
|
"types": "dist/index.d.ts",
|
|
13
|
+
"browser": "dist/index.global.js",
|
|
8
14
|
"jsdelivr": "dist/index.global.js",
|
|
9
15
|
"unpkg": "dist/index.global.js",
|
|
10
16
|
"exports": {
|
|
11
17
|
".": {
|
|
12
|
-
"import": "./dist/index.mjs",
|
|
13
|
-
"require": "./dist/index.js",
|
|
14
18
|
"types": "./dist/index.d.ts",
|
|
15
|
-
"
|
|
19
|
+
"import": "./dist/index.mjs",
|
|
20
|
+
"require": "./dist/index.js"
|
|
16
21
|
}
|
|
17
22
|
},
|
|
18
23
|
"files": [
|
|
@@ -49,8 +54,6 @@
|
|
|
49
54
|
"zk",
|
|
50
55
|
"rollup"
|
|
51
56
|
],
|
|
52
|
-
"repository": "github:starknet-io/starknet.js",
|
|
53
|
-
"license": "MIT",
|
|
54
57
|
"devDependencies": {
|
|
55
58
|
"@babel/plugin-transform-modules-commonjs": "^7.18.2",
|
|
56
59
|
"@babel/preset-env": "^7.18.2",
|
|
@@ -66,7 +69,7 @@
|
|
|
66
69
|
"@types/jest": "^29.5.0",
|
|
67
70
|
"@types/jest-json-schema": "^6.1.1",
|
|
68
71
|
"@types/pako": "^2.0.0",
|
|
69
|
-
"@types/
|
|
72
|
+
"@types/ws": "^8.5.12",
|
|
70
73
|
"@typescript-eslint/eslint-plugin": "^7.4.0",
|
|
71
74
|
"@typescript-eslint/parser": "^7.4.0",
|
|
72
75
|
"ajv": "^8.12.0",
|
|
@@ -80,6 +83,7 @@
|
|
|
80
83
|
"fetch-intercept": "^2.4.0",
|
|
81
84
|
"husky": "^9.0.11",
|
|
82
85
|
"import-sort-style-module": "^6.0.0",
|
|
86
|
+
"isomorphic-fetch": "~3.0.0",
|
|
83
87
|
"jest": "^29.5.0",
|
|
84
88
|
"jest-environment-jsdom": "^29.5.0",
|
|
85
89
|
"jest-json-schema": "^6.1.0",
|
|
@@ -87,26 +91,25 @@
|
|
|
87
91
|
"prettier": "^3.2.5",
|
|
88
92
|
"prettier-plugin-import-sort": "^0.0.7",
|
|
89
93
|
"semantic-release": "^24.0.0",
|
|
90
|
-
"starknet_specs": "github:starkware-libs/starknet-specs#v0.
|
|
94
|
+
"starknet_specs": "github:starkware-libs/starknet-specs#v0.8.0-rc3",
|
|
91
95
|
"tsup": "^8.0.2",
|
|
92
96
|
"type-coverage": "^2.28.2",
|
|
93
|
-
"
|
|
94
|
-
"typescript": "~5.4.0",
|
|
97
|
+
"typescript": "~5.7.0",
|
|
95
98
|
"typescript-coverage-report": "npm:@penovicp/typescript-coverage-report@^1.0.0-beta.2"
|
|
96
99
|
},
|
|
97
100
|
"dependencies": {
|
|
98
|
-
"@noble/curves": "
|
|
99
|
-
"@noble/hashes": "
|
|
100
|
-
"@scure/base": "
|
|
101
|
-
"@scure/starknet": "
|
|
102
|
-
"abi-wan-kanabi": "
|
|
103
|
-
"
|
|
104
|
-
"isomorphic-fetch": "^3.0.0",
|
|
101
|
+
"@noble/curves": "1.7.0",
|
|
102
|
+
"@noble/hashes": "1.6.0",
|
|
103
|
+
"@scure/base": "1.2.1",
|
|
104
|
+
"@scure/starknet": "1.1.0",
|
|
105
|
+
"abi-wan-kanabi": "2.2.4",
|
|
106
|
+
"isows": "^1.0.6",
|
|
105
107
|
"lossless-json": "^4.0.1",
|
|
106
108
|
"pako": "^2.0.4",
|
|
107
|
-
"starknet-types-07": "npm:@starknet-io/types-js@^0.7.
|
|
109
|
+
"starknet-types-07": "npm:@starknet-io/types-js@^0.7.10",
|
|
110
|
+
"starknet-types-08": "npm:@starknet-io/types-js@0.8.0-beta.10",
|
|
108
111
|
"ts-mixer": "^6.0.3",
|
|
109
|
-
"
|
|
112
|
+
"ws": "^8.18.0"
|
|
110
113
|
},
|
|
111
114
|
"lint-staged": {
|
|
112
115
|
"*.ts": "eslint --cache --fix",
|