@lsby/net-core 0.0.13 → 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/bin/gen-test/bin.cjs +0 -2
- package/dist/bin/gen-test/index.cjs +0 -2
- package/dist/cjs/bin/gen-test/bin.cjs +0 -2
- package/dist/cjs/bin/gen-test/index.cjs +0 -2
- package/dist/esm/bin/gen-test/bin.js +1 -1
- package/dist/esm/bin/gen-test/index.js +1 -1
- package/dist/esm/{chunk-NAD63SEL.js → chunk-ZEWFWADM.js} +0 -2
- package/dist/esm/index.js +8 -8
- package/package.json +2 -2
|
@@ -134,8 +134,6 @@ function main(tsconfigPath, interfaceFolderPath, outFilePath, filter) {
|
|
|
134
134
|
...importCode,
|
|
135
135
|
"",
|
|
136
136
|
...testCode,
|
|
137
|
-
"",
|
|
138
|
-
"test('exit', async () => process.exit(0))",
|
|
139
137
|
""
|
|
140
138
|
].join("\n");
|
|
141
139
|
var outDir = import_node_path.default.dirname(outFilePath);
|
|
@@ -139,8 +139,6 @@ function main(tsconfigPath, interfaceFolderPath, outFilePath, filter) {
|
|
|
139
139
|
...importCode,
|
|
140
140
|
"",
|
|
141
141
|
...testCode,
|
|
142
|
-
"",
|
|
143
|
-
"test('exit', async () => process.exit(0))",
|
|
144
142
|
""
|
|
145
143
|
].join("\n");
|
|
146
144
|
var outDir = import_node_path.default.dirname(outFilePath);
|
|
@@ -134,8 +134,6 @@ function main(tsconfigPath, interfaceFolderPath, outFilePath, filter) {
|
|
|
134
134
|
...importCode,
|
|
135
135
|
"",
|
|
136
136
|
...testCode,
|
|
137
|
-
"",
|
|
138
|
-
"test('exit', async () => process.exit(0))",
|
|
139
137
|
""
|
|
140
138
|
].join("\n");
|
|
141
139
|
var outDir = import_node_path.default.dirname(outFilePath);
|
|
@@ -139,8 +139,6 @@ function main(tsconfigPath, interfaceFolderPath, outFilePath, filter) {
|
|
|
139
139
|
...importCode,
|
|
140
140
|
"",
|
|
141
141
|
...testCode,
|
|
142
|
-
"",
|
|
143
|
-
"test('exit', async () => process.exit(0))",
|
|
144
142
|
""
|
|
145
143
|
].join("\n");
|
|
146
144
|
var outDir = import_node_path.default.dirname(outFilePath);
|
package/dist/esm/index.js
CHANGED
|
@@ -4,18 +4,12 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
表单解析插件
|
|
6
6
|
} from "./chunk-UNQLD6KL.js";
|
|
7
|
-
import {
|
|
8
|
-
测试
|
|
9
|
-
} from "./chunk-ET2XZBZD.js";
|
|
10
7
|
import {
|
|
11
8
|
服务器
|
|
12
9
|
} from "./chunk-TAOTBUWM.js";
|
|
13
10
|
import {
|
|
14
|
-
|
|
15
|
-
} from "./chunk-
|
|
16
|
-
import {
|
|
17
|
-
接口
|
|
18
|
-
} from "./chunk-KRIDSMPV.js";
|
|
11
|
+
测试
|
|
12
|
+
} from "./chunk-ET2XZBZD.js";
|
|
19
13
|
import {
|
|
20
14
|
正确JSON结果,
|
|
21
15
|
正确结果,
|
|
@@ -27,6 +21,12 @@ import {
|
|
|
27
21
|
import "./chunk-UX3PS2US.js";
|
|
28
22
|
import "./chunk-7FRLG3EW.js";
|
|
29
23
|
import "./chunk-PLYBVQKK.js";
|
|
24
|
+
import {
|
|
25
|
+
接口类型
|
|
26
|
+
} from "./chunk-SF5Z34AP.js";
|
|
27
|
+
import {
|
|
28
|
+
接口
|
|
29
|
+
} from "./chunk-KRIDSMPV.js";
|
|
30
30
|
import {
|
|
31
31
|
中文路径支持插件
|
|
32
32
|
} from "./chunk-75WPG7GQ.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": {
|