v1.0.2-alpha.1

This commit is contained in:
guokai.jgk 2020-10-23 18:51:30 +08:00
parent 732c35b1ef
commit 9d97e569b1

View File

@ -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"
},