373c2b9a2d
* feat(plugin-workflow): add schedule type trigger * feat(plugin-workflow): add collection mode for schedule trigger * feat(plugin-workflow): add ui for schedule trigger configuration * fix(plugin-workflow): fix test case * fix(plugin-workflow): fix trigger for sqlite
26 lines
649 B
JSON
26 lines
649 B
JSON
{
|
|
"name": "@nocobase/plugin-workflow",
|
|
"version": "0.7.0-alpha.82",
|
|
"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.7.0-alpha.82",
|
|
"@nocobase/database": "0.7.0-alpha.82",
|
|
"@nocobase/server": "0.7.0-alpha.82",
|
|
"@nocobase/utils": "0.7.0-alpha.82",
|
|
"json-templates": "^4.2.0",
|
|
"cron-parser": "4.4.0",
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"devDependencies": {
|
|
"@nocobase/test": "0.7.0-alpha.82"
|
|
},
|
|
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
|
|
}
|