@tachybase/plugin-action-custom-request 0.23.8 → 0.23.14

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.
@@ -1,17 +1,17 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "0.23.8",
3
+ "@tachybase/client": "0.23.14",
4
4
  "react-i18next": "15.2.0",
5
- "@tachybase/schema": "0.23.8",
6
- "@tachybase/logger": "0.23.8",
7
- "@tachybase/server": "0.23.8",
8
- "@tachybase/test": "0.23.8",
9
- "@tachybase/components": "0.23.8",
5
+ "@tachybase/schema": "0.23.14",
6
+ "@tachybase/logger": "0.23.14",
7
+ "@tachybase/server": "0.23.14",
8
+ "@tachybase/test": "0.23.14",
9
+ "@tachybase/components": "0.23.14",
10
10
  "antd": "5.22.5",
11
- "@tachybase/utils": "0.23.8",
11
+ "@tachybase/utils": "0.23.14",
12
12
  "react-router-dom": "6.28.1",
13
- "@tachybase/actions": "0.23.8",
14
- "@tachybase/evaluators": "0.23.8",
13
+ "@tachybase/actions": "0.23.14",
14
+ "@tachybase/evaluators": "0.23.14",
15
15
  "axios": "1.7.9",
16
- "@tachybase/database": "0.23.8"
16
+ "@tachybase/database": "0.23.14"
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.8",
4
+ "version": "0.23.14",
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.8",
18
- "@tachybase/components": "0.23.8"
18
+ "@tachybase/components": "0.23.14",
19
+ "@tachybase/schema": "0.23.14"
19
20
  },
20
21
  "peerDependencies": {
21
- "@tachybase/client": "0.23.8",
22
- "@tachybase/database": "0.23.8",
23
- "@tachybase/test": "0.23.8",
24
- "@tachybase/evaluators": "0.23.8",
25
- "@tachybase/utils": "0.23.8",
26
- "@tachybase/server": "0.23.8",
27
- "@tachybase/sdk": "0.23.8",
28
- "@tachybase/logger": "0.23.8",
29
- "@tachybase/actions": "0.23.8"
22
+ "@tachybase/actions": "0.23.14",
23
+ "@tachybase/database": "0.23.14",
24
+ "@tachybase/client": "0.23.14",
25
+ "@tachybase/evaluators": "0.23.14",
26
+ "@tachybase/logger": "0.23.14",
27
+ "@tachybase/sdk": "0.23.14",
28
+ "@tachybase/server": "0.23.14",
29
+ "@tachybase/test": "0.23.14",
30
+ "@tachybase/utils": "0.23.14"
30
31
  },
31
32
  "description.zh-CN": "向任意 HTTP 服务发送请求,支持将上下文数据发送给目标服务。",
32
33
  "displayName.zh-CN": "操作:自定义请求",
@@ -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
- The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
7
- @tachybase/plugin-action-custom-request: plugin-action-custom-request build start
8
- @tachybase/plugin-action-custom-request: build plugin client
9
- @tachybase/plugin-action-custom-request: build plugin server source
10
- @tachybase/plugin-action-custom-request: delete server files
11
- @tachybase/plugin-action-custom-request: build plugin server dependencies
12
- @tachybase/plugin-action-custom-request: These packages @tachybase/logger, @tachybase/server, @tachybase/actions, @tachybase/evaluators, @tachybase/utils, axios, @tachybase/database will be exclude.
13
- @tachybase/plugin-action-custom-request: write external version
14
-