@x-9lab/xlab 1.0.11 → 1.0.12

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.
Files changed (2) hide show
  1. package/dist/bin/xlab +3 -1
  2. package/package.json +1 -1
package/dist/bin/xlab CHANGED
@@ -5,9 +5,11 @@ const { merge, isString } = require("@x-drive/utils");
5
5
  const XConfig = require("../default-x-config").default;
6
6
  const Liftoff = require("liftoff");
7
7
 
8
+ const { APP_NAME } = argv;
9
+
8
10
  const cli = new Liftoff({
9
11
  "name": "x-lab"
10
- , "processTitle": "X Lab"
12
+ , "processTitle": APP_NAME ? `${APP_NAME}@XLab` : "XLab"
11
13
  , "moduleName": "xlab"
12
14
  , "configName": "xlab.config"
13
15
  , "extensions": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-9lab/xlab",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "9lab 服务端模块",
5
5
  "versionDesc": "originHost 现在所有请求都会带上",
6
6
  "scripts": {