@subwallet/extension-compat-metamask 1.3.69-0 → 1.3.71-0

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/bundle.js CHANGED
@@ -67,7 +67,6 @@ function injectMetaMaskWeb3(win) {
67
67
  version: '0' // TODO: win.ethereum.version
68
68
  };
69
69
  }
70
-
71
70
  export default function initMetaMask() {
72
71
  return new Promise(resolve => {
73
72
  const win = window;
package/cjs/bundle.js CHANGED
@@ -80,7 +80,6 @@ function injectMetaMaskWeb3(win) {
80
80
  version: '0' // TODO: win.ethereum.version
81
81
  };
82
82
  }
83
-
84
83
  function initMetaMask() {
85
84
  return new Promise(resolve => {
86
85
  const win = window;
@@ -13,6 +13,6 @@ const packageInfo = {
13
13
  name: '@subwallet/extension-compat-metamask',
14
14
  path: typeof __dirname === 'string' ? __dirname : 'auto',
15
15
  type: 'cjs',
16
- version: '1.3.69-0'
16
+ version: '1.3.71-0'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "./cjs/detectPackage.js"
18
18
  ],
19
19
  "type": "module",
20
- "version": "1.3.69-0",
20
+ "version": "1.3.71-0",
21
21
  "main": "./cjs/index.js",
22
22
  "module": "./index.js",
23
23
  "types": "./index.d.ts",
@@ -57,12 +57,12 @@
57
57
  }
58
58
  },
59
59
  "dependencies": {
60
- "@babel/runtime": "^7.20.6",
60
+ "@babel/runtime": "^7.28.4",
61
61
  "@metamask/detect-provider": "^1.2.0",
62
62
  "@polkadot/types": "^16.4.2",
63
63
  "@polkadot/util": "^13.5.3",
64
- "@subwallet/extension-inject": "^1.3.69-0",
65
- "web3": "^1.10.0"
64
+ "@subwallet/extension-inject": "^1.3.71-0",
65
+ "web3": "^1.10.4"
66
66
  },
67
67
  "peerDependencies": {
68
68
  "@polkadot/util": "*"
package/packageInfo.js CHANGED
@@ -7,5 +7,5 @@ export const packageInfo = {
7
7
  name: '@subwallet/extension-compat-metamask',
8
8
  path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
9
9
  type: 'esm',
10
- version: '1.3.69-0'
10
+ version: '1.3.71-0'
11
11
  };