@btc-vision/transaction 1.3.0 → 1.3.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/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@btc-vision/transaction",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.1",
|
|
5
5
|
"author": "BlobMaster41",
|
|
6
6
|
"description": "OPNet transaction library allows you to create and sign transactions for the OPNet network.",
|
|
7
7
|
"engines": {
|
|
@@ -64,26 +64,26 @@
|
|
|
64
64
|
"docs": "typedoc --out docs --exclude 'src/tests/*.ts' --tsconfig tsconfig.json --readme README.md --name OPNet --plugin typedoc-material-theme --themeColor '#cb9820' --exclude src/tests/test.ts --exclude src/index.ts src"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@babel/core": "^7.26.
|
|
67
|
+
"@babel/core": "^7.26.9",
|
|
68
68
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
69
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
70
|
-
"@babel/preset-env": "^7.26.
|
|
69
|
+
"@babel/plugin-transform-runtime": "^7.26.9",
|
|
70
|
+
"@babel/preset-env": "^7.26.9",
|
|
71
71
|
"@babel/preset-flow": "^7.25.9",
|
|
72
|
-
"@babel/preset-react": "^7.
|
|
72
|
+
"@babel/preset-react": "^7.26.3",
|
|
73
73
|
"@babel/preset-typescript": "^7.26.0",
|
|
74
|
-
"@types/node": "^22.10
|
|
74
|
+
"@types/node": "^22.13.10",
|
|
75
75
|
"@types/sha.js": "^2.4.4",
|
|
76
|
-
"eslint": "^9.
|
|
76
|
+
"eslint": "^9.22.0",
|
|
77
77
|
"gulp": "^5.0.0",
|
|
78
78
|
"gulp-cached": "^1.1.1",
|
|
79
79
|
"gulp-typescript": "^6.0.0-alpha.1",
|
|
80
80
|
"https-browserify": "^1.0.0",
|
|
81
81
|
"os-browserify": "^0.3.0",
|
|
82
|
-
"prettier": "^3.
|
|
82
|
+
"prettier": "^3.5.3",
|
|
83
83
|
"stream-browserify": "^3.0.0",
|
|
84
84
|
"stream-http": "^3.2.0",
|
|
85
|
-
"typedoc": "^0.27.
|
|
86
|
-
"typescript-eslint": "^8.
|
|
85
|
+
"typedoc": "^0.27.9",
|
|
86
|
+
"typescript-eslint": "^8.26.0",
|
|
87
87
|
"webpack-cli": "^6.0.1"
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
@@ -92,11 +92,11 @@
|
|
|
92
92
|
"@btc-vision/bitcoin": "^6.3.6",
|
|
93
93
|
"@btc-vision/bitcoin-rpc": "^1.0.0",
|
|
94
94
|
"@btc-vision/logger": "^1.0.6",
|
|
95
|
-
"@eslint/js": "^9.
|
|
95
|
+
"@eslint/js": "^9.22.0",
|
|
96
96
|
"@noble/secp256k1": "^2.1.0",
|
|
97
97
|
"assert": "^2.1.0",
|
|
98
98
|
"babel-loader": "^9.2.1",
|
|
99
|
-
"babel-plugin-transform-import-meta": "^2.2
|
|
99
|
+
"babel-plugin-transform-import-meta": "^2.3.2",
|
|
100
100
|
"babel-preset-react": "^6.24.1",
|
|
101
101
|
"babelify": "^10.0.0",
|
|
102
102
|
"bech32": "^2.0.0",
|
|
@@ -110,9 +110,9 @@
|
|
|
110
110
|
"gulp-logger-new": "^1.0.1",
|
|
111
111
|
"process": "^0.11.10",
|
|
112
112
|
"sha.js": "^2.4.11",
|
|
113
|
-
"ts-loader": "^9.5.
|
|
113
|
+
"ts-loader": "^9.5.2",
|
|
114
114
|
"ts-node": "^10.9.2",
|
|
115
|
-
"typescript": "^5.7.
|
|
116
|
-
"webpack": "^5.
|
|
115
|
+
"typescript": "^5.7.3",
|
|
116
|
+
"webpack": "^5.98.0"
|
|
117
117
|
}
|
|
118
118
|
}
|