@lsby/net-core 0.7.28 → 0.7.30

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/esm/index.js CHANGED
@@ -19,9 +19,7 @@ import {
19
19
  import {
20
20
  WebSocket插件
21
21
  } from "./chunk-J3NG7DBJ.js";
22
- import {
23
- 常用延时直接形式接口封装
24
- } from "./chunk-JXTWTY2S.js";
22
+ import "./chunk-XPFEAXE4.js";
25
23
  import {
26
24
  接口测试
27
25
  } from "./chunk-N7TPWCQ5.js";
@@ -34,13 +32,15 @@ import {
34
32
  import {
35
33
  EXPORT_TYPE
36
34
  } from "./chunk-ZF7EC2OM.js";
37
- import "./chunk-XPFEAXE4.js";
38
35
  import {
39
36
  常用形式并自定义返回接口封装
40
37
  } from "./chunk-LZOZF4CS.js";
41
38
  import {
42
39
  常用形式接口封装
43
40
  } from "./chunk-WECMWUFB.js";
41
+ import {
42
+ 常用延时直接形式接口封装
43
+ } from "./chunk-JXTWTY2S.js";
44
44
  import {
45
45
  常用返回器,
46
46
  接口结果返回器,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lsby/net-core",
3
- "version": "0.7.28",
3
+ "version": "0.7.30",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "require": "./dist/cjs/index.cjs",
@@ -31,13 +31,10 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@lsby/ts-global": "^0.0.8",
34
- "@lsby/ts-log": "^0.2.0",
35
34
  "commander": "^12.1.0",
36
- "express": "^4.19.2",
37
35
  "lodash": "^4.17.21",
38
36
  "short-uuid": "^5.2.0",
39
- "ws": "^8.18.0",
40
- "zod": "^3.24.2"
37
+ "ws": "^8.18.0"
41
38
  },
42
39
  "devDependencies": {
43
40
  "@ianvs/prettier-plugin-sort-imports": "^4.2.1",
@@ -63,8 +60,11 @@
63
60
  "vitest": "^2.0.2"
64
61
  },
65
62
  "peerDependencies": {
66
- "@lsby/ts-fp-data": "^0.2.5",
67
- "@types/express": "^4.17.21"
63
+ "@lsby/ts-fp-data": "0.2.5",
64
+ "@lsby/ts-log": "0.2.4",
65
+ "@types/express": "^4.17.21",
66
+ "express": "^4.19.2",
67
+ "zod": "3.24.2"
68
68
  },
69
69
  "packageManager": "pnpm@9.7.1+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
70
70
  }