@cosmwasm/ts-codegen 0.7.0 → 0.7.1

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.
@@ -13,7 +13,7 @@ var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/
13
13
 
14
14
  var _prompt = require("../utils/prompt");
15
15
 
16
- var _recoil = _interopRequireDefault(require("../recoil"));
16
+ var _recoil = _interopRequireDefault(require("../generators/recoil"));
17
17
 
18
18
  var _utils = require("../utils");
19
19
 
@@ -1,5 +1,5 @@
1
1
  import { prompt } from '../utils/prompt';
2
- import recoil from '../recoil';
2
+ import recoil from '../generators/recoil';
3
3
  import { readSchemas } from '../utils';
4
4
  export default (async argv => {
5
5
  const questions = [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmwasm/ts-codegen",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
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",
@@ -92,5 +92,5 @@
92
92
  "shelljs": "0.8.5",
93
93
  "wasm-ast-types": "^0.6.0"
94
94
  },
95
- "gitHead": "51e6e530adc95d8118606379848080dd9bc3c25a"
95
+ "gitHead": "103ec48e18ab5bd88329ec36b558e5caeb79f4b9"
96
96
  }