@coin98-com/wallet-adapter-compass 0.1.63 → 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.
@@ -1,19 +1,19 @@
1
1
 
2
- > @coin98-com/wallet-adapter-compass@0.1.63 build /Users/khiemdang/Coding/Partner/WalletSelectorC98/packages/wallets/compass/wallets
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
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
- CLI tsup v6.6.3
7
+ CLI tsup v6.7.0
8
8
  CLI Using tsup config: /Users/khiemdang/Coding/Partner/WalletSelectorC98/packages/wallets/compass/wallets/tsup.config.ts
9
9
  CLI Target: es6
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
13
  CJS dist/index.js 278.00 B
14
- CJS ⚡️ Build success in 39ms
14
+ CJS ⚡️ Build success in 35ms
15
15
  ESM dist/index.mjs 241.00 B
16
- ESM ⚡️ Build success in 40ms
16
+ ESM ⚡️ Build success in 35ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 1915ms
18
+ DTS ⚡️ Build success in 2929ms
19
19
  DTS dist/index.d.ts 310.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,95 @@
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
+
3
93
  ## 0.1.63
4
94
 
5
95
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coin98-com/wallet-adapter-compass",
3
- "version": "0.1.63",
3
+ "version": "0.1.73",
4
4
  "sideEffects": false,
5
5
  "types": "./dist/index.d.ts",
6
6
  "main": "./dist/index.js",
@@ -12,11 +12,11 @@
12
12
  "license": "MIT",
13
13
  "devDependencies": {
14
14
  "tsup": "^6.6.3",
15
- "tsconfig": "0.0.69"
15
+ "tsconfig": "0.0.73"
16
16
  },
17
17
  "dependencies": {
18
- "@coin98-com/wallet-adapter-compass-cosmos": "0.1.63",
19
- "@coin98-com/wallet-adapter-base": "0.1.63"
18
+ "@coin98-com/wallet-adapter-base": "0.1.73",
19
+ "@coin98-com/wallet-adapter-compass-cosmos": "0.1.73"
20
20
  },
21
21
  "scripts": {
22
22
  "build": "tsup",