@cosmwasm/ts-codegen 0.13.2 → 0.13.3

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.
@@ -127,7 +127,7 @@ var _default = /*#__PURE__*/function () {
127
127
  type: 'string',
128
128
  name: 'bundleFile',
129
129
  message: 'bundleFile?',
130
- "default": 'bundle.ts'
130
+ "default": 'index.ts'
131
131
  }, {
132
132
  type: 'string',
133
133
  name: 'bundleScope',
@@ -96,7 +96,7 @@ export default (async argv => {
96
96
  type: 'string',
97
97
  name: 'bundleFile',
98
98
  message: 'bundleFile?',
99
- default: 'bundle.ts'
99
+ default: 'index.ts'
100
100
  }, {
101
101
  type: 'string',
102
102
  name: 'bundleScope',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmwasm/ts-codegen",
3
- "version": "0.13.2",
3
+ "version": "0.13.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",
@@ -96,5 +96,5 @@
96
96
  "shelljs": "0.8.5",
97
97
  "wasm-ast-types": "^0.9.0"
98
98
  },
99
- "gitHead": "8aa97ed3052ef00ea377f6fe5530d4ea7ed76ad4"
99
+ "gitHead": "50046a43a3c9464fb8f8f84522d6433f25b1dc50"
100
100
  }