@nocobase/plugin-snapshot-field 0.11.1-alpha.3 → 0.11.1-alpha.5
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/package.json +10 -10
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "关系数据库快照",
|
|
5
5
|
"description": "provide fast and reliable database backup and recovery functionality for database systems.",
|
|
6
6
|
"description.zh-CN": "为数据库系统提供快速、可靠的数据库备份和恢复功能。。",
|
|
7
|
-
"version": "0.11.1-alpha.
|
|
7
|
+
"version": "0.11.1-alpha.5",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./lib/server/index.js",
|
|
10
10
|
"files": [
|
|
@@ -20,18 +20,18 @@
|
|
|
20
20
|
],
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@ant-design/icons": "^5.1.4",
|
|
23
|
-
"@formily/core": "2.2.
|
|
24
|
-
"@formily/react": "2.2.
|
|
25
|
-
"@formily/shared": "2.2.
|
|
26
|
-
"@nocobase/client": "0.11.1-alpha.
|
|
27
|
-
"@nocobase/database": "0.11.1-alpha.
|
|
28
|
-
"@nocobase/server": "0.11.1-alpha.
|
|
29
|
-
"@nocobase/test": "0.11.1-alpha.
|
|
30
|
-
"@nocobase/utils": "0.11.1-alpha.
|
|
23
|
+
"@formily/core": "^2.2.27",
|
|
24
|
+
"@formily/react": "^2.2.27",
|
|
25
|
+
"@formily/shared": "^2.2.27",
|
|
26
|
+
"@nocobase/client": "0.11.1-alpha.5",
|
|
27
|
+
"@nocobase/database": "0.11.1-alpha.5",
|
|
28
|
+
"@nocobase/server": "0.11.1-alpha.5",
|
|
29
|
+
"@nocobase/test": "0.11.1-alpha.5",
|
|
30
|
+
"@nocobase/utils": "0.11.1-alpha.5",
|
|
31
31
|
"antd": "^5.6.4",
|
|
32
32
|
"rc-tree-select": "5.5.5",
|
|
33
33
|
"react": "18.x",
|
|
34
34
|
"react-i18next": "^11.15.1"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "1dcfd15a7d95a40b0a2f60e1de19ec574066fb20"
|
|
37
37
|
}
|