@alicloud/console-base-conf-parse-env 1.4.0-alpha.0 → 1.4.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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 1.4.0 2023/12/11 @栗知
4
+
5
+ * 根据预发/线上环境返回不同的 FECS_HOST
6
+
3
7
  ## 1.0.0 2021/07/20 @驳是
4
8
 
5
9
  * born from ashes
@@ -1,8 +1,14 @@
1
1
  import { EEnv } from '../enum';
2
2
  export interface IWin extends Window {
3
+ /**
4
+ * ECS 控制台全局变量
5
+ */
3
6
  ALIYUN_ECS_CONSOLE_CONFIG?: {
4
7
  channel: string;
5
8
  };
9
+ /**
10
+ * CommonBuy 全局配置
11
+ */
6
12
  $BUY_CONFIG?: {
7
13
  /**
8
14
  * CommonBuy 固定字段
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/console-base-conf-parse-env",
3
- "version": "1.4.0-alpha.0",
3
+ "version": "1.4.0",
4
4
  "description": "ConsoleBase CONF.ENV parse",
5
5
  "license": "MIT",
6
6
  "sideEffects": false,