@tachybase/plugin-field-snapshot 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.
- package/dist/externalVersion.js +4 -4
- package/package.json +8 -7
- package/.turbo/turbo-build.log +0 -14
package/dist/externalVersion.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "0.23.
|
|
4
|
-
"@tachybase/schema": "0.23.
|
|
3
|
+
"@tachybase/client": "0.23.14",
|
|
4
|
+
"@tachybase/schema": "0.23.14",
|
|
5
5
|
"lodash": "4.17.21",
|
|
6
|
-
"@tachybase/database": "0.23.
|
|
7
|
-
"@tachybase/server": "0.23.
|
|
6
|
+
"@tachybase/database": "0.23.14",
|
|
7
|
+
"@tachybase/server": "0.23.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,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-field-snapshot",
|
|
3
3
|
"displayName": "Collection field: Snapshot",
|
|
4
|
-
"version": "0.23.
|
|
4
|
+
"version": "0.23.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"
|
|
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.
|
|
19
|
+
"@tachybase/schema": "0.23.14"
|
|
19
20
|
},
|
|
20
21
|
"peerDependencies": {
|
|
21
|
-
"@tachybase/client": "0.23.
|
|
22
|
-
"@tachybase/
|
|
23
|
-
"@tachybase/server": "0.23.
|
|
24
|
-
"@tachybase/
|
|
25
|
-
"@tachybase/utils": "0.23.
|
|
22
|
+
"@tachybase/client": "0.23.14",
|
|
23
|
+
"@tachybase/database": "0.23.14",
|
|
24
|
+
"@tachybase/server": "0.23.14",
|
|
25
|
+
"@tachybase/test": "0.23.14",
|
|
26
|
+
"@tachybase/utils": "0.23.14"
|
|
26
27
|
},
|
|
27
28
|
"description.zh-CN": "在添加数据时,为它的关系数据创建快照,并保存在当前的数据中。关系数据更新时,快照不会更新。",
|
|
28
29
|
"displayName.zh-CN": "数据表字段:关系快照",
|
package/.turbo/turbo-build.log
DELETED
|
@@ -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
|
-
[33m[33mThe CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.[39m[39m
|
|
7
|
-
[4m[95m@tachybase/plugin-field-snapshot[39m[24m: [1mplugin-field-snapshot[22m build start
|
|
8
|
-
[4m[95m@tachybase/plugin-field-snapshot[39m[24m: build plugin client
|
|
9
|
-
[4m[95m@tachybase/plugin-field-snapshot[39m[24m: build plugin server source
|
|
10
|
-
[4m[95m@tachybase/plugin-field-snapshot[39m[24m: delete server files
|
|
11
|
-
[4m[95m@tachybase/plugin-field-snapshot[39m[24m: build plugin server dependencies
|
|
12
|
-
[4m[95m@tachybase/plugin-field-snapshot[39m[24m: These packages [33m@tachybase/database, @tachybase/server[39m will be [3mexclude[23m.
|
|
13
|
-
[4m[95m@tachybase/plugin-field-snapshot[39m[24m: write external version
|
|
14
|
-
|