@coin98-com/wallet-adapter-compass 0.0.96 → 0.0.97

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,5 +1,5 @@
1
1
 
2
- > @coin98-com/wallet-adapter-compass@0.0.96 build /Users/khiemdang/Coding/Partner/WalletSelectorC98/packages/wallets/compass/wallets
2
+ > @coin98-com/wallet-adapter-compass@0.0.97 build /Users/khiemdang/Coding/Partner/WalletSelectorC98/packages/wallets/compass/wallets
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,7 +10,7 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  CJS dist/index.js 278.00 B
13
- CJS ⚡️ Build success in 57ms
13
+ CJS ⚡️ Build success in 26ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 2069ms
15
+ DTS ⚡️ Build success in 2107ms
16
16
  DTS dist/index.d.ts 310.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @coin98-com/wallet-adapter-keplr
2
2
 
3
+ ## 0.0.97
4
+
5
+ ### Patch Changes
6
+
7
+ - throw error to genesis
8
+ - Updated dependencies
9
+ - @coin98-com/wallet-adapter-compass-cosmos@0.0.97
10
+ - @coin98-com/wallet-adapter-base@0.0.97
11
+
3
12
  ## 0.0.96
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coin98-com/wallet-adapter-compass",
3
- "version": "0.0.96",
3
+ "version": "0.0.97",
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-base": "0.0.96",
17
- "@coin98-com/wallet-adapter-compass-cosmos": "0.0.96"
16
+ "@coin98-com/wallet-adapter-base": "0.0.97",
17
+ "@coin98-com/wallet-adapter-compass-cosmos": "0.0.97"
18
18
  },
19
19
  "scripts": {
20
20
  "build": "tsup",