juno-network 0.1.5 → 0.1.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 +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -18,6 +18,8 @@ TS library with Cosmos SDK and JunoSwap smart contracts.
18
18
  npm install juno-network
19
19
  ```
20
20
 
21
+ ### Cosmos SDK clients
22
+
21
23
  ```js
22
24
  import { juno } from 'juno-network';
23
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juno-network",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/CosmosContracts/typescript#readme",
@@ -90,5 +90,5 @@
90
90
  "@tanstack/react-query": "^4.1.3",
91
91
  "protobufjs": "^6.11.2"
92
92
  },
93
- "gitHead": "60d48db87148a83d1abb977f7d36e7fa255ec3e1"
93
+ "gitHead": "639aa01122cc9a603f28c8cb76e014e2c1405dbf"
94
94
  }