diff --git a/packages/datasource-mtop-handler/package.json b/packages/datasource-mtop-handler/package.json index 2143f71eb..ed15f9813 100644 --- a/packages/datasource-mtop-handler/package.json +++ b/packages/datasource-mtop-handler/package.json @@ -1,6 +1,6 @@ { "name": "@ali/lowcode-datasource-mtop-handler", - "version": "1.0.1", + "version": "1.0.2-alpha.1", "main": "lib/index.js", "module": "es/index.js", "typings": "es/index.d.ts", @@ -16,7 +16,7 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@ali/lowcode-types": "^1.0.10", + "@ali/lowcode-types": "1.0.13-alpha.1", "@ali/universal-mtop": "^5.1.9", "typescript": "^3.9.7" },