@lm_fe/env 0.2.6 → 0.2.7
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.
|
|
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
|
});
|
package/dist/macro/index.d.ts
CHANGED
|
@@ -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
|
-
|
|
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;
|
package/dist/state/index.d.ts
CHANGED
package/dist/state/types.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lm_fe/env",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
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.
|
|
26
|
+
"@lm_fe/utils": "^0.2.7",
|
|
27
27
|
"dayjs": "^1.11.13"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"rollup": "^2.70.2"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "cbfe489cdcf8912e643d63a729b08f2b5f02bf55"
|
|
33
33
|
}
|