@injectivelabs/wallet-cosmos-strategy 1.16.4 → 1.16.5-alpha.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -13,7 +13,7 @@ _Package to use All Wallets on Injective via the wallet strategy._
13
13
  ## 📚 Installation
14
14
 
15
15
  ```bash
16
- yarn add @injectivelabs/wallet-cosmos-strategy
16
+ pnpm add @injectivelabs/wallet-cosmos-strategy
17
17
  ```
18
18
 
19
19
  ---
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@injectivelabs/wallet-cosmos-strategy",
3
3
  "description": "Wallet Cosmos Strategy with instantiated wallets",
4
- "version": "1.16.4",
4
+ "version": "1.16.5-alpha.2",
5
5
  "sideEffects": false,
6
6
  "type": "module",
7
7
  "author": {
@@ -41,10 +41,10 @@
41
41
  }
42
42
  },
43
43
  "scripts": {
44
- "build": "yarn build:cjs && yarn build:esm && yarn build:post",
44
+ "build": "pnpm build:cjs && pnpm build:esm && pnpm build:post",
45
45
  "build:cjs": "tsc --build --force tsconfig.build.json",
46
46
  "build:esm": "tsc --build --force tsconfig.build.esm.json",
47
- "build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post",
47
+ "build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && pnpm build:post",
48
48
  "build:post": "shx cp ../../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../../etc/stub/package.esm.json.stub dist/esm/package.json",
49
49
  "clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache && shx mkdir -p dist",
50
50
  "test": "jest",
@@ -56,14 +56,14 @@
56
56
  "start": "node dist/index.js"
57
57
  },
58
58
  "dependencies": {
59
- "@injectivelabs/ts-types": "^1.16.4",
60
- "@injectivelabs/wallet-base": "^1.16.4",
61
- "@injectivelabs/wallet-core": "^1.16.4",
62
- "@injectivelabs/wallet-cosmos": "^1.16.4",
63
- "@injectivelabs/wallet-cosmostation": "^1.16.4"
59
+ "@injectivelabs/ts-types": "1.16.5-alpha.2",
60
+ "@injectivelabs/wallet-base": "1.16.5-alpha.2",
61
+ "@injectivelabs/wallet-core": "1.16.5-alpha.2",
62
+ "@injectivelabs/wallet-cosmos": "1.16.5-alpha.2",
63
+ "@injectivelabs/wallet-cosmostation": "1.16.5-alpha.2"
64
64
  },
65
65
  "devDependencies": {
66
66
  "shx": "^0.3.3"
67
67
  },
68
- "gitHead": "e997ae9a7255ecfd294fc0633e9da385f900fdda"
68
+ "gitHead": "7b737bd3053f73f633837f686d31b59ee98c7f67"
69
69
  }