@tachybase/plugin-action-custom-request 1.3.12 → 1.3.13
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/LICENSE +1 -1
- package/dist/externalVersion.js +10 -10
- package/package.json +12 -12
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright [2023-
|
|
189
|
+
Copyright [2023-2025] [Tego team]
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "1.3.
|
|
3
|
+
"@tachybase/client": "1.3.13",
|
|
4
4
|
"react-i18next": "15.2.0",
|
|
5
|
-
"@tachybase/logger": "1.3.
|
|
6
|
-
"@tachybase/server": "1.3.
|
|
7
|
-
"@tachybase/test": "1.3.
|
|
8
|
-
"@tachybase/schema": "1.3.
|
|
9
|
-
"@tachybase/components": "1.3.
|
|
5
|
+
"@tachybase/logger": "1.3.13",
|
|
6
|
+
"@tachybase/server": "1.3.13",
|
|
7
|
+
"@tachybase/test": "1.3.13",
|
|
8
|
+
"@tachybase/schema": "1.3.13",
|
|
9
|
+
"@tachybase/components": "1.3.13",
|
|
10
10
|
"antd": "5.22.5",
|
|
11
|
-
"@tachybase/utils": "1.3.
|
|
11
|
+
"@tachybase/utils": "1.3.13",
|
|
12
12
|
"react-router-dom": "6.28.1",
|
|
13
|
-
"@tachybase/actions": "1.3.
|
|
14
|
-
"@tachybase/evaluators": "1.3.
|
|
13
|
+
"@tachybase/actions": "1.3.13",
|
|
14
|
+
"@tachybase/evaluators": "1.3.13",
|
|
15
15
|
"axios": "1.7.7",
|
|
16
|
-
"@tachybase/database": "1.3.
|
|
16
|
+
"@tachybase/database": "1.3.13"
|
|
17
17
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-action-custom-request",
|
|
3
3
|
"displayName": "Action: Custom request",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.13",
|
|
5
5
|
"description": "Sending a request to any HTTP service supports sending context data to the target service.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Actions"
|
|
@@ -16,19 +16,19 @@
|
|
|
16
16
|
"lodash": "~4.17.21",
|
|
17
17
|
"react-i18next": "^15.2.0",
|
|
18
18
|
"react-router-dom": "6.28.1",
|
|
19
|
-
"@tachybase/
|
|
20
|
-
"@tachybase/
|
|
19
|
+
"@tachybase/schema": "1.3.13",
|
|
20
|
+
"@tachybase/components": "1.3.13"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
|
-
"@tachybase/actions": "1.3.
|
|
24
|
-
"@tachybase/
|
|
25
|
-
"@tachybase/evaluators": "1.3.
|
|
26
|
-
"@tachybase/logger": "1.3.
|
|
27
|
-
"@tachybase/
|
|
28
|
-
"@tachybase/
|
|
29
|
-
"@tachybase/server": "1.3.
|
|
30
|
-
"@tachybase/test": "1.3.
|
|
31
|
-
"@tachybase/utils": "1.3.
|
|
23
|
+
"@tachybase/actions": "1.3.13",
|
|
24
|
+
"@tachybase/database": "1.3.13",
|
|
25
|
+
"@tachybase/evaluators": "1.3.13",
|
|
26
|
+
"@tachybase/logger": "1.3.13",
|
|
27
|
+
"@tachybase/sdk": "1.3.13",
|
|
28
|
+
"@tachybase/client": "1.3.13",
|
|
29
|
+
"@tachybase/server": "1.3.13",
|
|
30
|
+
"@tachybase/test": "1.3.13",
|
|
31
|
+
"@tachybase/utils": "1.3.13"
|
|
32
32
|
},
|
|
33
33
|
"description.zh-CN": "向任意 HTTP 服务发送请求,支持将上下文数据发送给目标服务。",
|
|
34
34
|
"displayName.zh-CN": "操作:自定义请求",
|