@coin98-com/wallet-adapter-compass 0.1.60 → 0.1.73

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.
@@ -1,16 +1,19 @@
1
1
 
2
- > @coin98-com/wallet-adapter-compass@0.1.60 build /Users/khiemdang/Coding/Partner/WalletSelectorC98/packages/wallets/compass/wallets
2
+ > @coin98-com/wallet-adapter-compass@0.1.73 build /Users/khiemdang/Coding/Partner/WalletSelectorC98/packages/wallets/compass/wallets
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
- CLI tsup v6.6.3
7
+ CLI tsup v6.7.0
8
8
  CLI Using tsup config: /Users/khiemdang/Coding/Partner/WalletSelectorC98/packages/wallets/compass/wallets/tsup.config.ts
9
9
  CLI Target: es6
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
+ ESM Build start
12
13
  CJS dist/index.js 278.00 B
13
- CJS ⚡️ Build success in 47ms
14
+ CJS ⚡️ Build success in 35ms
15
+ ESM dist/index.mjs 241.00 B
16
+ ESM ⚡️ Build success in 35ms
14
17
  DTS Build start
15
- DTS ⚡️ Build success in 2537ms
18
+ DTS ⚡️ Build success in 2929ms
16
19
  DTS dist/index.d.ts 310.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,122 @@
1
1
  # @coin98-com/wallet-adapter-keplr
2
2
 
3
+ ## 0.1.73
4
+
5
+ ### Patch Changes
6
+
7
+ - Empty version for debug pineline 0.1.73
8
+ - Updated dependencies
9
+ - @coin98-com/wallet-adapter-base@0.1.73
10
+ - @coin98-com/wallet-adapter-compass-cosmos@0.1.73
11
+
12
+ ## 0.1.72
13
+
14
+ ### Patch Changes
15
+
16
+ - fix ramper cannot connect in safari, throw error when connect, other bugs
17
+ - Updated dependencies
18
+ - @coin98-com/wallet-adapter-compass-cosmos@0.1.72
19
+ - @coin98-com/wallet-adapter-base@0.1.72
20
+
21
+ ## 0.1.71
22
+
23
+ ### Patch Changes
24
+
25
+ - fix bug send tnx zero value ramper
26
+ - Updated dependencies
27
+ - @coin98-com/wallet-adapter-compass-cosmos@0.1.71
28
+ - @coin98-com/wallet-adapter-base@0.1.71
29
+
30
+ ## 0.1.70
31
+
32
+ ### Patch Changes
33
+
34
+ - fixbug while upgrade ramper sdk
35
+ - Updated dependencies
36
+ - @coin98-com/wallet-adapter-compass-cosmos@0.1.70
37
+ - @coin98-com/wallet-adapter-base@0.1.70
38
+
39
+ ## 0.1.69
40
+
41
+ ### Patch Changes
42
+
43
+ - Support trezor, ledger, bugfix
44
+ - Updated dependencies
45
+ - @coin98-com/wallet-adapter-compass-cosmos@0.1.69
46
+ - @coin98-com/wallet-adapter-base@0.1.69
47
+
48
+ ## 0.1.68
49
+
50
+ ### Patch Changes
51
+
52
+ - fix: adapter connect safari, remove test config
53
+ - Updated dependencies
54
+ - @coin98-com/wallet-adapter-compass-cosmos@0.1.68
55
+ - @coin98-com/wallet-adapter-base@0.1.68
56
+
57
+ ## 0.1.67
58
+
59
+ ### Patch Changes
60
+
61
+ - feat: Sign and Send Transaction Ledger wallet
62
+ - Updated dependencies
63
+ - @coin98-com/wallet-adapter-compass-cosmos@0.1.67
64
+ - @coin98-com/wallet-adapter-base@0.1.67
65
+
66
+ ## 0.1.66
67
+
68
+ ### Patch Changes
69
+
70
+ - chore: upgrade ramper
71
+ - Updated dependencies
72
+ - @coin98-com/wallet-adapter-compass-cosmos@0.1.66
73
+ - @coin98-com/wallet-adapter-base@0.1.66
74
+
75
+ ## 0.1.65
76
+
77
+ ### Patch Changes
78
+
79
+ - chore: tempt handle One Tap Login
80
+ - Updated dependencies
81
+ - @coin98-com/wallet-adapter-compass-cosmos@0.1.65
82
+ - @coin98-com/wallet-adapter-base@0.1.65
83
+
84
+ ## 0.1.64
85
+
86
+ ### Patch Changes
87
+
88
+ - fix: upgrade ramper test, improve e2e test example page and mobile
89
+ - Updated dependencies
90
+ - @coin98-com/wallet-adapter-base@0.1.64
91
+ - @coin98-com/wallet-adapter-compass-cosmos@0.1.64
92
+
93
+ ## 0.1.63
94
+
95
+ ### Patch Changes
96
+
97
+ - fix: prevent connect metamask on coin98 dApp
98
+ - Updated dependencies
99
+ - @coin98-com/wallet-adapter-compass-cosmos@0.1.63
100
+ - @coin98-com/wallet-adapter-base@0.1.63
101
+
102
+ ## 0.1.62
103
+
104
+ ### Patch Changes
105
+
106
+ - fix: reverse solana chainId, not installed state
107
+ - Updated dependencies
108
+ - @coin98-com/wallet-adapter-compass-cosmos@0.1.62
109
+ - @coin98-com/wallet-adapter-base@0.1.62
110
+
111
+ ## 0.1.61
112
+
113
+ ### Patch Changes
114
+
115
+ - fix: module support, keep connection until switchchain success
116
+ - Updated dependencies
117
+ - @coin98-com/wallet-adapter-compass-cosmos@0.1.61
118
+ - @coin98-com/wallet-adapter-base@0.1.61
119
+
3
120
  ## 0.1.60
4
121
 
5
122
  ### Patch Changes
package/dist/index.mjs ADDED
@@ -0,0 +1,5 @@
1
+ import { CompassWalletAdapterCosmos } from '@coin98-com/wallet-adapter-compass-cosmos';
2
+
3
+ var o=[new CompassWalletAdapterCosmos],t=class{static getAdapter(s,r){return o.filter(a=>s.includes(a.chain))}};
4
+
5
+ export { t as CompassWalletAdapter };
package/package.json CHANGED
@@ -1,20 +1,22 @@
1
1
  {
2
2
  "name": "@coin98-com/wallet-adapter-compass",
3
- "version": "0.1.60",
3
+ "version": "0.1.73",
4
4
  "sideEffects": false,
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",
7
7
  "exports": {
8
- ".": "./dist"
8
+ "types": "./dist/index.d.ts",
9
+ "import": "./dist/index.mjs",
10
+ "default": "./dist/index.js"
9
11
  },
10
12
  "license": "MIT",
11
13
  "devDependencies": {
12
14
  "tsup": "^6.6.3",
13
- "tsconfig": "0.0.69"
15
+ "tsconfig": "0.0.73"
14
16
  },
15
17
  "dependencies": {
16
- "@coin98-com/wallet-adapter-base": "0.1.60",
17
- "@coin98-com/wallet-adapter-compass-cosmos": "0.1.60"
18
+ "@coin98-com/wallet-adapter-base": "0.1.73",
19
+ "@coin98-com/wallet-adapter-compass-cosmos": "0.1.73"
18
20
  },
19
21
  "scripts": {
20
22
  "build": "tsup",
package/tsup.config.ts CHANGED
@@ -4,7 +4,7 @@ export default defineConfig((options: Options) => ({
4
4
  treeshake: true,
5
5
  splitting: true,
6
6
  entry: ['src/*.ts'],
7
- format: ['cjs'],
7
+ format: ['cjs', 'esm'],
8
8
  dts: true,
9
9
  minify: true,
10
10
  clean: true,