@coin98-com/wallet-adapter-compass 0.0.48 → 0.0.54
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 +17 -16
- package/CHANGELOG.md +54 -0
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
@@ -1,16 +1,17 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
>
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
1
|
+
|
2
|
+
|
3
|
+
> @coin98-com/wallet-adapter-compass@0.0.54 build /Users/khiemdang/Coding/Partner/coin98-wallet-selector/packages/wallets/compass/wallets
|
4
|
+
> tsup
|
5
|
+
|
6
|
+
[34mCLI[39m Building entry: src/index.ts
|
7
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
8
|
+
[34mCLI[39m tsup v6.7.0
|
9
|
+
[34mCLI[39m Using tsup config: /Users/khiemdang/Coding/Partner/coin98-wallet-selector/packages/wallets/compass/wallets/tsup.config.ts
|
10
|
+
[34mCLI[39m Target: es6
|
11
|
+
[34mCLI[39m Cleaning output folder
|
12
|
+
[34mCJS[39m Build start
|
13
|
+
[32mCJS[39m [1mdist/index.js [22m[32m278.00 B[39m
|
14
|
+
[32mCJS[39m ⚡️ Build success in 28ms
|
15
|
+
[34mDTS[39m Build start
|
16
|
+
[32mDTS[39m ⚡️ Build success in 2162ms
|
17
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m310.00 B[39m
|
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,59 @@
|
|
1
1
|
# @coin98-com/wallet-adapter-keplr
|
2
2
|
|
3
|
+
## 0.0.54
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- bypass solana c98
|
8
|
+
- Updated dependencies
|
9
|
+
- @coin98-com/wallet-adapter-compass-cosmos@0.0.54
|
10
|
+
- @coin98-com/wallet-adapter-base@0.0.54
|
11
|
+
|
12
|
+
## 0.0.53
|
13
|
+
|
14
|
+
### Patch Changes
|
15
|
+
|
16
|
+
- update sync disconnect multiple tabs
|
17
|
+
- Updated dependencies
|
18
|
+
- @coin98-com/wallet-adapter-compass-cosmos@0.0.53
|
19
|
+
- @coin98-com/wallet-adapter-base@0.0.53
|
20
|
+
|
21
|
+
## 0.0.52
|
22
|
+
|
23
|
+
### Patch Changes
|
24
|
+
|
25
|
+
- update wallet name
|
26
|
+
- Updated dependencies
|
27
|
+
- @coin98-com/wallet-adapter-compass-cosmos@0.0.52
|
28
|
+
- @coin98-com/wallet-adapter-base@0.0.52
|
29
|
+
|
30
|
+
## 0.0.51
|
31
|
+
|
32
|
+
### Patch Changes
|
33
|
+
|
34
|
+
- update solana coin98
|
35
|
+
- Updated dependencies
|
36
|
+
- @coin98-com/wallet-adapter-compass-cosmos@0.0.51
|
37
|
+
- @coin98-com/wallet-adapter-base@0.0.51
|
38
|
+
|
39
|
+
## 0.0.50
|
40
|
+
|
41
|
+
### Patch Changes
|
42
|
+
|
43
|
+
- integrate subwallet foxwallet particle wallet and polkadot
|
44
|
+
- Updated dependencies
|
45
|
+
- @coin98-com/wallet-adapter-compass-cosmos@0.0.50
|
46
|
+
- @coin98-com/wallet-adapter-base@0.0.50
|
47
|
+
|
48
|
+
## 0.0.49
|
49
|
+
|
50
|
+
### Patch Changes
|
51
|
+
|
52
|
+
- update packages fox wallet
|
53
|
+
- Updated dependencies
|
54
|
+
- @coin98-com/wallet-adapter-compass-cosmos@0.0.49
|
55
|
+
- @coin98-com/wallet-adapter-base@0.0.49
|
56
|
+
|
3
57
|
## 0.0.48
|
4
58
|
|
5
59
|
### 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.54",
|
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
|
+
"tsconfig": "0.0.45",
|
13
|
+
"tsup": "^6.6.3"
|
14
14
|
},
|
15
15
|
"dependencies": {
|
16
|
-
"@coin98-com/wallet-adapter-base": "0.0.
|
17
|
-
"@coin98-com/wallet-adapter-compass-cosmos": "0.0.
|
16
|
+
"@coin98-com/wallet-adapter-base": "0.0.54",
|
17
|
+
"@coin98-com/wallet-adapter-compass-cosmos": "0.0.54"
|
18
18
|
},
|
19
19
|
"scripts": {
|
20
20
|
"build": "tsup",
|