@nocobase/plugin-system-settings 0.10.0-alpha.3 → 0.10.0-alpha.4
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 +3 -3
package/package.json
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
"displayName.zh-CN": "系统配置",
|
|
5
5
|
"description": "A plugin specifically designed to adjust the system-level settings of NocoBase.",
|
|
6
6
|
"description.zh-CN": "用于调整 nocobase 的系统级设置。",
|
|
7
|
-
"version": "0.10.0-alpha.
|
|
7
|
+
"version": "0.10.0-alpha.4",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./lib/index.js",
|
|
10
10
|
"types": "./lib/index.d.ts",
|
|
11
11
|
"devDependencies": {
|
|
12
|
-
"@nocobase/test": "0.10.0-alpha.
|
|
12
|
+
"@nocobase/test": "0.10.0-alpha.4"
|
|
13
13
|
},
|
|
14
|
-
"gitHead": "
|
|
14
|
+
"gitHead": "62dacadb2a83d30cb36dda9074f2f3a072a37484"
|
|
15
15
|
}
|