starknet 8.5.2 → 8.5.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starknet",
3
- "version": "8.5.2",
3
+ "version": "8.5.4",
4
4
  "description": "JavaScript library for Starknet",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -55,9 +55,6 @@
55
55
  "rollup"
56
56
  ],
57
57
  "devDependencies": {
58
- "@babel/plugin-transform-modules-commonjs": "^7.18.2",
59
- "@babel/preset-env": "^7.18.2",
60
- "@babel/preset-typescript": "^7.17.12",
61
58
  "@commitlint/cli": "^19.0.0",
62
59
  "@commitlint/config-conventional": "^19.0.0",
63
60
  "@semantic-release/changelog": "^6.0.1",
@@ -65,11 +62,12 @@
65
62
  "@semantic-release/git": "^10.0.1",
66
63
  "@semantic-release/npm": "^12.0.0",
67
64
  "@semantic-release/release-notes-generator": "^14.0.0",
65
+ "@swc/core": "^1.13.5",
66
+ "@swc/jest": "^0.2.39",
68
67
  "@types/isomorphic-fetch": "^0.0.39",
69
- "@types/jest": "^29.5.0",
68
+ "@types/jest": "^30.0.0",
70
69
  "@types/jest-json-schema": "^6.1.1",
71
70
  "@types/pako": "^2.0.0",
72
- "@types/ws": "^8.5.12",
73
71
  "@typescript-eslint/eslint-plugin": "^7.4.0",
74
72
  "@typescript-eslint/parser": "^7.4.0",
75
73
  "ajv": "^8.12.0",
@@ -84,30 +82,31 @@
84
82
  "husky": "^9.0.11",
85
83
  "import-sort-style-module": "^6.0.0",
86
84
  "isomorphic-fetch": "~3.0.0",
87
- "jest": "^29.5.0",
88
- "jest-environment-jsdom": "^29.5.0",
85
+ "jest": "^30.0.0",
86
+ "jest-environment-jsdom": "^30.0.0",
89
87
  "jest-json-schema": "^6.1.0",
90
- "lint-staged": "^15.2.2",
88
+ "lint-staged": "^16.0.0",
91
89
  "prettier": "^3.2.5",
92
90
  "prettier-plugin-import-sort": "^0.0.7",
93
91
  "semantic-release": "^24.0.0",
94
- "starknet_specs": "github:starkware-libs/starknet-specs#v0.8.0-rc3",
95
- "starknet_specs_071": "github:starkware-libs/starknet-specs#v0.7.1",
96
- "tsup": "^8.0.2",
92
+ "starknet_specs": "github:starkware-libs/starknet-specs#v0.9.0",
93
+ "starknet_specs_08": "github:starkware-libs/starknet-specs#v0.8.1",
94
+ "ts-node": "^10.9.0",
95
+ "tsup": "^8.5.0",
97
96
  "type-coverage": "^2.28.2",
98
97
  "typescript": "~5.7.0",
99
98
  "typescript-coverage-report": "npm:@penovicp/typescript-coverage-report@^1.0.0-beta.2"
100
99
  },
101
100
  "dependencies": {
102
- "@noble/curves": "1.7.0",
103
- "@noble/hashes": "1.6.0",
104
- "@scure/base": "1.2.1",
101
+ "@noble/curves": "~1.7.0",
102
+ "@noble/hashes": "~1.6.0",
103
+ "@scure/base": "~1.2.1",
105
104
  "@scure/starknet": "1.1.0",
106
- "abi-wan-kanabi": "2.2.4",
107
- "lossless-json": "^4.0.1",
108
- "pako": "^2.0.4",
109
105
  "@starknet-io/starknet-types-08": "npm:@starknet-io/types-js@~0.8.4",
110
106
  "@starknet-io/starknet-types-09": "npm:@starknet-io/types-js@~0.9.1",
107
+ "abi-wan-kanabi": "2.2.4",
108
+ "lossless-json": "^4.2.0",
109
+ "pako": "^2.0.4",
111
110
  "ts-mixer": "^6.0.3"
112
111
  },
113
112
  "engines": {
@@ -117,22 +116,6 @@
117
116
  "*.ts": "eslint --cache --fix",
118
117
  "*.{ts,js,md,yml,json}": "prettier --write"
119
118
  },
120
- "jest": {
121
- "snapshotFormat": {
122
- "escapeString": true,
123
- "printBasicPrototype": true
124
- },
125
- "testMatch": [
126
- "**/__tests__/**/(*.)+(spec|test).[jt]s?(x)"
127
- ],
128
- "setupFilesAfterEnv": [
129
- "./__tests__/config/jest.setup.ts"
130
- ],
131
- "globalSetup": "./__tests__/config/jestGlobalSetup.ts",
132
- "sandboxInjectedGlobals": [
133
- "Math"
134
- ]
135
- },
136
119
  "importSort": {
137
120
  ".js, .jsx, .ts, .tsx": {
138
121
  "style": "module",