@lsby/net-core 0.0.13 → 0.0.14

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.
@@ -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);
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  main
4
- } from "../../chunk-NAD63SEL.js";
4
+ } from "../../chunk-ZEWFWADM.js";
5
5
  import "../../chunk-PLYBVQKK.js";
6
6
 
7
7
  // src/bin/gen-test/bin.ts
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  main
3
- } from "../../chunk-NAD63SEL.js";
3
+ } from "../../chunk-ZEWFWADM.js";
4
4
  import "../../chunk-PLYBVQKK.js";
5
5
  export {
6
6
  main
@@ -72,8 +72,6 @@ function main(tsconfigPath, interfaceFolderPath, outFilePath, filter) {
72
72
  ...importCode,
73
73
  "",
74
74
  ...testCode,
75
- "",
76
- "test('exit', async () => process.exit(0))",
77
75
  ""
78
76
  ].join("\n");
79
77
  var outDir = path.dirname(outFilePath);
package/dist/esm/index.js CHANGED
@@ -1,38 +1,38 @@
1
- import {
2
- JSON解析插件
3
- } from "./chunk-VTGSN4Y4.js";
4
1
  import {
5
2
  表单解析插件
6
3
  } from "./chunk-UNQLD6KL.js";
7
4
  import {
8
- 测试
9
- } from "./chunk-ET2XZBZD.js";
5
+ 正确JSON结果,
6
+ 正确结果,
7
+ 正确自定义结果,
8
+ 结果,
9
+ 错误JSON结果,
10
+ 错误结果
11
+ } from "./chunk-6MRTDFSR.js";
10
12
  import {
11
13
  服务器
12
14
  } from "./chunk-TAOTBUWM.js";
15
+ import {
16
+ 测试
17
+ } from "./chunk-ET2XZBZD.js";
13
18
  import {
14
19
  接口类型
15
20
  } from "./chunk-SF5Z34AP.js";
16
21
  import {
17
22
  接口
18
23
  } from "./chunk-KRIDSMPV.js";
19
- import {
20
- 正确JSON结果,
21
- 正确结果,
22
- 正确自定义结果,
23
- 结果,
24
- 错误JSON结果,
25
- 错误结果
26
- } from "./chunk-6MRTDFSR.js";
27
- import "./chunk-UX3PS2US.js";
28
- import "./chunk-7FRLG3EW.js";
29
- import "./chunk-PLYBVQKK.js";
30
24
  import {
31
25
  中文路径支持插件
32
26
  } from "./chunk-75WPG7GQ.js";
33
27
  import {
34
28
  自定义数据插件
35
29
  } 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.13",
3
+ "version": "0.0.14",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "require": "./dist/cjs/index.cjs",