@lsby/net-core 0.0.6 → 0.0.7
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-type/bin.cjs +2 -1
- package/dist/bin/gen-type/index.cjs +2 -1
- package/dist/cjs/bin/gen-type/bin.cjs +2 -1
- package/dist/cjs/bin/gen-type/index.cjs +2 -1
- package/dist/esm/bin/gen-type/bin.js +1 -1
- package/dist/esm/bin/gen-type/index.js +1 -1
- package/dist/esm/{chunk-A44XPZUN.js → chunk-G2KKFXUM.js} +2 -1
- package/dist/esm/index.js +3 -3
- package/package.json +1 -1
|
@@ -203113,7 +203113,8 @@ function main(tsconfigPath, apiFolderPath, outputPath) {
|
|
|
203113
203113
|
if (!(0, import_node_fs.existsSync)(outDir)) {
|
|
203114
203114
|
(0, import_node_fs.mkdirSync)(outDir, { recursive: true });
|
|
203115
203115
|
}
|
|
203116
|
-
import_node_fs.default.writeFileSync(outputPathAbs, `export type InterfaceType = [${result.join(",")}]
|
|
203116
|
+
import_node_fs.default.writeFileSync(outputPathAbs, `export type InterfaceType = [${result.join(",")}]
|
|
203117
|
+
`);
|
|
203117
203118
|
await log.debug("\u751F\u6210\u6210\u529F\uFF1A%o", outputPathAbs).run();
|
|
203118
203119
|
}).run();
|
|
203119
203120
|
}
|
|
@@ -203118,7 +203118,8 @@ function main(tsconfigPath, apiFolderPath, outputPath) {
|
|
|
203118
203118
|
if (!(0, import_node_fs.existsSync)(outDir)) {
|
|
203119
203119
|
(0, import_node_fs.mkdirSync)(outDir, { recursive: true });
|
|
203120
203120
|
}
|
|
203121
|
-
import_node_fs.default.writeFileSync(outputPathAbs, `export type InterfaceType = [${result.join(",")}]
|
|
203121
|
+
import_node_fs.default.writeFileSync(outputPathAbs, `export type InterfaceType = [${result.join(",")}]
|
|
203122
|
+
`);
|
|
203122
203123
|
await log.debug("\u751F\u6210\u6210\u529F\uFF1A%o", outputPathAbs).run();
|
|
203123
203124
|
}).run();
|
|
203124
203125
|
}
|
|
@@ -203113,7 +203113,8 @@ function main(tsconfigPath, apiFolderPath, outputPath) {
|
|
|
203113
203113
|
if (!(0, import_node_fs.existsSync)(outDir)) {
|
|
203114
203114
|
(0, import_node_fs.mkdirSync)(outDir, { recursive: true });
|
|
203115
203115
|
}
|
|
203116
|
-
import_node_fs.default.writeFileSync(outputPathAbs, `export type InterfaceType = [${result.join(",")}]
|
|
203116
|
+
import_node_fs.default.writeFileSync(outputPathAbs, `export type InterfaceType = [${result.join(",")}]
|
|
203117
|
+
`);
|
|
203117
203118
|
await log.debug("\u751F\u6210\u6210\u529F\uFF1A%o", outputPathAbs).run();
|
|
203118
203119
|
}).run();
|
|
203119
203120
|
}
|
|
@@ -203118,7 +203118,8 @@ function main(tsconfigPath, apiFolderPath, outputPath) {
|
|
|
203118
203118
|
if (!(0, import_node_fs.existsSync)(outDir)) {
|
|
203119
203119
|
(0, import_node_fs.mkdirSync)(outDir, { recursive: true });
|
|
203120
203120
|
}
|
|
203121
|
-
import_node_fs.default.writeFileSync(outputPathAbs, `export type InterfaceType = [${result.join(",")}]
|
|
203121
|
+
import_node_fs.default.writeFileSync(outputPathAbs, `export type InterfaceType = [${result.join(",")}]
|
|
203122
|
+
`);
|
|
203122
203123
|
await log.debug("\u751F\u6210\u6210\u529F\uFF1A%o", outputPathAbs).run();
|
|
203123
203124
|
}).run();
|
|
203124
203125
|
}
|
|
@@ -92,7 +92,8 @@ function main(tsconfigPath, apiFolderPath, outputPath) {
|
|
|
92
92
|
if (!existsSync(outDir)) {
|
|
93
93
|
mkdirSync(outDir, { recursive: true });
|
|
94
94
|
}
|
|
95
|
-
fs.writeFileSync(outputPathAbs, `export type InterfaceType = [${result.join(",")}]
|
|
95
|
+
fs.writeFileSync(outputPathAbs, `export type InterfaceType = [${result.join(",")}]
|
|
96
|
+
`);
|
|
96
97
|
await log.debug("\u751F\u6210\u6210\u529F\uFF1A%o", outputPathAbs).run();
|
|
97
98
|
}).run();
|
|
98
99
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -9,12 +9,12 @@ import {
|
|
|
9
9
|
错误JSON结果,
|
|
10
10
|
错误结果
|
|
11
11
|
} from "./chunk-6MRTDFSR.js";
|
|
12
|
-
import {
|
|
13
|
-
测试
|
|
14
|
-
} from "./chunk-ET2XZBZD.js";
|
|
15
12
|
import {
|
|
16
13
|
服务器
|
|
17
14
|
} from "./chunk-R4LHKMZP.js";
|
|
15
|
+
import {
|
|
16
|
+
测试
|
|
17
|
+
} from "./chunk-ET2XZBZD.js";
|
|
18
18
|
import {
|
|
19
19
|
接口类型
|
|
20
20
|
} from "./chunk-SF5Z34AP.js";
|