@coin98-com/wallet-adapter-compass 0.1.33 → 0.1.37
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 +3 -3
- package/CHANGELOG.md +36 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @coin98-com/wallet-adapter-compass@0.1.
|
2
|
+
> @coin98-com/wallet-adapter-compass@0.1.37 build /Users/khiemdang/Coding/Partner/WalletSelectorC98/packages/wallets/compass/wallets
|
3
3
|
> tsup
|
4
4
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
@@ -10,7 +10,7 @@
|
|
10
10
|
[34mCLI[39m Cleaning output folder
|
11
11
|
[34mCJS[39m Build start
|
12
12
|
[32mCJS[39m [1mdist/index.js [22m[32m278.00 B[39m
|
13
|
-
[32mCJS[39m ⚡️ Build success in
|
13
|
+
[32mCJS[39m ⚡️ Build success in 51ms
|
14
14
|
[34mDTS[39m Build start
|
15
|
-
[32mDTS[39m ⚡️ Build success in
|
15
|
+
[32mDTS[39m ⚡️ Build success in 2565ms
|
16
16
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m310.00 B[39m
|
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,41 @@
|
|
1
1
|
# @coin98-com/wallet-adapter-keplr
|
2
2
|
|
3
|
+
## 0.1.37
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- fix emit chainId
|
8
|
+
- Updated dependencies
|
9
|
+
- @coin98-com/wallet-adapter-compass-cosmos@0.1.37
|
10
|
+
- @coin98-com/wallet-adapter-base@0.1.37
|
11
|
+
|
12
|
+
## 0.1.36
|
13
|
+
|
14
|
+
### Patch Changes
|
15
|
+
|
16
|
+
- feat: sign message and validate signature function for ton, add payloadWithProof when connect by ton_proof
|
17
|
+
- Updated dependencies
|
18
|
+
- @coin98-com/wallet-adapter-compass-cosmos@0.1.36
|
19
|
+
- @coin98-com/wallet-adapter-base@0.1.36
|
20
|
+
|
21
|
+
## 0.1.35
|
22
|
+
|
23
|
+
### Patch Changes
|
24
|
+
|
25
|
+
- rechangeset
|
26
|
+
- Updated dependencies
|
27
|
+
- @coin98-com/wallet-adapter-compass-cosmos@0.1.35
|
28
|
+
- @coin98-com/wallet-adapter-base@0.1.35
|
29
|
+
|
30
|
+
## 0.1.34
|
31
|
+
|
32
|
+
### Patch Changes
|
33
|
+
|
34
|
+
- feat: request switch chain by chainid when connect
|
35
|
+
- Updated dependencies
|
36
|
+
- @coin98-com/wallet-adapter-compass-cosmos@0.1.34
|
37
|
+
- @coin98-com/wallet-adapter-base@0.1.34
|
38
|
+
|
3
39
|
## 0.1.33
|
4
40
|
|
5
41
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@coin98-com/wallet-adapter-compass",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.37",
|
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.69"
|
14
14
|
},
|
15
15
|
"dependencies": {
|
16
|
-
"@coin98-com/wallet-adapter-compass-cosmos": "0.1.
|
17
|
-
"@coin98-com/wallet-adapter-base": "0.1.
|
16
|
+
"@coin98-com/wallet-adapter-compass-cosmos": "0.1.37",
|
17
|
+
"@coin98-com/wallet-adapter-base": "0.1.37"
|
18
18
|
},
|
19
19
|
"scripts": {
|
20
20
|
"build": "tsup",
|