@cosmwasm/ts-codegen 0.9.0 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
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.0",
3
+ "version": "0.9.3",
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",
@@ -91,8 +91,9 @@
91
91
  "minimist": "1.2.6",
92
92
  "mkdirp": "1.0.4",
93
93
  "parse-package-name": "1.0.0",
94
+ "rimraf": "3.0.2",
94
95
  "shelljs": "0.8.5",
95
- "wasm-ast-types": "^0.7.0"
96
+ "wasm-ast-types": "^0.7.1"
96
97
  },
97
- "gitHead": "5fec84e69c9fea584d0180701844eaca183ea76b"
98
+ "gitHead": "18729d1c098208cb9f4576109a192ca1489e9284"
98
99
  }
@@ -0,0 +1,2 @@
1
+ declare const _default: (argv: any) => Promise<any>;
2
+ export default _default;
File without changes
@@ -1,2 +0,0 @@
1
- declare const _default: (argv: any) => Promise<void>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: (argv: any) => Promise<void>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: (argv: any) => Promise<void>;
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: (argv: any) => Promise<void>;
2
- export default _default;