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

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,16 +1,16 @@
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
1
+
2
+ > @coin98-com/wallet-adapter-compass@0.0.66 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 138ms
14
+ DTS Build start
15
+ DTS ⚡️ Build success in 2510ms
16
+ DTS dist/index.d.ts 310.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,60 @@
1
1
  # @coin98-com/wallet-adapter-keplr
2
2
 
3
+ ## 0.0.66
4
+
5
+ ### Patch Changes
6
+
7
+ - bump version
8
+
9
+ - Updated dependencies []:
10
+ - @coin98-com/wallet-adapter-compass-cosmos@0.0.66
11
+ - @coin98-com/wallet-adapter-base@0.0.66
12
+
13
+ ## 0.0.65
14
+
15
+ ### Patch Changes
16
+
17
+ - bump version
18
+ - Updated dependencies
19
+ - @coin98-com/wallet-adapter-compass-cosmos@0.0.65
20
+ - @coin98-com/wallet-adapter-base@0.0.65
21
+
22
+ ## 0.0.64
23
+
24
+ ### Patch Changes
25
+
26
+ - add saros, switch blockchain solana
27
+ - Updated dependencies
28
+ - @coin98-com/wallet-adapter-compass-cosmos@0.0.64
29
+ - @coin98-com/wallet-adapter-base@0.0.64
30
+
31
+ ## 0.0.63
32
+
33
+ ### Patch Changes
34
+
35
+ - integrate function switch blockchain
36
+ - Updated dependencies
37
+ - @coin98-com/wallet-adapter-compass-cosmos@0.0.63
38
+ - @coin98-com/wallet-adapter-base@0.0.63
39
+
40
+ ## 0.0.62
41
+
42
+ ### Patch Changes
43
+
44
+ - update format code adapter
45
+ - Updated dependencies
46
+ - @coin98-com/wallet-adapter-compass-cosmos@0.0.62
47
+ - @coin98-com/wallet-adapter-base@0.0.62
48
+
49
+ ## 0.0.61
50
+
51
+ ### Patch Changes
52
+
53
+ - update ancient8 wallet
54
+ - Updated dependencies
55
+ - @coin98-com/wallet-adapter-compass-cosmos@0.0.61
56
+ - @coin98-com/wallet-adapter-base@0.0.61
57
+
3
58
  ## 0.0.60
4
59
 
5
60
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coin98-com/wallet-adapter-compass",
3
- "version": "0.0.60",
3
+ "version": "0.0.66",
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-compass-cosmos": "0.0.60",
17
- "@coin98-com/wallet-adapter-base": "0.0.60"
16
+ "@coin98-com/wallet-adapter-compass-cosmos": "0.0.66",
17
+ "@coin98-com/wallet-adapter-base": "0.0.66"
18
18
  },
19
19
  "scripts": {
20
20
  "build": "tsup",