From 7757ef7af7c1e595ff5fd5d60ae74615eb010ee3 Mon Sep 17 00:00:00 2001 From: "guokai.jgk" Date: Wed, 18 Nov 2020 14:11:55 +0800 Subject: [PATCH] v1.0.22-alpha.1 --- packages/datasource-mtop-handler/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/datasource-mtop-handler/package.json b/packages/datasource-mtop-handler/package.json index a62bfb847..f8f12da7b 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.21", + "version": "1.0.22-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-datasource-types": "^1.0.21", + "@ali/lowcode-datasource-types": "^1.0.22-alpha.2", "@ali/universal-mtop": "^5.1.9", "typescript": "^3.9.7" },