@daocloud-proto/skoala 0.24.0 → 0.24.1-4

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.
@@ -213,6 +213,7 @@ export type GetPrerequisiteReq = {
213
213
 
214
214
  export type GetPrerequisiteRes = {
215
215
  ok?: boolean
216
+ chartVersion?: string
216
217
  }
217
218
 
218
219
  export type ListMysqlReq = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.24.0",
3
+ "version": "0.24.1-4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {