@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.
- package/.turbo/turbo-build.log +7 -4
- package/CHANGELOG.md +117 -0
- package/dist/index.mjs +5 -0
- package/package.json +7 -5
- package/tsup.config.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
@@ -1,16 +1,19 @@
|
|
1
1
|
|
2
|
-
> @coin98-com/wallet-adapter-compass@0.1.
|
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
|
[34mCLI[39m Building entry: src/index.ts
|
6
6
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
7
|
-
[34mCLI[39m tsup v6.
|
7
|
+
[34mCLI[39m tsup v6.7.0
|
8
8
|
[34mCLI[39m Using tsup config: /Users/khiemdang/Coding/Partner/WalletSelectorC98/packages/wallets/compass/wallets/tsup.config.ts
|
9
9
|
[34mCLI[39m Target: es6
|
10
10
|
[34mCLI[39m Cleaning output folder
|
11
11
|
[34mCJS[39m Build start
|
12
|
+
[34mESM[39m Build start
|
12
13
|
[32mCJS[39m [1mdist/index.js [22m[32m278.00 B[39m
|
13
|
-
[32mCJS[39m ⚡️ Build success in
|
14
|
+
[32mCJS[39m ⚡️ Build success in 35ms
|
15
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m241.00 B[39m
|
16
|
+
[32mESM[39m ⚡️ Build success in 35ms
|
14
17
|
[34mDTS[39m Build start
|
15
|
-
[32mDTS[39m ⚡️ Build success in
|
18
|
+
[32mDTS[39m ⚡️ Build success in 2929ms
|
16
19
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m310.00 B[39m
|
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
package/package.json
CHANGED
@@ -1,20 +1,22 @@
|
|
1
1
|
{
|
2
2
|
"name": "@coin98-com/wallet-adapter-compass",
|
3
|
-
"version": "0.1.
|
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
|
-
"
|
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.
|
15
|
+
"tsconfig": "0.0.73"
|
14
16
|
},
|
15
17
|
"dependencies": {
|
16
|
-
"@coin98-com/wallet-adapter-base": "0.1.
|
17
|
-
"@coin98-com/wallet-adapter-compass-cosmos": "0.1.
|
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",
|