@cosmwasm/ts-codegen 0.13.1 → 0.13.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.
@@ -92,7 +92,7 @@ var _default = /*#__PURE__*/function () {
92
92
  type: 'checkbox',
93
93
  name: 'pkg',
94
94
  message: 'which chain contracts do you want to support?',
95
- choices: ['stargaze-claim', 'stargaze-ics721', 'stargaze-minter', 'stargaze-royalty-group', 'stargaze-sg721', 'stargaze-whitelist'].map(function (name) {
95
+ choices: ['stargaze-claim', 'stargaze-ics721', 'stargaze-minter', 'stargaze-royalty-group', 'stargaze-sg721', 'stargaze-whitelist', 'wasmswap'].map(function (name) {
96
96
  return {
97
97
  name: name,
98
98
  value: "@cosmjson/".concat(name)
@@ -50,7 +50,7 @@ export default (async argv => {
50
50
  type: 'checkbox',
51
51
  name: 'pkg',
52
52
  message: 'which chain contracts do you want to support?',
53
- choices: ['stargaze-claim', 'stargaze-ics721', 'stargaze-minter', 'stargaze-royalty-group', 'stargaze-sg721', 'stargaze-whitelist'].map(name => {
53
+ choices: ['stargaze-claim', 'stargaze-ics721', 'stargaze-minter', 'stargaze-royalty-group', 'stargaze-sg721', 'stargaze-whitelist', 'wasmswap'].map(name => {
54
54
  return {
55
55
  name,
56
56
  value: `@cosmjson/${name}`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmwasm/ts-codegen",
3
- "version": "0.13.1",
3
+ "version": "0.13.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": "37ca0c4ace985d47d31fcbcf24b585e185b65432"
99
+ "gitHead": "8aa97ed3052ef00ea377f6fe5530d4ea7ed76ad4"
100
100
  }