@cosmwasm/ts-codegen 0.31.5 → 0.32.0

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.
package/README.md CHANGED
@@ -124,6 +124,9 @@ codegen({
124
124
  },
125
125
  msgBuilder: {
126
126
  enabled: false
127
+ },
128
+ useContractsHooks: {
129
+ enabled: false
127
130
  }
128
131
  }
129
132
  }).then(() => {
@@ -35,7 +35,7 @@ var fs = require('fs');
35
35
 
36
36
  var path = require('path');
37
37
 
38
- var repo = 'https://github.com/pyramation/tmpl-cosmwasm-module.git';
38
+ var repo = 'https://github.com/cosmology-tech/ts-codegen-module-boilerplate';
39
39
 
40
40
  var _default = /*#__PURE__*/function () {
41
41
  var _ref = (0, _asyncToGenerator2["default"])( /*#__PURE__*/_regenerator["default"].mark(function _callee(argv) {
@@ -14,7 +14,7 @@ const fs = require('fs');
14
14
 
15
15
  const path = require('path');
16
16
 
17
- const repo = 'https://github.com/pyramation/tmpl-cosmwasm-module.git';
17
+ const repo = 'https://github.com/cosmology-tech/ts-codegen-module-boilerplate';
18
18
  export default (async argv => {
19
19
  if (!shell.which('git')) {
20
20
  shell.echo('Sorry, this script requires git');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmwasm/ts-codegen",
3
- "version": "0.31.5",
3
+ "version": "0.32.0",
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",
@@ -98,5 +98,5 @@
98
98
  "shelljs": "0.8.5",
99
99
  "wasm-ast-types": "^0.24.0"
100
100
  },
101
- "gitHead": "f678de3cce2ad0dc29f5ad9d6154831bd74ed2a6"
101
+ "gitHead": "0a4c5d82cb75d82e01e662aec40f613529173da9"
102
102
  }
@@ -5,7 +5,7 @@ const glob = require('glob').sync;
5
5
  const fs = require('fs');
6
6
  const path = require('path');
7
7
 
8
- const repo = 'https://github.com/pyramation/tmpl-cosmwasm-module.git';
8
+ const repo = 'https://github.com/cosmology-tech/ts-codegen-module-boilerplate';
9
9
  export default async argv => {
10
10
  if (!shell.which('git')) {
11
11
  shell.echo('Sorry, this script requires git');