@lsby/net-core 0.7.28 → 0.7.29
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
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
} from "./chunk-43GZE5YL.js";
|
|
31
31
|
import {
|
|
32
32
|
服务器
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-R4FZGQQQ.js";
|
|
34
34
|
import {
|
|
35
35
|
EXPORT_TYPE
|
|
36
36
|
} from "./chunk-ZF7EC2OM.js";
|
|
@@ -46,12 +46,12 @@ import {
|
|
|
46
46
|
接口结果返回器,
|
|
47
47
|
自定义返回器
|
|
48
48
|
} from "./chunk-XBAKTT6S.js";
|
|
49
|
-
import "./chunk-Q3UCXVAN.js";
|
|
50
49
|
import {
|
|
51
50
|
构造元组,
|
|
52
51
|
构造对象
|
|
53
52
|
} from "./chunk-YMH6HJJF.js";
|
|
54
53
|
import "./chunk-ZIVQ3WZA.js";
|
|
54
|
+
import "./chunk-Q3UCXVAN.js";
|
|
55
55
|
import {
|
|
56
56
|
接口
|
|
57
57
|
} from "./chunk-MDUWXEQ7.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lsby/net-core",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.29",
|
|
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": "
|
|
67
|
-
"@
|
|
63
|
+
"@lsby/ts-fp-data": "0.2.5",
|
|
64
|
+
"@lsby/ts-log": "0.2.3",
|
|
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
|
}
|