qtum-snap 1.0.0-beta.3 → 1.0.0-beta.5

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,10 +1,10 @@
1
1
  {
2
2
  "name": "qtum-snap",
3
- "version": "1.0.0-beta.3",
3
+ "version": "1.0.0-beta.5",
4
4
  "description": "Qtum Wallet is a MetaMask Snap that plays the role of the RPC proxy that accepts requests to the MetaMask and forwards them to the Qtum network with the Qtum ethers adapter.",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/qtumproject/qtum-extension-wallet.git"
7
+ "url": "https://github.com/qtumproject/qtum-extension-wallet.git"
8
8
  },
9
9
  "license": "(MIT-0 OR Apache-2.0)",
10
10
  "files": [
@@ -48,6 +48,7 @@
48
48
  "@metamask/transaction-controller": "^61.1.0",
49
49
  "@types/react": "^19.2.6",
50
50
  "@types/react-dom": "^19.2.3",
51
+ "bip38": "^3.1.0",
51
52
  "buffer": "6.0.3",
52
53
  "eth-block-tracker": "^8.1.0",
53
54
  "ethers": "5.8.0",
@@ -57,11 +58,12 @@
57
58
  "lodash": "^4.17.21",
58
59
  "qrcode": "^1.5.4",
59
60
  "qtum-ethers-wrapper": "^2.1.2",
60
- "qtum-snap-connector": "^1.0.0-beta.3",
61
+ "qtum-snap-connector": "^1.0.0-beta.5",
61
62
  "qtumjs-lib": "^0.0.8",
62
63
  "setimmediate": "^1.0.5",
63
64
  "typia": "4.1.3",
64
- "uuid": "9.0.0"
65
+ "uuid": "9.0.0",
66
+ "wif": "^2.0.6"
65
67
  },
66
68
  "devDependencies": {
67
69
  "@jest/globals": "29.5.0",
@@ -1,13 +1,13 @@
1
1
  {
2
- "version": "1.0.0-beta.3",
2
+ "version": "1.0.0-beta.5",
3
3
  "description": "Qtum Wallet is a MetaMask Snap that plays the role of the RPC proxy that accepts requests to the MetaMask and forwards them to the Qtum network with the Qtum ethers adapter.",
4
4
  "proposedName": "Qtum Wallet",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/qtumproject/qtum-extension-wallet.git"
7
+ "url": "https://github.com/qtumproject/qtum-extension-wallet.git"
8
8
  },
9
9
  "source": {
10
- "shasum": "NrTZ93I2YUzeqfA+HGQirSHVzM9tOoQ29587dYYBVc4=",
10
+ "shasum": "4pyXSM5MD6DFVomKPsQ/05oXLCGBUrmUPSYy1qId9So=",
11
11
  "location": {
12
12
  "npm": {
13
13
  "filePath": "dist/bundle.js",