@x-9lab/xlab 1.0.7 → 1.0.8

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -184,7 +184,7 @@ X-9lab 通用服务端
184
184
  |clearLocalStorage|`boolean`||是否每次都强制清除 LocalStorage|
185
185
  |pathReplaceRegExp|`string`||处理代理过来多余的地址层级路径替换判断正则|
186
186
  |routeMobile|`string`||移动端入口文件地址(旧版逻辑)|
187
- |launchRouter|`Record<string, string>`||不同端入口地址设置, 由 `@x-9lab/launch-detect` 提供支持|
187
+ |launchRouter|`Record<string, string>`||不同端入口地址设置, 由 `@x-drive/launch-detect` 提供支持|
188
188
  |cron|`{def?: number;}`|{"def": 60}|定时任务设置|
189
189
  |injection|`string[]`|[]|注入参数列表|
190
190
  |indexPageCacheTime|`number`||首页缓存时间|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-9lab/xlab",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "9lab 服务端模块",
5
5
  "versionDesc": "支持根目录下的点配置文件",
6
6
  "scripts": {
@@ -33,7 +33,7 @@
33
33
  "koa-router": "11.0.1",
34
34
  "http-proxy": "1.18.1",
35
35
  "koa-compress": "5.1.0",
36
- "@x-drive/utils": "1.1.22"
36
+ "@x-drive/utils": "1.1.23"
37
37
  },
38
38
  "devDependencies": {
39
39
  "co": "4.6.0",