fix: 设计和预览两种场景下 requestHandlersMap 的接入

This commit is contained in:
muyun.my 2020-11-10 19:12:25 +08:00
parent 707de45211
commit f9e5397797
8 changed files with 12 additions and 15 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-datasource-fetch-handler",
"version": "1.0.8",
"version": "1.0.19",
"main": "lib/index.js",
"module": "es/index.js",
"typings": "es/index.d.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-datasource-jsonp-handler",
"version": "1.0.5",
"version": "1.0.19",
"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.1",
"@ali/lowcode-datasource-types": "^1.0.19",
"jsonp": "^0.2.1",
"typescript": "^3.9.7"
},

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-datasource-mopen-handler",
"version": "1.0.8",
"version": "1.0.19",
"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.1",
"@ali/lowcode-datasource-types": "^1.0.19",
"@ali/mirror-io-client-mopen": "1.0.0-beta.16",
"typescript": "^3.9.7"
},

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-datasource-mtop-handler",
"version": "1.0.7",
"version": "1.0.19",
"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.1",
"@ali/lowcode-datasource-types": "^1.0.19",
"@ali/universal-mtop": "^5.1.9",
"typescript": "^3.9.7"
},

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-datasource-types",
"version": "1.0.1",
"version": "1.0.19",
"main": "lib/index.js",
"module": "es/index.js",
"typings": "es/index.d.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-datasource-universal-mtop-handler",
"version": "1.0.7",
"version": "1.0.19",
"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.1",
"@ali/lowcode-datasource-types": "^1.0.19",
"@ali/mirror-io-client-universal-mtop": "1.0.0-beta.16",
"typescript": "^3.9.7"
},

View File

@ -1,6 +1,6 @@
{
"name": "@ali/lowcode-datasource-url-params-handler",
"version": "1.0.7",
"version": "1.0.19",
"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.1",
"@ali/lowcode-datasource-types": "^1.0.19",
"query-string": "^6.13.1",
"typescript": "^3.9.7"
},

View File

@ -24,9 +24,6 @@
"react"
],
"dependencies": {
"@ali/lowcode-datasource-jsonp-handler": "^1.0.5",
"@ali/lowcode-datasource-fetch-handler": "^1.0.5",
"@ali/lowcode-datasource-mtop-handler": "^1.0.5",
"@ali/b3-one": "^0.0.17",
"@ali/bzb-request": "^2.6.0-beta.13",
"@ali/lib-mtop": "^2.5.1",