@lm_fe/scripts 0.2.1 → 0.2.2

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
@@ -17,7 +17,6 @@ var index = require('./index-1deed0e0.js');
17
17
  var fs = require('fs');
18
18
  var path = require('path');
19
19
  var os = require('os');
20
- var utils = require('@noah-libjs/utils');
21
20
  require('json2md');
22
21
  require('dayjs');
23
22
  require('chalk');
@@ -68,8 +67,9 @@ function client_macro_record() {
68
67
  PUBLIC_PATH: PUBLIC_PATH,
69
68
  API_PREFIX: API_PREFIX,
70
69
  PACKAGE_VERSION: safe_require('package.json').version,
71
- BUILDINFO: safe_require('build_meta.json'),
72
- __HOST_URL: utils.simple_encrypt_str(HOST_URL)
70
+ BUILDINFO: safe_require('build_meta.json')
71
+ // __HOST_URL: simple_encrypt_str(HOST_URL),
72
+ // HOST_URL
73
73
  });
74
74
  var ret = _objectSpread(_objectSpread({}, x), {}, {
75
75
  __DEV__: devMode,
@@ -14,6 +14,5 @@ export declare function client_macro_record(x?: {
14
14
  API_PREFIX: string;
15
15
  PACKAGE_VERSION: any;
16
16
  BUILDINFO: any;
17
- __HOST_URL: string | null;
18
17
  };
19
18
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lm_fe/scripts",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
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.2.1",
38
+ "@lm_fe/static": "^0.2.2",
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": "724ff1607ff50123a19ef650822001abeb94a5a2"
45
+ "gitHead": "c5fd317a7578d2be53605ebaf9a72eaf8d6882cd"
46
46
  }