@nocobase/plugin-system-settings 2.0.0-alpha.5 → 2.0.0-alpha.7
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 +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
12
|
-
"@nocobase/plugin-file-manager": "2.0.0-alpha.
|
|
13
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
14
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
11
|
+
"@nocobase/client": "2.0.0-alpha.7",
|
|
12
|
+
"@nocobase/plugin-file-manager": "2.0.0-alpha.7",
|
|
13
|
+
"@nocobase/server": "2.0.0-alpha.7",
|
|
14
|
+
"@nocobase/database": "2.0.0-alpha.7"
|
|
15
15
|
};
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "系统设置",
|
|
5
5
|
"description": "Used to adjust the system title, logo, language, etc.",
|
|
6
6
|
"description.zh-CN": "用于调整系统的标题、LOGO、语言等。",
|
|
7
|
-
"version": "2.0.0-alpha.
|
|
7
|
+
"version": "2.0.0-alpha.7",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/system-settings",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@nocobase/server": "2.x",
|
|
16
16
|
"@nocobase/test": "2.x"
|
|
17
17
|
},
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "cb012f93256f534472d3ae56e075839ca1675779",
|
|
19
19
|
"keywords": [
|
|
20
20
|
"System management"
|
|
21
21
|
]
|