@tachybase/plugin-field-snapshot 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,10 +1,10 @@
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
  "lodash": "4.17.21",
6
- "@tachybase/database": "0.23.8",
7
- "@tachybase/server": "0.23.8",
6
+ "@tachybase/database": "0.23.16",
7
+ "@tachybase/server": "0.23.16",
8
8
  "antd": "5.22.5",
9
9
  "react-i18next": "15.2.0",
10
10
  "@ant-design/icons": "5.3.7"
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-field-snapshot",
3
3
  "displayName": "Collection field: Snapshot",
4
- "version": "0.23.8",
4
+ "version": "0.23.16",
5
5
  "description": "When adding a new record, create a snapshot for its relational record and save in the new record. The snapshot will not be updated when the relational record is updated.",
6
6
  "keywords": [
7
7
  "Collection fields"
8
8
  ],
9
9
  "license": "Apache-2.0",
10
10
  "main": "./dist/server/index.js",
11
+ "dependencies": {},
11
12
  "devDependencies": {
12
13
  "@ant-design/icons": "~5.3.7",
13
14
  "antd": "5.22.5",
@@ -15,14 +16,14 @@
15
16
  "rc-tree-select": "5.25.0",
16
17
  "react": "~18.3.1",
17
18
  "react-i18next": "^15.2.0",
18
- "@tachybase/schema": "0.23.8"
19
+ "@tachybase/schema": "0.23.16"
19
20
  },
20
21
  "peerDependencies": {
21
- "@tachybase/client": "0.23.8",
22
- "@tachybase/test": "0.23.8",
23
- "@tachybase/server": "0.23.8",
24
- "@tachybase/database": "0.23.8",
25
- "@tachybase/utils": "0.23.8"
22
+ "@tachybase/client": "0.23.16",
23
+ "@tachybase/server": "0.23.16",
24
+ "@tachybase/test": "0.23.16",
25
+ "@tachybase/utils": "0.23.16",
26
+ "@tachybase/database": "0.23.16"
26
27
  },
27
28
  "description.zh-CN": "在添加数据时,为它的关系数据创建快照,并保存在当前的数据中。关系数据更新时,快照不会更新。",
28
29
  "displayName.zh-CN": "数据表字段:关系快照",
@@ -1,14 +0,0 @@
1
-
2
- 
3
- > @tachybase/plugin-field-snapshot@0.23.2 build /Users/seal/Documents/projects/tachybase/packages/plugin-field-snapshot
4
- > tachybase-build --no-dts @tachybase/plugin-field-snapshot
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-field-snapshot: plugin-field-snapshot build start
8
- @tachybase/plugin-field-snapshot: build plugin client
9
- @tachybase/plugin-field-snapshot: build plugin server source
10
- @tachybase/plugin-field-snapshot: delete server files
11
- @tachybase/plugin-field-snapshot: build plugin server dependencies
12
- @tachybase/plugin-field-snapshot: These packages @tachybase/database, @tachybase/server will be exclude.
13
- @tachybase/plugin-field-snapshot: write external version
14
-