@lsby/net-core 0.0.7 → 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.
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-R4LHKMZP.js";
15
12
  import {
16
13
  测试
17
14
  } from "./chunk-ET2XZBZD.js";
15
+ import {
16
+ 服务器
17
+ } from "./chunk-R4LHKMZP.js";
18
18
  import {
19
19
  接口类型
20
20
  } from "./chunk-SF5Z34AP.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lsby/net-core",
3
- "version": "0.0.7",
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",