@coin98-com/wallet-adapter-compass 0.0.48 → 0.0.60

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,5 +1,5 @@
1
1
 
2
- > @coin98-com/wallet-adapter-compass@0.0.48 build /Users/khiemdang/Coding/Partner/coin98-wallet-selector/packages/wallets/compass/wallets
2
+ > @coin98-com/wallet-adapter-compass@0.0.60 build /Users/khiemdang/Coding/Partner/coin98-wallet-selector/packages/wallets/compass/wallets
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,7 +10,7 @@ CLI Target: es6
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  CJS dist/index.js 278.00 B
13
- CJS ⚡️ Build success in 62ms
13
+ CJS ⚡️ Build success in 26ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 895ms
15
+ DTS ⚡️ Build success in 2195ms
16
16
  DTS dist/index.d.ts 310.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,115 @@
1
1
  # @coin98-com/wallet-adapter-keplr
2
2
 
3
+ ## 0.0.60
4
+
5
+ ### Patch Changes
6
+
7
+ - update browser app phantom
8
+ - update phantom dapp
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - @coin98-com/wallet-adapter-compass-cosmos@0.0.60
12
+ - @coin98-com/wallet-adapter-base@0.0.60
13
+
14
+ ## 0.0.59
15
+
16
+ ### Patch Changes
17
+
18
+ - update truncate chain name
19
+ - Updated dependencies
20
+ - @coin98-com/wallet-adapter-compass-cosmos@0.0.59
21
+ - @coin98-com/wallet-adapter-base@0.0.59
22
+
23
+ ## 0.0.58
24
+
25
+ ### Patch Changes
26
+
27
+ - udpate comment code
28
+ - Updated dependencies
29
+ - @coin98-com/wallet-adapter-compass-cosmos@0.0.58
30
+ - @coin98-com/wallet-adapter-base@0.0.58
31
+
32
+ ## 0.0.57
33
+
34
+ ### Patch Changes
35
+
36
+ - integrate bybit and ancient8 mainnet testnet
37
+ - Updated dependencies
38
+ - @coin98-com/wallet-adapter-compass-cosmos@0.0.57
39
+ - @coin98-com/wallet-adapter-base@0.0.57
40
+
41
+ ## 0.0.56
42
+
43
+ ### Patch Changes
44
+
45
+ - update function get available wallet
46
+ - Updated dependencies
47
+ - @coin98-com/wallet-adapter-compass-cosmos@0.0.56
48
+ - @coin98-com/wallet-adapter-base@0.0.56
49
+
50
+ ## 0.0.55
51
+
52
+ ### Patch Changes
53
+
54
+ - update function get available wallet
55
+ - Updated dependencies
56
+ - @coin98-com/wallet-adapter-compass-cosmos@0.0.55
57
+ - @coin98-com/wallet-adapter-base@0.0.55
58
+
59
+ ## 0.0.54
60
+
61
+ ### Patch Changes
62
+
63
+ - bypass solana c98
64
+ - Updated dependencies
65
+ - @coin98-com/wallet-adapter-compass-cosmos@0.0.54
66
+ - @coin98-com/wallet-adapter-base@0.0.54
67
+
68
+ ## 0.0.53
69
+
70
+ ### Patch Changes
71
+
72
+ - update sync disconnect multiple tabs
73
+ - Updated dependencies
74
+ - @coin98-com/wallet-adapter-compass-cosmos@0.0.53
75
+ - @coin98-com/wallet-adapter-base@0.0.53
76
+
77
+ ## 0.0.52
78
+
79
+ ### Patch Changes
80
+
81
+ - update wallet name
82
+ - Updated dependencies
83
+ - @coin98-com/wallet-adapter-compass-cosmos@0.0.52
84
+ - @coin98-com/wallet-adapter-base@0.0.52
85
+
86
+ ## 0.0.51
87
+
88
+ ### Patch Changes
89
+
90
+ - update solana coin98
91
+ - Updated dependencies
92
+ - @coin98-com/wallet-adapter-compass-cosmos@0.0.51
93
+ - @coin98-com/wallet-adapter-base@0.0.51
94
+
95
+ ## 0.0.50
96
+
97
+ ### Patch Changes
98
+
99
+ - integrate subwallet foxwallet particle wallet and polkadot
100
+ - Updated dependencies
101
+ - @coin98-com/wallet-adapter-compass-cosmos@0.0.50
102
+ - @coin98-com/wallet-adapter-base@0.0.50
103
+
104
+ ## 0.0.49
105
+
106
+ ### Patch Changes
107
+
108
+ - update packages fox wallet
109
+ - Updated dependencies
110
+ - @coin98-com/wallet-adapter-compass-cosmos@0.0.49
111
+ - @coin98-com/wallet-adapter-base@0.0.49
112
+
3
113
  ## 0.0.48
4
114
 
5
115
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coin98-com/wallet-adapter-compass",
3
- "version": "0.0.48",
3
+ "version": "0.0.60",
4
4
  "sideEffects": false,
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",
@@ -13,8 +13,8 @@
13
13
  "tsconfig": "0.0.45"
14
14
  },
15
15
  "dependencies": {
16
- "@coin98-com/wallet-adapter-base": "0.0.48",
17
- "@coin98-com/wallet-adapter-compass-cosmos": "0.0.48"
16
+ "@coin98-com/wallet-adapter-compass-cosmos": "0.0.60",
17
+ "@coin98-com/wallet-adapter-base": "0.0.60"
18
18
  },
19
19
  "scripts": {
20
20
  "build": "tsup",