@cosmwasm/ts-codegen 0.35.0 → 0.35.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.
@@ -69,7 +69,7 @@ var _default = /*#__PURE__*/function () {
69
69
  type: 'list',
70
70
  name: 'version',
71
71
  message: 'which react-query version?',
72
- "default": 'v3',
72
+ "default": 'v4',
73
73
  choices: ['v3', 'v4']
74
74
  }, {
75
75
  type: 'confirm',
@@ -53,7 +53,7 @@ export default (async argv => {
53
53
  type: 'list',
54
54
  name: 'version',
55
55
  message: 'which react-query version?',
56
- default: 'v3',
56
+ default: 'v4',
57
57
  choices: ['v3', 'v4']
58
58
  }, {
59
59
  type: 'confirm',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmwasm/ts-codegen",
3
- "version": "0.35.0",
3
+ "version": "0.35.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",
@@ -96,7 +96,7 @@
96
96
  "parse-package-name": "1.0.0",
97
97
  "rimraf": "3.0.2",
98
98
  "shelljs": "0.8.5",
99
- "wasm-ast-types": "^0.26.0"
99
+ "wasm-ast-types": "^0.26.1"
100
100
  },
101
- "gitHead": "fa5aea0a8de61f713a8dad85c5f7965e82c3b5c0"
101
+ "gitHead": "0cad0afb48264cc726c06a6ff7a1453e7cabb4b5"
102
102
  }
@@ -64,7 +64,7 @@ export default async (argv) => {
64
64
  type: 'list',
65
65
  name: 'version',
66
66
  message: 'which react-query version?',
67
- default: 'v3',
67
+ default: 'v4',
68
68
  choices: ['v3', 'v4']
69
69
  },
70
70
  {