tronlink-gasfree-sdk-js 1.1.4 → 1.1.7

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 (1) hide show
  1. package/package.json +10 -18
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "tronlink-gasfree-sdk-js",
3
- "version": "1.1.4",
3
+ "version": "1.1.7",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "git+https://github.com/TronLink/tronlink-gasfree-sdk-js.git"
8
+ "url": "https://github.com/TronLink/tronlink-gasfree-sdk-js.git"
9
9
  },
10
10
  "bugs": {
11
11
  "url": "https://github.com/TronLink/tronlink-gasfree-sdk-js/issues"
@@ -15,17 +15,16 @@
15
15
  "TRON",
16
16
  "gasFree"
17
17
  ],
18
- "main": "dist",
18
+ "main": "dist/index.js",
19
19
  "engines": {
20
20
  "node": "18.19.0",
21
21
  "pnpm": "7.32.0"
22
22
  },
23
23
  "scripts": {
24
24
  "test": "jest --coverage",
25
- "build": "pnpm run clean && cross-env NODE_ENV=production webpack --progress --color && tsc",
26
- "build:dev": "pnpm run clean && cross-env NODE_ENV=development webpack --progress --color && tsc",
27
- "build:prod": "pnpm run clean && cross-env NODE_ENV=production webpack --progress --color && tsc",
28
- "start": "cross-env NODE_ENV=development npx webpack serve",
25
+ "build": "pnpm run clean && webpack --progress --color && tsc",
26
+ "start": "NODE_ENV=development npx webpack serve",
27
+ "build:dev": "NODE_ENV=development pnpm run build",
29
28
  "lint": "eslint './src/**/*.{ts,tsx}'",
30
29
  "clean": "rimraf dist"
31
30
  },
@@ -33,7 +32,6 @@
33
32
  "dependencies": {
34
33
  "@babel/runtime-corejs3": "7.21.0",
35
34
  "@ethereumjs/util": "8.0.3",
36
- "@noble/secp256k1": "2.3.0",
37
35
  "buffer": "6.0.3",
38
36
  "eth-sig-util": "3.0.1",
39
37
  "ethereum-cryptography": "1.1.2",
@@ -51,21 +49,19 @@
51
49
  "@babel/preset-env": "7.23.7",
52
50
  "@babel/preset-typescript": "7.23.3",
53
51
  "@types/jest": "29.5.11",
54
- "@types/node": "20.10.7",
55
52
  "@typescript-eslint/eslint-plugin": "6.17.0",
56
53
  "@typescript-eslint/parser": "6.17.0",
54
+ "@types/node": "20.10.7",
55
+ "ts-node": "10.9.2",
57
56
  "babel-loader": "8.3.0",
58
- "cross-env": "7.0.3",
59
57
  "eslint": "8.56.0",
60
58
  "eslint-config-prettier": "9.1.0",
61
59
  "eslint-plugin-prettier": "5.1.2",
62
- "ethers": "5.7.2",
63
60
  "jest": "29.7.0",
64
61
  "prettier": "3.1.1",
65
62
  "rimraf": "5.0.5",
66
- "terser-webpack-plugin": "5.3.10",
63
+ "ethers": "5.7.2",
67
64
  "ts-jest": "29.1.1",
68
- "ts-node": "10.9.2",
69
65
  "typescript": "4.9.5",
70
66
  "webpack": "5.94.0",
71
67
  "webpack-cli": "4.10.0",
@@ -76,11 +72,7 @@
76
72
  "@ethersproject/providers@5.7.2>ws": "7.5.10",
77
73
  "elliptic": "6.6.1",
78
74
  "secp256k1": "4.0.4",
79
- "cross-spawn": "7.0.5",
80
- "pbkdf2": "3.1.3",
81
- "axios": "1.10.0",
82
- "base-x": "3.0.11",
83
- "form-data": "4.0.4"
75
+ "cross-spawn": "7.0.5"
84
76
  }
85
77
  }
86
78
  }