@nocobase/plugin-workflow-request 2.0.0-alpha.8 → 2.0.0-alpha.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/externalVersion.js +4 -4
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -14,11 +14,11 @@ module.exports = {
|
|
|
14
14
|
"@formily/react": "2.3.7",
|
|
15
15
|
"@formily/antd-v5": "1.2.3",
|
|
16
16
|
"@ant-design/icons": "5.6.1",
|
|
17
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
18
|
-
"@nocobase/plugin-workflow": "2.0.0-alpha.
|
|
17
|
+
"@nocobase/client": "2.0.0-alpha.9",
|
|
18
|
+
"@nocobase/plugin-workflow": "2.0.0-alpha.9",
|
|
19
19
|
"react-i18next": "11.18.6",
|
|
20
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
20
|
+
"@nocobase/server": "2.0.0-alpha.9",
|
|
21
21
|
"axios": "1.7.7",
|
|
22
22
|
"lodash": "4.17.21",
|
|
23
|
-
"@nocobase/plugin-file-manager": "2.0.0-alpha.
|
|
23
|
+
"@nocobase/plugin-file-manager": "2.0.0-alpha.9"
|
|
24
24
|
};
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "工作流:HTTP 请求节点",
|
|
5
5
|
"description": "Send HTTP requests to any HTTP service for data interaction in workflow.",
|
|
6
6
|
"description.zh-CN": "可用于在工作流中向任意 HTTP 服务发送请求,进行数据交互。",
|
|
7
|
-
"version": "2.0.0-alpha.
|
|
7
|
+
"version": "2.0.0-alpha.9",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/workflow-request",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"@nocobase/server": "2.x",
|
|
24
24
|
"@nocobase/test": "2.x"
|
|
25
25
|
},
|
|
26
|
-
"gitHead": "
|
|
26
|
+
"gitHead": "4a9acf96f21a3aa35bccbd188b942595b09da0a9",
|
|
27
27
|
"keywords": [
|
|
28
28
|
"Workflow"
|
|
29
29
|
]
|