@tachybase/plugin-action-bulk-update 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.
@@ -1,11 +1,11 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "0.23.8",
4
- "@tachybase/schema": "0.23.8",
3
+ "@tachybase/client": "0.23.16",
4
+ "@tachybase/schema": "0.23.16",
5
5
  "react-i18next": "15.2.0",
6
- "@tachybase/utils": "0.23.8",
6
+ "@tachybase/utils": "0.23.16",
7
7
  "antd": "5.22.5",
8
8
  "react-router-dom": "6.28.1",
9
- "@tachybase/server": "0.23.8",
10
- "@tachybase/test": "0.23.8"
9
+ "@tachybase/server": "0.23.16",
10
+ "@tachybase/test": "0.23.16"
11
11
  };
package/package.json CHANGED
@@ -1,24 +1,25 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-action-bulk-update",
3
3
  "displayName": "Action: Batch update",
4
- "version": "0.23.8",
4
+ "version": "0.23.16",
5
5
  "description": "Batch update all records or selected records.",
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
  "react-i18next": "^15.2.0",
14
15
  "react-router-dom": "6.28.1",
15
- "@tachybase/schema": "0.23.8"
16
+ "@tachybase/schema": "0.23.16"
16
17
  },
17
18
  "peerDependencies": {
18
- "@tachybase/server": "0.23.8",
19
- "@tachybase/client": "0.23.8",
20
- "@tachybase/test": "0.23.8",
21
- "@tachybase/utils": "0.23.8"
19
+ "@tachybase/client": "0.23.16",
20
+ "@tachybase/test": "0.23.16",
21
+ "@tachybase/server": "0.23.16",
22
+ "@tachybase/utils": "0.23.16"
22
23
  },
23
24
  "description.zh-CN": "对全部数据或选中的数据进行批量更新。",
24
25
  "displayName.zh-CN": "操作:批量更新",
@@ -1,14 +0,0 @@
1
-
2
- 
3
- > @tachybase/plugin-action-bulk-update@0.23.2 build /Users/seal/Documents/projects/tachybase/packages/plugin-action-bulk-update
4
- > tachybase-build --no-dts @tachybase/plugin-action-bulk-update
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-bulk-update: plugin-action-bulk-update build start
8
- @tachybase/plugin-action-bulk-update: build plugin client
9
- @tachybase/plugin-action-bulk-update: build plugin server source
10
- @tachybase/plugin-action-bulk-update: delete server files
11
- @tachybase/plugin-action-bulk-update: build plugin server dependencies
12
- @tachybase/plugin-action-bulk-update: These packages @tachybase/server will be exclude.
13
- @tachybase/plugin-action-bulk-update: write external version
14
-