@coin98-com/wallet-adapter-compass 0.0.54 → 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.
- package/.turbo/turbo-build.log +16 -17
- package/CHANGELOG.md +56 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
@@ -1,17 +1,16 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
>
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[32m310.00 B[39m
|
1
|
+
|
2
|
+
> @coin98-com/wallet-adapter-compass@0.0.60 build /Users/khiemdang/Coding/Partner/coin98-wallet-selector/packages/wallets/compass/wallets
|
3
|
+
> tsup
|
4
|
+
|
5
|
+
CLI Building entry: src/index.ts
|
6
|
+
CLI Using tsconfig: tsconfig.json
|
7
|
+
CLI tsup v6.6.3
|
8
|
+
CLI Using tsup config: /Users/khiemdang/Coding/Partner/coin98-wallet-selector/packages/wallets/compass/wallets/tsup.config.ts
|
9
|
+
CLI Target: es6
|
10
|
+
CLI Cleaning output folder
|
11
|
+
CJS Build start
|
12
|
+
CJS dist/index.js 278.00 B
|
13
|
+
CJS ⚡️ Build success in 26ms
|
14
|
+
DTS Build start
|
15
|
+
DTS ⚡️ Build success in 2195ms
|
16
|
+
DTS dist/index.d.ts 310.00 B
|
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,61 @@
|
|
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
|
+
|
3
59
|
## 0.0.54
|
4
60
|
|
5
61
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@coin98-com/wallet-adapter-compass",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.60",
|
4
4
|
"sideEffects": false,
|
5
5
|
"types": "./dist/index.d.ts",
|
6
6
|
"main": "./dist/index.js",
|
@@ -9,12 +9,12 @@
|
|
9
9
|
},
|
10
10
|
"license": "MIT",
|
11
11
|
"devDependencies": {
|
12
|
-
"
|
13
|
-
"
|
12
|
+
"tsup": "^6.6.3",
|
13
|
+
"tsconfig": "0.0.45"
|
14
14
|
},
|
15
15
|
"dependencies": {
|
16
|
-
"@coin98-com/wallet-adapter-
|
17
|
-
"@coin98-com/wallet-adapter-
|
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",
|