@injectivelabs/wallet-cosmos-strategy 1.16.6-alpha.0 → 1.16.6

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
- pnpm add @injectivelabs/wallet-cosmos-strategy
16
+ yarn 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.6-alpha.0",
4
+ "version": "1.16.6",
5
5
  "sideEffects": false,
6
6
  "type": "module",
7
7
  "author": {
@@ -41,10 +41,10 @@
41
41
  }
42
42
  },
43
43
  "scripts": {
44
- "build": "pnpm build:cjs && pnpm build:esm && pnpm build:post",
44
+ "build": "yarn build:cjs && yarn build:esm && yarn 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 && pnpm build:post",
47
+ "build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn 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.6-alpha.0",
60
- "@injectivelabs/wallet-base": "1.16.6-alpha.0",
61
- "@injectivelabs/wallet-core": "1.16.6-alpha.0",
62
- "@injectivelabs/wallet-cosmos": "1.16.6-alpha.0",
63
- "@injectivelabs/wallet-cosmostation": "1.16.6-alpha.0"
59
+ "@injectivelabs/ts-types": "^1.16.6",
60
+ "@injectivelabs/wallet-base": "^1.16.6",
61
+ "@injectivelabs/wallet-core": "^1.16.6",
62
+ "@injectivelabs/wallet-cosmos": "^1.16.6",
63
+ "@injectivelabs/wallet-cosmostation": "^1.16.6"
64
64
  },
65
65
  "devDependencies": {
66
66
  "shx": "^0.3.3"
67
67
  },
68
- "gitHead": "b2bd329705e0848283332658754771d45c09d4f7"
68
+ "gitHead": "41794b09a1047a01dbb1d0e0a473a2f26305752d"
69
69
  }