@cosmwasm/ts-codegen 0.9.1 → 0.9.2

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 +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -89,6 +89,8 @@ codegen({
89
89
  }
90
90
  ],
91
91
  outPath: './path/to/code/src/',
92
+
93
+ // options are completely optional ;)
92
94
  options: {
93
95
  bundle: {
94
96
  bundleFile: 'index.ts',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmwasm/ts-codegen",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "@cosmwasm/ts-codegen converts your CosmWasm smart contracts into dev-friendly TypeScript classes so you can focus on shipping code.",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmwasm/ts-codegen",
@@ -95,5 +95,5 @@
95
95
  "shelljs": "0.8.5",
96
96
  "wasm-ast-types": "^0.7.0"
97
97
  },
98
- "gitHead": "ede5d39d8f754f76b355f769aa6b2f92f5e007c8"
98
+ "gitHead": "d8fee5e217d2cecf5e2e7534245b6f3fb2d883c4"
99
99
  }