@tachybase/plugin-action-custom-request 0.23.8 → 0.23.16
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 +10 -10
- package/package.json +13 -12
- package/.turbo/turbo-build.log +0 -14
package/dist/externalVersion.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "0.23.
|
|
3
|
+
"@tachybase/client": "0.23.16",
|
|
4
4
|
"react-i18next": "15.2.0",
|
|
5
|
-
"@tachybase/schema": "0.23.
|
|
6
|
-
"@tachybase/logger": "0.23.
|
|
7
|
-
"@tachybase/server": "0.23.
|
|
8
|
-
"@tachybase/test": "0.23.
|
|
9
|
-
"@tachybase/components": "0.23.
|
|
5
|
+
"@tachybase/schema": "0.23.16",
|
|
6
|
+
"@tachybase/logger": "0.23.16",
|
|
7
|
+
"@tachybase/server": "0.23.16",
|
|
8
|
+
"@tachybase/test": "0.23.16",
|
|
9
|
+
"@tachybase/components": "0.23.16",
|
|
10
10
|
"antd": "5.22.5",
|
|
11
|
-
"@tachybase/utils": "0.23.
|
|
11
|
+
"@tachybase/utils": "0.23.16",
|
|
12
12
|
"react-router-dom": "6.28.1",
|
|
13
|
-
"@tachybase/actions": "0.23.
|
|
14
|
-
"@tachybase/evaluators": "0.23.
|
|
13
|
+
"@tachybase/actions": "0.23.16",
|
|
14
|
+
"@tachybase/evaluators": "0.23.16",
|
|
15
15
|
"axios": "1.7.9",
|
|
16
|
-
"@tachybase/database": "0.23.
|
|
16
|
+
"@tachybase/database": "0.23.16"
|
|
17
17
|
};
|
package/package.json
CHANGED
|
@@ -1,32 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-action-custom-request",
|
|
3
3
|
"displayName": "Action: Custom request",
|
|
4
|
-
"version": "0.23.
|
|
4
|
+
"version": "0.23.16",
|
|
5
5
|
"description": "Sending a request to any HTTP service supports sending context data to the target service.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Actions"
|
|
8
8
|
],
|
|
9
9
|
"license": "Apache-2.0",
|
|
10
10
|
"main": "dist/server/index.js",
|
|
11
|
+
"dependencies": {},
|
|
11
12
|
"devDependencies": {
|
|
12
13
|
"antd": "5.22.5",
|
|
13
14
|
"file-saver": "^2.0.5",
|
|
14
15
|
"lodash": "~4.17.21",
|
|
15
16
|
"react-i18next": "^15.2.0",
|
|
16
17
|
"react-router-dom": "6.28.1",
|
|
17
|
-
"@tachybase/schema": "0.23.
|
|
18
|
-
"@tachybase/components": "0.23.
|
|
18
|
+
"@tachybase/schema": "0.23.16",
|
|
19
|
+
"@tachybase/components": "0.23.16"
|
|
19
20
|
},
|
|
20
21
|
"peerDependencies": {
|
|
21
|
-
"@tachybase/
|
|
22
|
-
"@tachybase/
|
|
23
|
-
"@tachybase/
|
|
24
|
-
"@tachybase/evaluators": "0.23.
|
|
25
|
-
"@tachybase/
|
|
26
|
-
"@tachybase/
|
|
27
|
-
"@tachybase/
|
|
28
|
-
"@tachybase/
|
|
29
|
-
"@tachybase/
|
|
22
|
+
"@tachybase/actions": "0.23.16",
|
|
23
|
+
"@tachybase/client": "0.23.16",
|
|
24
|
+
"@tachybase/sdk": "0.23.16",
|
|
25
|
+
"@tachybase/evaluators": "0.23.16",
|
|
26
|
+
"@tachybase/database": "0.23.16",
|
|
27
|
+
"@tachybase/logger": "0.23.16",
|
|
28
|
+
"@tachybase/server": "0.23.16",
|
|
29
|
+
"@tachybase/test": "0.23.16",
|
|
30
|
+
"@tachybase/utils": "0.23.16"
|
|
30
31
|
},
|
|
31
32
|
"description.zh-CN": "向任意 HTTP 服务发送请求,支持将上下文数据发送给目标服务。",
|
|
32
33
|
"displayName.zh-CN": "操作:自定义请求",
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> @tachybase/plugin-action-custom-request@0.23.2 build /Users/seal/Documents/projects/tachybase/packages/plugin-action-custom-request
|
|
4
|
-
> tachybase-build --no-dts @tachybase/plugin-action-custom-request
|
|
5
|
-
|
|
6
|
-
[33m[33mThe CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.[39m[39m
|
|
7
|
-
[4m[95m@tachybase/plugin-action-custom-request[39m[24m: [1mplugin-action-custom-request[22m build start
|
|
8
|
-
[4m[95m@tachybase/plugin-action-custom-request[39m[24m: build plugin client
|
|
9
|
-
[4m[95m@tachybase/plugin-action-custom-request[39m[24m: build plugin server source
|
|
10
|
-
[4m[95m@tachybase/plugin-action-custom-request[39m[24m: delete server files
|
|
11
|
-
[4m[95m@tachybase/plugin-action-custom-request[39m[24m: build plugin server dependencies
|
|
12
|
-
[4m[95m@tachybase/plugin-action-custom-request[39m[24m: These packages [33m@tachybase/logger, @tachybase/server, @tachybase/actions, @tachybase/evaluators, @tachybase/utils, axios, @tachybase/database[39m will be [3mexclude[23m.
|
|
13
|
-
[4m[95m@tachybase/plugin-action-custom-request[39m[24m: write external version
|
|
14
|
-
|