v1.0.22-alpha.1

This commit is contained in:
guokai.jgk 2020-11-18 14:11:55 +08:00
parent 6edf60c129
commit 7757ef7af7

View File

@ -1,6 +1,6 @@
{ {
"name": "@ali/lowcode-datasource-mtop-handler", "name": "@ali/lowcode-datasource-mtop-handler",
"version": "1.0.21", "version": "1.0.22-alpha.1",
"main": "lib/index.js", "main": "lib/index.js",
"module": "es/index.js", "module": "es/index.js",
"typings": "es/index.d.ts", "typings": "es/index.d.ts",
@ -16,7 +16,7 @@
"prepublishOnly": "npm run build" "prepublishOnly": "npm run build"
}, },
"dependencies": { "dependencies": {
"@ali/lowcode-datasource-types": "^1.0.21", "@ali/lowcode-datasource-types": "^1.0.22-alpha.2",
"@ali/universal-mtop": "^5.1.9", "@ali/universal-mtop": "^5.1.9",
"typescript": "^3.9.7" "typescript": "^3.9.7"
}, },