@lsby/net-core 0.7.11-beta.3 → 0.7.11
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-ZF7SHZXM.js";
|
|
34
34
|
import {
|
|
35
35
|
EXPORT_TYPE
|
|
36
36
|
} from "./chunk-ZF7EC2OM.js";
|
|
@@ -41,12 +41,12 @@ import {
|
|
|
41
41
|
import {
|
|
42
42
|
常用延时直接形式接口封装
|
|
43
43
|
} from "./chunk-JLHGWUH6.js";
|
|
44
|
+
import "./chunk-BFL3HOQE.js";
|
|
44
45
|
import {
|
|
45
46
|
构造元组,
|
|
46
47
|
构造对象
|
|
47
48
|
} from "./chunk-YMH6HJJF.js";
|
|
48
49
|
import "./chunk-ZIVQ3WZA.js";
|
|
49
|
-
import "./chunk-BFL3HOQE.js";
|
|
50
50
|
import {
|
|
51
51
|
接口
|
|
52
52
|
} from "./chunk-JMR7QAHO.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lsby/net-core",
|
|
3
|
-
"version": "0.7.11
|
|
3
|
+
"version": "0.7.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
"require": "./dist/cjs/index.cjs",
|
|
@@ -36,7 +36,6 @@
|
|
|
36
36
|
"express": "^4.19.2",
|
|
37
37
|
"lodash": "^4.17.21",
|
|
38
38
|
"short-uuid": "^5.2.0",
|
|
39
|
-
"vitest": "^2.0.2",
|
|
40
39
|
"ws": "^8.18.0",
|
|
41
40
|
"zod": "^3.24.2"
|
|
42
41
|
},
|
|
@@ -60,7 +59,8 @@
|
|
|
60
59
|
"prettier-plugin-organize-imports": "^4.1.0",
|
|
61
60
|
"prettier-plugin-packagejson": "^2.5.2",
|
|
62
61
|
"tsup": "^8.5.0",
|
|
63
|
-
"typescript": "<5.6.0"
|
|
62
|
+
"typescript": "<5.6.0",
|
|
63
|
+
"vitest": "^2.0.2"
|
|
64
64
|
},
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"@lsby/ts-fp-data": "^0.2.5",
|