@lm_fe/env 0.2.6 → 0.2.8

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/index.js CHANGED
@@ -655,7 +655,7 @@ function getMacro() {
655
655
  Object.defineProperty(macroCache, 'HOST_URL', {
656
656
  get: function get() {
657
657
  var _macroCache;
658
- var raw = (_macroCache = macroCache) === null || _macroCache === void 0 ? void 0 : _macroCache.__HOST_URL;
658
+ var raw = (_macroCache = macroCache) === null || _macroCache === void 0 ? void 0 : _macroCache.LM_HOST_URL;
659
659
  return simple_decrypt_str(raw);
660
660
  }
661
661
  });
@@ -10,6 +10,7 @@ export interface IMacro {
10
10
  API_PREFIX: "/";
11
11
  PACKAGE_VERSION: "1.3.55";
12
12
  check_version: string;
13
+ LM_BUILD_AT: string;
13
14
  BUILDINFO: {
14
15
  commit: "4e6470a58b669cc3902ece41b35068ab422f856c";
15
16
  commitUserName: "brainfuck";
@@ -21,7 +22,7 @@ export interface IMacro {
21
22
  branch: "gysy-from-p9";
22
23
  };
23
24
  HOST_URL: string;
24
- __HOST_URL: string;
25
+ LM_HOST_URL: string;
25
26
  }
26
27
  export declare function getMacroValue<T extends keyof IMacro>(key: T): Partial<IMacro>[T];
27
28
  export declare function isDev(): boolean;
@@ -31,6 +31,7 @@ export declare const _getSystemConfig: () => (dispatch: Dispatch) => Promise<Par
31
31
  禁止编辑高危等级: boolean;
32
32
  系统环境: any;
33
33
  护士端_禁止编辑高危因素_传染病: boolean;
34
+ 高危管理_允许手输传染病: boolean;
34
35
  护士端_审核禁用保存: boolean;
35
36
  医生端_模块隐藏: string[];
36
37
  护士端_模块隐藏: string[];
@@ -46,6 +46,7 @@ declare class MchcStore {
46
46
  禁止编辑高危等级: boolean;
47
47
  系统环境: any;
48
48
  护士端_禁止编辑高危因素_传染病: boolean;
49
+ 高危管理_允许手输传染病: boolean;
49
50
  护士端_审核禁用保存: boolean;
50
51
  医生端_模块隐藏: string[];
51
52
  护士端_模块隐藏: string[];
@@ -31,6 +31,7 @@ export type ISystemConfig = Partial<{
31
31
  禁止编辑高危等级: boolean;
32
32
  系统环境: any;
33
33
  护士端_禁止编辑高危因素_传染病: boolean;
34
+ 高危管理_允许手输传染病: boolean;
34
35
  护士端_审核禁用保存: boolean;
35
36
  医生端_模块隐藏: string[];
36
37
  护士端_模块隐藏: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lm_fe/env",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -23,11 +23,11 @@
23
23
  "author": "",
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
- "@lm_fe/utils": "^0.2.6",
26
+ "@lm_fe/utils": "^0.2.8",
27
27
  "dayjs": "^1.11.13"
28
28
  },
29
29
  "devDependencies": {
30
30
  "rollup": "^2.70.2"
31
31
  },
32
- "gitHead": "6e298f7ef7ab4c77f79d02fd3f1224bfcf227f8b"
32
+ "gitHead": "8753180294872b6ae68edf0f81582164abe16fc6"
33
33
  }