@btc-vision/walletconnect 1.1.0 → 1.1.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@btc-vision/walletconnect",
3
3
  "type": "module",
4
- "version": "1.1.0",
4
+ "version": "1.1.2",
5
5
  "author": "impredmet",
6
6
  "description": "The OP_NET Wallet Connect library helps your dApp connect to any compatible wallet.",
7
7
  "engines": {
@@ -67,60 +67,30 @@
67
67
  "react-dom": "^18"
68
68
  },
69
69
  "devDependencies": {
70
- "@babel/core": "^7.26.8",
71
- "@babel/plugin-proposal-class-properties": "^7.18.6",
72
- "@babel/plugin-transform-runtime": "^7.26.8",
73
- "@babel/preset-env": "^7.26.8",
74
- "@babel/preset-flow": "^7.25.9",
70
+ "@babel/preset-env": "^7.26.9",
75
71
  "@babel/preset-react": "^7.26.3",
76
72
  "@babel/preset-typescript": "^7.26.0",
77
- "@types/node": "^22.13.2",
78
- "@types/react": "^19.0.8",
79
- "@types/sha.js": "^2.4.4",
80
- "eslint": "^9.20.1",
73
+ "@types/react": "^19.0.10",
81
74
  "gulp": "^5.0.0",
82
75
  "gulp-cached": "^1.1.1",
83
76
  "gulp-typescript": "^6.0.0-alpha.1",
84
- "https-browserify": "^1.0.0",
85
- "os-browserify": "^0.3.0",
86
- "prettier": "^3.5.1",
87
77
  "react": "^19.0.0",
88
78
  "react-dom": "^19.0.0",
89
- "stream-browserify": "^3.0.0",
90
79
  "stream-http": "^3.2.0",
91
- "typedoc": "^0.27.7",
92
- "typescript-eslint": "^8.24.0",
80
+ "https-browserify": "^1.0.0",
81
+ "os-browserify": "^0.3.0",
82
+ "stream-browserify": "^3.0.0",
83
+ "typescript-eslint": "^8.26.1",
93
84
  "webpack-cli": "^6.0.1"
94
85
  },
95
86
  "dependencies": {
96
- "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
97
- "@bitcoinerlab/secp256k1": "^1.2.0",
98
87
  "@btc-vision/bitcoin": "^6.3.6",
99
- "@btc-vision/bitcoin-rpc": "^1.0.1",
100
- "@btc-vision/logger": "^1.0.6",
101
- "@btc-vision/transaction": "^1.2.13",
102
- "@eslint/js": "^9.20.0",
103
- "@noble/secp256k1": "^2.2.3",
104
- "assert": "^2.1.0",
105
- "babel-loader": "^9.2.1",
106
- "babel-plugin-transform-import-meta": "^2.3.2",
107
- "babel-preset-react": "^6.24.1",
108
- "babelify": "^10.0.0",
109
- "bech32": "^2.0.0",
110
- "bip174": "^3.0.0-rc.1",
111
- "bip32": "^5.0.0-rc.0",
112
- "browserify-zlib": "^0.2.0",
113
- "buffer": "^6.0.3",
114
- "ecpair": "^3.0.0-rc.0",
88
+ "@btc-vision/transaction": "^1.3.1",
89
+ "@eslint/js": "^9.22.0",
115
90
  "gulp-clean": "^0.4.0",
116
91
  "gulp-eslint-new": "^2.4.0",
117
92
  "gulp-logger-new": "^1.0.1",
118
- "opnet": "^1.2.25",
119
- "process": "^0.11.10",
120
- "sha.js": "^2.4.11",
121
- "ts-loader": "^9.5.2",
122
- "ts-node": "^10.9.2",
123
- "typescript": "^5.7.3",
124
- "webpack": "^5.97.1"
93
+ "opnet": "^1.3.1",
94
+ "webpack": "^5.98.0"
125
95
  }
126
96
  }
File without changes