@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.
@@ -1,16 +1,17 @@
1
-
2
- > @coin98-com/wallet-adapter-compass@0.0.48 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 62ms
14
- DTS Build start
15
- DTS ⚡️ Build success in 895ms
16
- DTS dist/index.d.ts 310.00 B
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
+ CLI Building entry: src/index.ts
7
+ CLI Using tsconfig: tsconfig.json
8
+ CLI tsup v6.7.0
9
+ CLI Using tsup config: /Users/khiemdang/Coding/Partner/coin98-wallet-selector/packages/wallets/compass/wallets/tsup.config.ts
10
+ CLI Target: es6
11
+ CLI Cleaning output folder
12
+ CJS Build start
13
+ CJS dist/index.js 278.00 B
14
+ CJS ⚡️ Build success in 28ms
15
+ DTS Build start
16
+ DTS ⚡️ Build success in 2162ms
17
+ DTS dist/index.d.ts 310.00 B
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.48",
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
- "tsup": "^6.6.3",
13
- "tsconfig": "0.0.45"
12
+ "tsconfig": "0.0.45",
13
+ "tsup": "^6.6.3"
14
14
  },
15
15
  "dependencies": {
16
- "@coin98-com/wallet-adapter-base": "0.0.48",
17
- "@coin98-com/wallet-adapter-compass-cosmos": "0.0.48"
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",