@tachybase/plugin-field-snapshot 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 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-2024] [Tachybase team]
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.
@@ -1,10 +1,10 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.3.12",
4
- "@tachybase/schema": "1.3.12",
3
+ "@tachybase/client": "1.3.13",
4
+ "@tachybase/schema": "1.3.13",
5
5
  "lodash": "4.17.21",
6
- "@tachybase/database": "1.3.12",
7
- "@tachybase/server": "1.3.12",
6
+ "@tachybase/database": "1.3.13",
7
+ "@tachybase/server": "1.3.13",
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,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-field-snapshot",
3
3
  "displayName": "Collection field: Snapshot",
4
- "version": "1.3.12",
4
+ "version": "1.3.13",
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"
@@ -16,14 +16,14 @@
16
16
  "rc-tree-select": "5.25.0",
17
17
  "react": "~18.3.1",
18
18
  "react-i18next": "^15.2.0",
19
- "@tachybase/schema": "1.3.12"
19
+ "@tachybase/schema": "1.3.13"
20
20
  },
21
21
  "peerDependencies": {
22
- "@tachybase/client": "1.3.12",
23
- "@tachybase/database": "1.3.12",
24
- "@tachybase/test": "1.3.12",
25
- "@tachybase/utils": "1.3.12",
26
- "@tachybase/server": "1.3.12"
22
+ "@tachybase/client": "1.3.13",
23
+ "@tachybase/database": "1.3.13",
24
+ "@tachybase/server": "1.3.13",
25
+ "@tachybase/utils": "1.3.13",
26
+ "@tachybase/test": "1.3.13"
27
27
  },
28
28
  "description.zh-CN": "在添加数据时,为它的关系数据创建快照,并保存在当前的数据中。关系数据更新时,快照不会更新。",
29
29
  "displayName.zh-CN": "数据表字段:关系快照",