@lsby/net-core 0.6.1 → 0.6.2

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.
@@ -96,26 +96,28 @@ async function main(tsconfig\u8DEF\u5F84, \u76EE\u6807\u8DEF\u5F84, \u8F93\u51FA
96
96
  type jsonErrorOutput = \u83B7\u5F97\u63A5\u53E3\u9519\u8BEF\u5F62\u5F0F<typeof \u5BFC\u5165>
97
97
  type jsonSuccessOutput = \u83B7\u5F97\u63A5\u53E3\u6B63\u786E\u5F62\u5F0F<typeof \u5BFC\u5165>
98
98
  type wsData = \u53D6\u7B2C\u4E00\u4E2AWS\u63D2\u4EF6\u7ED3\u679C<\u83B7\u5F97\u63A5\u53E3\u903B\u8F91\u63D2\u4EF6\u7C7B\u578B<\u83B7\u5F97\u63A5\u53E3\u903B\u8F91\u7C7B\u578B<typeof \u5BFC\u5165>>>
99
- type JSON\u63A5\u53E3\u8BA1\u7B97\u7ED3\u679C = jsonPath extends infer _
100
- ? jsonMethod extends infer _
101
- ? jsonInput extends infer _
102
- ? jsonErrorOutput extends infer _
103
- ? jsonSuccessOutput extends infer _
104
- ? wsData extends infer _
105
- ? {
106
- path: jsonPath
107
- method: jsonMethod
108
- input: jsonInput
109
- errorOutput: jsonErrorOutput
110
- successOutput: jsonSuccessOutput
111
- webSocketData: wsData
112
- }
99
+ type JSON\u63A5\u53E3\u8BA1\u7B97\u7ED3\u679C = jsonPath extends never
100
+ ? never
101
+ : jsonPath extends infer _
102
+ ? jsonMethod extends infer _
103
+ ? jsonInput extends infer _
104
+ ? jsonErrorOutput extends infer _
105
+ ? jsonSuccessOutput extends infer _
106
+ ? wsData extends infer _
107
+ ? {
108
+ path: jsonPath
109
+ method: jsonMethod
110
+ input: jsonInput
111
+ errorOutput: jsonErrorOutput
112
+ successOutput: jsonSuccessOutput
113
+ webSocketData?: wsData
114
+ }
115
+ : never
113
116
  : never
114
117
  : never
115
118
  : never
116
119
  : never
117
120
  : never
118
- : never
119
121
 
120
122
  type \u5BFC\u51FA\u7C7B\u578B\u540D\u79F0 = GetNetCoreExportTypeName<\u5BFC\u5165>
121
123
  type \u5BFC\u51FA\u7C7B\u578B\u5B9A\u4E49 = GetNetCoreExportTypeDefine<\u5BFC\u5165>
@@ -101,26 +101,28 @@ async function main(tsconfig\u8DEF\u5F84, \u76EE\u6807\u8DEF\u5F84, \u8F93\u51FA
101
101
  type jsonErrorOutput = \u83B7\u5F97\u63A5\u53E3\u9519\u8BEF\u5F62\u5F0F<typeof \u5BFC\u5165>
102
102
  type jsonSuccessOutput = \u83B7\u5F97\u63A5\u53E3\u6B63\u786E\u5F62\u5F0F<typeof \u5BFC\u5165>
103
103
  type wsData = \u53D6\u7B2C\u4E00\u4E2AWS\u63D2\u4EF6\u7ED3\u679C<\u83B7\u5F97\u63A5\u53E3\u903B\u8F91\u63D2\u4EF6\u7C7B\u578B<\u83B7\u5F97\u63A5\u53E3\u903B\u8F91\u7C7B\u578B<typeof \u5BFC\u5165>>>
104
- type JSON\u63A5\u53E3\u8BA1\u7B97\u7ED3\u679C = jsonPath extends infer _
105
- ? jsonMethod extends infer _
106
- ? jsonInput extends infer _
107
- ? jsonErrorOutput extends infer _
108
- ? jsonSuccessOutput extends infer _
109
- ? wsData extends infer _
110
- ? {
111
- path: jsonPath
112
- method: jsonMethod
113
- input: jsonInput
114
- errorOutput: jsonErrorOutput
115
- successOutput: jsonSuccessOutput
116
- webSocketData: wsData
117
- }
104
+ type JSON\u63A5\u53E3\u8BA1\u7B97\u7ED3\u679C = jsonPath extends never
105
+ ? never
106
+ : jsonPath extends infer _
107
+ ? jsonMethod extends infer _
108
+ ? jsonInput extends infer _
109
+ ? jsonErrorOutput extends infer _
110
+ ? jsonSuccessOutput extends infer _
111
+ ? wsData extends infer _
112
+ ? {
113
+ path: jsonPath
114
+ method: jsonMethod
115
+ input: jsonInput
116
+ errorOutput: jsonErrorOutput
117
+ successOutput: jsonSuccessOutput
118
+ webSocketData?: wsData
119
+ }
120
+ : never
118
121
  : never
119
122
  : never
120
123
  : never
121
124
  : never
122
125
  : never
123
- : never
124
126
 
125
127
  type \u5BFC\u51FA\u7C7B\u578B\u540D\u79F0 = GetNetCoreExportTypeName<\u5BFC\u5165>
126
128
  type \u5BFC\u51FA\u7C7B\u578B\u5B9A\u4E49 = GetNetCoreExportTypeDefine<\u5BFC\u5165>
@@ -0,0 +1 @@
1
+ "use strict";
@@ -0,0 +1,2 @@
1
+
2
+ export { }
@@ -96,26 +96,28 @@ async function main(tsconfig\u8DEF\u5F84, \u76EE\u6807\u8DEF\u5F84, \u8F93\u51FA
96
96
  type jsonErrorOutput = \u83B7\u5F97\u63A5\u53E3\u9519\u8BEF\u5F62\u5F0F<typeof \u5BFC\u5165>
97
97
  type jsonSuccessOutput = \u83B7\u5F97\u63A5\u53E3\u6B63\u786E\u5F62\u5F0F<typeof \u5BFC\u5165>
98
98
  type wsData = \u53D6\u7B2C\u4E00\u4E2AWS\u63D2\u4EF6\u7ED3\u679C<\u83B7\u5F97\u63A5\u53E3\u903B\u8F91\u63D2\u4EF6\u7C7B\u578B<\u83B7\u5F97\u63A5\u53E3\u903B\u8F91\u7C7B\u578B<typeof \u5BFC\u5165>>>
99
- type JSON\u63A5\u53E3\u8BA1\u7B97\u7ED3\u679C = jsonPath extends infer _
100
- ? jsonMethod extends infer _
101
- ? jsonInput extends infer _
102
- ? jsonErrorOutput extends infer _
103
- ? jsonSuccessOutput extends infer _
104
- ? wsData extends infer _
105
- ? {
106
- path: jsonPath
107
- method: jsonMethod
108
- input: jsonInput
109
- errorOutput: jsonErrorOutput
110
- successOutput: jsonSuccessOutput
111
- webSocketData: wsData
112
- }
99
+ type JSON\u63A5\u53E3\u8BA1\u7B97\u7ED3\u679C = jsonPath extends never
100
+ ? never
101
+ : jsonPath extends infer _
102
+ ? jsonMethod extends infer _
103
+ ? jsonInput extends infer _
104
+ ? jsonErrorOutput extends infer _
105
+ ? jsonSuccessOutput extends infer _
106
+ ? wsData extends infer _
107
+ ? {
108
+ path: jsonPath
109
+ method: jsonMethod
110
+ input: jsonInput
111
+ errorOutput: jsonErrorOutput
112
+ successOutput: jsonSuccessOutput
113
+ webSocketData?: wsData
114
+ }
115
+ : never
113
116
  : never
114
117
  : never
115
118
  : never
116
119
  : never
117
120
  : never
118
- : never
119
121
 
120
122
  type \u5BFC\u51FA\u7C7B\u578B\u540D\u79F0 = GetNetCoreExportTypeName<\u5BFC\u5165>
121
123
  type \u5BFC\u51FA\u7C7B\u578B\u5B9A\u4E49 = GetNetCoreExportTypeDefine<\u5BFC\u5165>
@@ -101,26 +101,28 @@ async function main(tsconfig\u8DEF\u5F84, \u76EE\u6807\u8DEF\u5F84, \u8F93\u51FA
101
101
  type jsonErrorOutput = \u83B7\u5F97\u63A5\u53E3\u9519\u8BEF\u5F62\u5F0F<typeof \u5BFC\u5165>
102
102
  type jsonSuccessOutput = \u83B7\u5F97\u63A5\u53E3\u6B63\u786E\u5F62\u5F0F<typeof \u5BFC\u5165>
103
103
  type wsData = \u53D6\u7B2C\u4E00\u4E2AWS\u63D2\u4EF6\u7ED3\u679C<\u83B7\u5F97\u63A5\u53E3\u903B\u8F91\u63D2\u4EF6\u7C7B\u578B<\u83B7\u5F97\u63A5\u53E3\u903B\u8F91\u7C7B\u578B<typeof \u5BFC\u5165>>>
104
- type JSON\u63A5\u53E3\u8BA1\u7B97\u7ED3\u679C = jsonPath extends infer _
105
- ? jsonMethod extends infer _
106
- ? jsonInput extends infer _
107
- ? jsonErrorOutput extends infer _
108
- ? jsonSuccessOutput extends infer _
109
- ? wsData extends infer _
110
- ? {
111
- path: jsonPath
112
- method: jsonMethod
113
- input: jsonInput
114
- errorOutput: jsonErrorOutput
115
- successOutput: jsonSuccessOutput
116
- webSocketData: wsData
117
- }
104
+ type JSON\u63A5\u53E3\u8BA1\u7B97\u7ED3\u679C = jsonPath extends never
105
+ ? never
106
+ : jsonPath extends infer _
107
+ ? jsonMethod extends infer _
108
+ ? jsonInput extends infer _
109
+ ? jsonErrorOutput extends infer _
110
+ ? jsonSuccessOutput extends infer _
111
+ ? wsData extends infer _
112
+ ? {
113
+ path: jsonPath
114
+ method: jsonMethod
115
+ input: jsonInput
116
+ errorOutput: jsonErrorOutput
117
+ successOutput: jsonSuccessOutput
118
+ webSocketData?: wsData
119
+ }
120
+ : never
118
121
  : never
119
122
  : never
120
123
  : never
121
124
  : never
122
125
  : never
123
- : never
124
126
 
125
127
  type \u5BFC\u51FA\u7C7B\u578B\u540D\u79F0 = GetNetCoreExportTypeName<\u5BFC\u5165>
126
128
  type \u5BFC\u51FA\u7C7B\u578B\u5B9A\u4E49 = GetNetCoreExportTypeDefine<\u5BFC\u5165>
@@ -0,0 +1 @@
1
+ "use strict";
@@ -0,0 +1,2 @@
1
+
2
+ export { }
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  main
4
- } from "../../chunk-OZRCGUR6.js";
4
+ } from "../../chunk-M4SW7UWH.js";
5
5
  import "../../chunk-JVDSGTFS.js";
6
6
 
7
7
  // src/bin/gen-api-type/bin.ts
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  main
3
- } from "../../chunk-OZRCGUR6.js";
3
+ } from "../../chunk-M4SW7UWH.js";
4
4
  import "../../chunk-JVDSGTFS.js";
5
5
  export {
6
6
  main
@@ -0,0 +1,2 @@
1
+
2
+ export { }
File without changes
@@ -66,26 +66,28 @@ async function main(tsconfig\u8DEF\u5F84, \u76EE\u6807\u8DEF\u5F84, \u8F93\u51FA
66
66
  type jsonErrorOutput = \u83B7\u5F97\u63A5\u53E3\u9519\u8BEF\u5F62\u5F0F<typeof \u5BFC\u5165>
67
67
  type jsonSuccessOutput = \u83B7\u5F97\u63A5\u53E3\u6B63\u786E\u5F62\u5F0F<typeof \u5BFC\u5165>
68
68
  type wsData = \u53D6\u7B2C\u4E00\u4E2AWS\u63D2\u4EF6\u7ED3\u679C<\u83B7\u5F97\u63A5\u53E3\u903B\u8F91\u63D2\u4EF6\u7C7B\u578B<\u83B7\u5F97\u63A5\u53E3\u903B\u8F91\u7C7B\u578B<typeof \u5BFC\u5165>>>
69
- type JSON\u63A5\u53E3\u8BA1\u7B97\u7ED3\u679C = jsonPath extends infer _
70
- ? jsonMethod extends infer _
71
- ? jsonInput extends infer _
72
- ? jsonErrorOutput extends infer _
73
- ? jsonSuccessOutput extends infer _
74
- ? wsData extends infer _
75
- ? {
76
- path: jsonPath
77
- method: jsonMethod
78
- input: jsonInput
79
- errorOutput: jsonErrorOutput
80
- successOutput: jsonSuccessOutput
81
- webSocketData: wsData
82
- }
69
+ type JSON\u63A5\u53E3\u8BA1\u7B97\u7ED3\u679C = jsonPath extends never
70
+ ? never
71
+ : jsonPath extends infer _
72
+ ? jsonMethod extends infer _
73
+ ? jsonInput extends infer _
74
+ ? jsonErrorOutput extends infer _
75
+ ? jsonSuccessOutput extends infer _
76
+ ? wsData extends infer _
77
+ ? {
78
+ path: jsonPath
79
+ method: jsonMethod
80
+ input: jsonInput
81
+ errorOutput: jsonErrorOutput
82
+ successOutput: jsonSuccessOutput
83
+ webSocketData?: wsData
84
+ }
85
+ : never
83
86
  : never
84
87
  : never
85
88
  : never
86
89
  : never
87
90
  : never
88
- : never
89
91
 
90
92
  type \u5BFC\u51FA\u7C7B\u578B\u540D\u79F0 = GetNetCoreExportTypeName<\u5BFC\u5165>
91
93
  type \u5BFC\u51FA\u7C7B\u578B\u5B9A\u4E49 = GetNetCoreExportTypeDefine<\u5BFC\u5165>
package/dist/esm/index.js CHANGED
@@ -1,3 +1,6 @@
1
+ import {
2
+ JSON解析插件
3
+ } from "./chunk-P6HJULSY.js";
1
4
  import {
2
5
  表单解析插件
3
6
  } from "./chunk-L36NOE2J.js";
@@ -10,9 +13,6 @@ import {
10
13
  import {
11
14
  自定义数据插件
12
15
  } from "./chunk-KCQRJ4JL.js";
13
- import {
14
- JSON解析插件
15
- } from "./chunk-P6HJULSY.js";
16
16
  import {
17
17
  插件
18
18
  } from "./chunk-43GZE5YL.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lsby/net-core",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "require": "./dist/cjs/index.cjs",