@lark-apaas/devtool-kits 1.2.17-alpha.0 → 1.2.17-alpha.1

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/index.d.cts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { IncomingMessage, ServerResponse } from 'node:http';
2
- import { RequestHandler, Router, Application } from 'express';
3
- import { IncomingMessage as IncomingMessage$1, ServerResponse as ServerResponse$1 } from 'http';
2
+ import { Router, RequestHandler, Application } from 'express';
3
+ import { ServerResponse as ServerResponse$1, IncomingMessage as IncomingMessage$1 } from 'http';
4
4
 
5
5
  /**
6
6
  * 标准化基础路径,确保以 '/' 开头且不包含 trailing slash
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { IncomingMessage, ServerResponse } from 'node:http';
2
- import { RequestHandler, Router, Application } from 'express';
3
- import { IncomingMessage as IncomingMessage$1, ServerResponse as ServerResponse$1 } from 'http';
2
+ import { Router, RequestHandler, Application } from 'express';
3
+ import { ServerResponse as ServerResponse$1, IncomingMessage as IncomingMessage$1 } from 'http';
4
4
 
5
5
  /**
6
6
  * 标准化基础路径,确保以 '/' 开头且不包含 trailing slash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/devtool-kits",
3
- "version": "1.2.17-alpha.0",
3
+ "version": "1.2.17-alpha.1",
4
4
  "description": "FullStack Devtool Kits",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",