juno-network 0.17.0 → 0.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -19,7 +19,6 @@ npm install juno-network
19
19
 
20
20
  ```js
21
21
  import { juno } from 'juno-network';
22
-
23
22
  const main = async () => {
24
23
  const client = await juno.ClientFactory.createLCDClient({ restEndpoint: REST_ENDPOINT });
25
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "juno-network",
3
- "version": "0.17.0",
3
+ "version": "0.18.0",
4
4
  "description": "juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/CosmosContracts/typescript#readme",
@@ -89,5 +89,6 @@
89
89
  "@cosmjs/tendermint-rpc": "^0.32.2",
90
90
  "@cosmology/lcd": "^0.12.0",
91
91
  "protobufjs": "^6.11.2"
92
- }
92
+ },
93
+ "gitHead": "a61180fcd21ce5d5909e5dd0c5beec1a3c13182d"
93
94
  }