@lm_fe/scripts 0.1.212 → 0.1.214
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 +3 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -58,7 +58,7 @@ function client_macro_record() {
|
|
|
58
58
|
}).map(function (ent) {
|
|
59
59
|
return ent === null || ent === void 0 ? void 0 : ent.address;
|
|
60
60
|
});
|
|
61
|
-
var m = {
|
|
61
|
+
var m = _objectSpread(_objectSpread({}, other_record), {}, {
|
|
62
62
|
sb: 'http://192.are.you.sb?',
|
|
63
63
|
appName: APP_NAME,
|
|
64
64
|
devMode: devMode,
|
|
@@ -70,8 +70,8 @@ function client_macro_record() {
|
|
|
70
70
|
PACKAGE_VERSION: safe_require('package.json').version,
|
|
71
71
|
BUILDINFO: safe_require('build_meta.json'),
|
|
72
72
|
__HOST_URL: utils.simple_encrypt_str(HOST_URL)
|
|
73
|
-
};
|
|
74
|
-
var ret = _objectSpread(_objectSpread(
|
|
73
|
+
});
|
|
74
|
+
var ret = _objectSpread(_objectSpread({}, x), {}, {
|
|
75
75
|
__DEV__: devMode,
|
|
76
76
|
__LOCAL__: "(".concat(JSON.stringify(ips), ".includes(location.hostname))"),
|
|
77
77
|
APP_MACRO: raw ? JSON.stringify(m) : m
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lm_fe/scripts",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.214",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"rollup": "^2.70.2"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@lm_fe/static": "^0.1.
|
|
38
|
+
"@lm_fe/static": "^0.1.214",
|
|
39
39
|
"@noah-libjs/utils": "0.0.48",
|
|
40
40
|
"chalk": "^4.1.2",
|
|
41
41
|
"dayjs": "^1.11.13",
|
|
42
42
|
"json2md": "^2.0.2",
|
|
43
43
|
"yargs-parser": "^21.1.1"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "94c62f4d199da7375b5e190f8c68f9ce498e13b0"
|
|
46
46
|
}
|