@x-9lab/xlab 1.0.4-alpha.1 → 1.0.4

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/bin/watch.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- const XConfig = require("../default-x-config");
2
+ const XConfig = require("../default-x-config").default;
3
3
  const { date } = require("@x-drive/utils");
4
4
  const crossSpawn = require("cross-spawn");
5
5
  const colors = require("colors/safe");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-9lab/xlab",
3
- "version": "1.0.4-alpha.1",
3
+ "version": "1.0.4",
4
4
  "description": "9lab 服务端模块",
5
5
  "versionDesc": "修改配置文件名称, 修改服务端主要业务目录",
6
6
  "scripts": {