@tachybase/plugin-field-snapshot 1.3.12 → 1.3.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.
- package/LICENSE +1 -1
- package/dist/externalVersion.js +4 -4
- package/package.json +7 -7
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-
|
|
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.
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "1.3.
|
|
4
|
-
"@tachybase/schema": "1.3.
|
|
3
|
+
"@tachybase/client": "1.3.14",
|
|
4
|
+
"@tachybase/schema": "1.3.14",
|
|
5
5
|
"lodash": "4.17.21",
|
|
6
|
-
"@tachybase/database": "1.3.
|
|
7
|
-
"@tachybase/server": "1.3.
|
|
6
|
+
"@tachybase/database": "1.3.14",
|
|
7
|
+
"@tachybase/server": "1.3.14",
|
|
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.
|
|
4
|
+
"version": "1.3.14",
|
|
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.
|
|
19
|
+
"@tachybase/schema": "1.3.14"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"@tachybase/client": "1.3.
|
|
23
|
-
"@tachybase/database": "1.3.
|
|
24
|
-
"@tachybase/
|
|
25
|
-
"@tachybase/
|
|
26
|
-
"@tachybase/
|
|
22
|
+
"@tachybase/client": "1.3.14",
|
|
23
|
+
"@tachybase/database": "1.3.14",
|
|
24
|
+
"@tachybase/server": "1.3.14",
|
|
25
|
+
"@tachybase/test": "1.3.14",
|
|
26
|
+
"@tachybase/utils": "1.3.14"
|
|
27
27
|
},
|
|
28
28
|
"description.zh-CN": "在添加数据时,为它的关系数据创建快照,并保存在当前的数据中。关系数据更新时,快照不会更新。",
|
|
29
29
|
"displayName.zh-CN": "数据表字段:关系快照",
|