@lsby/net-core 0.0.14 → 0.0.15
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 +12 -12
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
|
+
import {
|
|
2
|
+
JSON解析插件
|
|
3
|
+
} from "./chunk-VTGSN4Y4.js";
|
|
1
4
|
import {
|
|
2
5
|
表单解析插件
|
|
3
6
|
} from "./chunk-UNQLD6KL.js";
|
|
7
|
+
import {
|
|
8
|
+
服务器
|
|
9
|
+
} from "./chunk-TAOTBUWM.js";
|
|
10
|
+
import {
|
|
11
|
+
测试
|
|
12
|
+
} from "./chunk-ET2XZBZD.js";
|
|
4
13
|
import {
|
|
5
14
|
正确JSON结果,
|
|
6
15
|
正确结果,
|
|
@@ -9,12 +18,9 @@ import {
|
|
|
9
18
|
错误JSON结果,
|
|
10
19
|
错误结果
|
|
11
20
|
} from "./chunk-6MRTDFSR.js";
|
|
12
|
-
import
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
测试
|
|
17
|
-
} from "./chunk-ET2XZBZD.js";
|
|
21
|
+
import "./chunk-UX3PS2US.js";
|
|
22
|
+
import "./chunk-7FRLG3EW.js";
|
|
23
|
+
import "./chunk-PLYBVQKK.js";
|
|
18
24
|
import {
|
|
19
25
|
接口类型
|
|
20
26
|
} from "./chunk-SF5Z34AP.js";
|
|
@@ -27,12 +33,6 @@ import {
|
|
|
27
33
|
import {
|
|
28
34
|
自定义数据插件
|
|
29
35
|
} from "./chunk-LVYS3C7A.js";
|
|
30
|
-
import {
|
|
31
|
-
JSON解析插件
|
|
32
|
-
} from "./chunk-VTGSN4Y4.js";
|
|
33
|
-
import "./chunk-UX3PS2US.js";
|
|
34
|
-
import "./chunk-7FRLG3EW.js";
|
|
35
|
-
import "./chunk-PLYBVQKK.js";
|
|
36
36
|
import {
|
|
37
37
|
插件
|
|
38
38
|
} from "./chunk-KSZE2DTR.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lsby/net-core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
"require": "./dist/cjs/index.cjs",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"typescript": "^5.4.5"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@lsby/ts-fp-data": "^0.0.
|
|
41
|
+
"@lsby/ts-fp-data": "^0.0.9",
|
|
42
42
|
"@types/express": "^4.17.21"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|