Files
nocobase/packages/plugins/@nocobase/plugin-workflow-javascript/package.json
T
7b505bc7d8 refactor(plugin-workflow-javascript): change to quickjs to avoid compatible issues in isolated-vm (#9250)
* refactor(plugin-workflow-javascript): change to quickjs to avoid compatible issues in isolated-vm

* fix(plugin-workflow-javascript): add missed engine file

* docs(workflow-javascript): update QuickJS default engine docs

Agent-Logs-Url: https://github.com/nocobase/nocobase/sessions/d490091a-3d75-4d30-beaf-994201cf2a4c

Co-authored-by: mytharcher <525658+mytharcher@users.noreply.github.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mytharcher <525658+mytharcher@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-05-08 17:57:29 +08:00

37 lines
991 B
JSON

{
"name": "@nocobase/plugin-workflow-javascript",
"version": "2.1.0-beta.26",
"displayName": "Workflow: JavaScript",
"displayName.zh-CN": "工作流:JavaScript 节点",
"description": "Execute a piece of JavaScript in an isolated Node.js environment.",
"description.zh-CN": "在隔离环境中执行一段 JavaScript 代码。",
"main": "dist/server/index.js",
"nocobase": {
"supportedVersions": [
"1.x",
"2.x"
],
"editionLevel": 0
},
"peerDependencies": {
"@nocobase/client": "2.x",
"@nocobase/plugin-workflow": "2.x",
"@nocobase/server": "2.x",
"@nocobase/test": "2.x"
},
"devDependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lint": "^6.8.3",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.37.2",
"codemirror": "^6.0.2",
"joi": "^17.13.3",
"jshint": "^2.13.6",
"quickjs-emscripten": "^0.32.0"
},
"keywords": [
"Workflow"
],
"license": "Apache-2.0"
}