@coinmasters/types 2.0.0 → 2.1.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/dist/index.d.ts CHANGED
@@ -215,7 +215,7 @@ export declare type ConnectConfig = {
215
215
  };
216
216
  };
217
217
 
218
- declare type ConnectMethodNames = 'connectEVMWallet' | 'connectKeplr' | 'connectKeystore' | 'connectKeepkey' | 'connectLedger' | 'connectOkx' | 'connectTrezor' | 'connectWalletconnect' | 'connectXDEFI';
218
+ declare type ConnectMethodNames = 'connectEVMWallet' | 'connectKeplr' | 'connectKeystore' | 'connectKeepkey' | 'connectMetaMask' | 'connectLedger' | 'connectOkx' | 'connectTrezor' | 'connectWalletconnect' | 'connectXDEFI';
219
219
 
220
220
  export declare type ConnectWalletParams = {
221
221
  addChain: (params: AddChainWalletParams) => void;
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "@types/node": "20.5.9",
6
6
  "ethers": "6.7.1",
7
7
  "vite": "4.4.9",
8
- "@internal/config": "1.0.0"
8
+ "@internal/config": "1.1.0"
9
9
  },
10
10
  "eslintConfig": {
11
11
  "extends": "../../../internal/eslint-config"
@@ -33,7 +33,7 @@
33
33
  "repository": "https://github.com/thorswap/SwapKit.git",
34
34
  "type": "module",
35
35
  "types": "./dist/index.d.ts",
36
- "version": "2.0.0",
36
+ "version": "2.1.0",
37
37
  "scripts": {
38
38
  "build": "vite build",
39
39
  "clean": "rm -rf dist vite.config.ts.* .turbo node_modules",
@@ -8,6 +8,7 @@ type ConnectMethodNames =
8
8
  | 'connectKeplr'
9
9
  | 'connectKeystore'
10
10
  | 'connectKeepkey'
11
+ | 'connectMetaMask'
11
12
  | 'connectLedger'
12
13
  | 'connectOkx'
13
14
  | 'connectTrezor'