nocobase/packages/plugins/workflow/package.json
lyf-coder 9b4139e28a
feat(workflow): support Http Request Node (#1102)
* feat(workflow): support Http Request Node

* style(workflow): hTTP Request ui title

* style(workflow): request node ui title fix

* feat(workflow): support timeout config,ignoreFail etc

* refactor(workflow): request node Instruction remove unused input.result from templateVars

* fix(workflow): fix locale

* fix(workflow): perfect request implementation
2022-11-23 02:29:18 -08:00

31 lines
814 B
JSON

{
"name": "@nocobase/plugin-workflow",
"version": "0.8.0-alpha.13",
"main": "lib/index.js",
"license": "Apache-2.0",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"dependencies": {
"@nocobase/actions": "0.8.0-alpha.13",
"@nocobase/client": "0.8.0-alpha.13",
"@nocobase/database": "0.8.0-alpha.13",
"@nocobase/server": "0.8.0-alpha.13",
"@nocobase/utils": "0.8.0-alpha.13",
"classnames": "^2.3.1",
"cron-parser": "4.4.0",
"json-templates": "^4.2.0",
"react-js-cron": "^1.4.0",
"ejs": "^3.1.8",
"react-copy-to-clipboard": "^5.1.0"
},
"devDependencies": {
"@types/ejs": "^3.1.1",
"@nocobase/test": "0.8.0-alpha.13"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}