@nocobase/plugin-workflow-request 1.7.0-beta.31 → 1.7.0-beta.33

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.
@@ -14,10 +14,10 @@ module.exports = {
14
14
  "@formily/react": "2.3.0",
15
15
  "@formily/antd-v5": "1.2.3",
16
16
  "@ant-design/icons": "5.6.1",
17
- "@nocobase/client": "1.7.0-beta.31",
18
- "@nocobase/plugin-workflow": "1.7.0-beta.31",
17
+ "@nocobase/client": "1.7.0-beta.33",
18
+ "@nocobase/plugin-workflow": "1.7.0-beta.33",
19
19
  "react-i18next": "11.18.6",
20
- "@nocobase/server": "1.7.0-beta.31",
20
+ "@nocobase/server": "1.7.0-beta.33",
21
21
  "axios": "1.7.7",
22
22
  "lodash": "4.17.21"
23
23
  };
@@ -9,12 +9,16 @@
9
9
  "Add parameter": "Add parameter",
10
10
  "Body": "Body",
11
11
  "Use variable": "Use variable",
12
+ "Add key-value pairs": "Add key-value pairs",
12
13
  "Format": "Format",
13
14
  "Insert": "Insert",
14
- "Timeout config": "Timeout config",
15
- "ms": "ms",
15
+ "Timeout": "Timeout",
16
+ "Milliseconds": "Milliseconds",
16
17
  "Input request data": "Input request data",
17
18
  "Only support standard JSON data": "Only support standard JSON data",
18
- "\"Content-Type\" only support \"application/json\", and no need to specify": "\"Content-Type\" only support \"application/json\", and no need to specify",
19
- "Ignore failed request and continue workflow": "Ignore failed request and continue workflow"
20
- }
19
+ "\"Content-Type\" will be ignored from headers.": "\"Content-Type\" will be ignored from headers.",
20
+ "Ignore failed request and continue workflow": "Ignore failed request and continue workflow",
21
+ "Status code": "Status code",
22
+ "Data": "Data",
23
+ "Response headers": "Response headers"
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": "1.7.0-beta.31",
7
+ "version": "1.7.0-beta.33",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/workflow-request",
@@ -22,7 +22,7 @@
22
22
  "@nocobase/server": "1.x",
23
23
  "@nocobase/test": "1.x"
24
24
  },
25
- "gitHead": "84bf8bcfeeaf3a05086e24cef00507ca209ac3c5",
25
+ "gitHead": "6fede035f813a48250c3e94e755618ea54be61c3",
26
26
  "keywords": [
27
27
  "Workflow"
28
28
  ]