@tachybase/module-env-secrets 1.3.11 → 1.3.13

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/LICENSE CHANGED
@@ -186,7 +186,7 @@
186
186
  same "printed page" as the copyright notice for easier
187
187
  identification within third-party archives.
188
188
 
189
- Copyright [2023-2024] [Tachybase team]
189
+ Copyright [2023-2025] [Tego team]
190
190
 
191
191
  Licensed under the Apache License, Version 2.0 (the "License");
192
192
  you may not use this file except in compliance with the License.
@@ -1,10 +1,10 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.3.11",
4
- "@tachybase/schema": "1.3.11",
5
- "@tachybase/server": "1.3.11",
6
- "@tachybase/components": "1.3.11",
3
+ "@tachybase/client": "1.3.13",
4
+ "@tachybase/schema": "1.3.13",
5
+ "@tachybase/server": "1.3.13",
6
+ "@tachybase/components": "1.3.13",
7
7
  "@ant-design/icons": "5.6.1",
8
8
  "antd": "5.22.5",
9
- "@tachybase/database": "1.3.11"
9
+ "@tachybase/database": "1.3.13"
10
10
  };
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.3.11",
4
+ "version": "1.3.13",
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"
@@ -12,12 +12,12 @@
12
12
  "antd": "5.22.5"
13
13
  },
14
14
  "peerDependencies": {
15
- "@tachybase/components": "1.3.11",
16
- "@tachybase/client": "1.3.11",
17
- "@tachybase/schema": "1.3.11",
18
- "@tachybase/database": "1.3.11",
19
- "@tachybase/server": "1.3.11",
20
- "@tachybase/test": "1.3.11"
15
+ "@tachybase/client": "1.3.13",
16
+ "@tachybase/database": "1.3.13",
17
+ "@tachybase/components": "1.3.13",
18
+ "@tachybase/schema": "1.3.13",
19
+ "@tachybase/test": "1.3.13",
20
+ "@tachybase/server": "1.3.13"
21
21
  },
22
22
  "description.zh-CN": "集中管理环境变量和密钥,用于敏感数据存储、配置数据重用、多环境隔离等。",
23
23
  "displayName.zh-CN": "变量和密钥"