@lsby/net-core 0.0.6 → 0.0.8

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.
@@ -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
  }
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  main
4
- } from "../../chunk-A44XPZUN.js";
4
+ } from "../../chunk-G2KKFXUM.js";
5
5
  import "../../chunk-23CY3P3G.js";
6
6
  import "../../chunk-PLIWJ5OD.js";
7
7
  import "../../chunk-PLYBVQKK.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  main
3
- } from "../../chunk-A44XPZUN.js";
3
+ } from "../../chunk-G2KKFXUM.js";
4
4
  import "../../chunk-23CY3P3G.js";
5
5
  import "../../chunk-PLIWJ5OD.js";
6
6
  import "../../chunk-PLYBVQKK.js";
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lsby/net-core",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "require": "./dist/cjs/index.cjs",
@@ -22,7 +22,6 @@
22
22
  "devDependencies": {
23
23
  "@ianvs/prettier-plugin-sort-imports": "^4.2.1",
24
24
  "@types/debug": "^4.1.12",
25
- "@types/express": "^4.17.21",
26
25
  "@types/node": "^20.12.10",
27
26
  "@typescript-eslint/eslint-plugin": "^7.8.0",
28
27
  "@typescript-eslint/parser": "^7.8.0",
@@ -38,7 +37,8 @@
38
37
  "typescript": "^5.4.5"
39
38
  },
40
39
  "peerDependencies": {
41
- "@lsby/ts-fp-data": "^0.0.6"
40
+ "@lsby/ts-fp-data": "^0.0.6",
41
+ "@types/express": "^4.17.21"
42
42
  },
43
43
  "scripts": {
44
44
  "build:all": "npm run build:cjs && npm run build:esm && npm run build:bin",