@nocobase/plugin-environment-variables 1.6.0-alpha.23 → 1.6.0-alpha.25
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 +3 -3
- package/package.json +4 -2
package/dist/externalVersion.js
CHANGED
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"@formily/react": "2.3.0",
|
|
12
|
-
"@nocobase/client": "1.6.0-alpha.
|
|
12
|
+
"@nocobase/client": "1.6.0-alpha.25",
|
|
13
13
|
"react": "18.2.0",
|
|
14
|
-
"@nocobase/server": "1.6.0-alpha.
|
|
14
|
+
"@nocobase/server": "1.6.0-alpha.25",
|
|
15
15
|
"@ant-design/icons": "5.2.6",
|
|
16
16
|
"@formily/antd-v5": "1.1.9",
|
|
17
17
|
"@formily/core": "2.3.0",
|
|
18
18
|
"antd": "5.12.8",
|
|
19
|
-
"@nocobase/database": "1.6.0-alpha.
|
|
19
|
+
"@nocobase/database": "1.6.0-alpha.25"
|
|
20
20
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-environment-variables",
|
|
3
|
-
"version": "1.6.0-alpha.
|
|
3
|
+
"version": "1.6.0-alpha.25",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@nocobase/client": "1.x",
|
|
@@ -11,8 +11,10 @@
|
|
|
11
11
|
"displayName.zh-CN": "变量和密钥",
|
|
12
12
|
"description": "Centralized management of environment variables and secrets, used for sensitive data storage, configuration data reuse, multi-environment isolation, and more.",
|
|
13
13
|
"description.zh-CN": "集中管理环境变量和密钥,用于敏感数据存储、配置数据重用、多环境隔离等。",
|
|
14
|
+
"homepage": "https://docs.nocobase.com/handbook/environment-variables",
|
|
15
|
+
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/environment-variables",
|
|
14
16
|
"keywords": [
|
|
15
17
|
"System management"
|
|
16
18
|
],
|
|
17
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "6acb8a229e136675d9e1c28c47fcd44128e9a17f"
|
|
18
20
|
}
|