@tachybase/module-env-secrets 1.4.0 → 1.5.0
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 +1 -1
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/module-env-secrets",
|
|
3
3
|
"displayName": "Variables and secrets",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.5.0",
|
|
5
5
|
"description": "Centralized management of environment variables and secrets, used for sensitive data storage, configuration data reuse, multi-environment isolation, and more.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"System management"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@tego/client": "*",
|
|
15
15
|
"@tego/server": "*",
|
|
16
16
|
"antd": "5.22.5",
|
|
17
|
-
"@tachybase/client": "1.
|
|
17
|
+
"@tachybase/client": "1.5.0"
|
|
18
18
|
},
|
|
19
19
|
"description.zh-CN": "集中管理环境变量和密钥,用于敏感数据存储、配置数据重用、多环境隔离等。",
|
|
20
20
|
"displayName.zh-CN": "变量和密钥"
|