@cosmwasm/ts-codegen 0.14.1 → 0.14.2

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.
@@ -35,7 +35,7 @@ var fs = require('fs');
35
35
 
36
36
  var path = require('path');
37
37
 
38
- var repo = 'git@github.com:pyramation/tmpl-cosmwasm-module.git';
38
+ var repo = 'https://github.com/pyramation/tmpl-cosmwasm-module.git';
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 = 'git@github.com:pyramation/tmpl-cosmwasm-module.git';
17
+ const repo = 'https://github.com/pyramation/tmpl-cosmwasm-module.git';
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.14.1",
3
+ "version": "0.14.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",
@@ -96,5 +96,5 @@
96
96
  "shelljs": "0.8.5",
97
97
  "wasm-ast-types": "^0.9.0"
98
98
  },
99
- "gitHead": "4aad0373cb937e7dce0798f7cda0c935ecde9cd8"
99
+ "gitHead": "f1b4bb730177be7342b0867c162cc7edf5ce3a29"
100
100
  }