@cosmwasm/ts-codegen 0.8.0 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmwasm/ts-codegen",
3
- "version": "0.8.0",
3
+ "version": "0.8.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",
@@ -90,8 +90,9 @@
90
90
  "long": "^5.2.0",
91
91
  "minimist": "1.2.6",
92
92
  "mkdirp": "1.0.4",
93
+ "parse-package-name": "1.0.0",
93
94
  "shelljs": "0.8.5",
94
95
  "wasm-ast-types": "^0.7.0"
95
96
  },
96
- "gitHead": "09236055739cc020418f89a246d8a954353c7ec3"
97
+ "gitHead": "b575f3961df14a35ef9a9b66104ad4bc0194d8ff"
97
98
  }