@kevisual/router 0.0.86 → 0.0.88
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/app.js +1 -1
- package/dist/commander.d.ts +815 -0
- package/dist/commander.js +2242 -0
- package/package.json +3 -1
- package/src/commander.ts +113 -0
package/dist/app.js
CHANGED
|
@@ -19579,7 +19579,7 @@ app
|
|
|
19579
19579
|
10. **中间件找不到会返回 404**,错误信息中会包含找不到的中间件列表。
|
|
19580
19580
|
`;
|
|
19581
19581
|
// package.json
|
|
19582
|
-
var version2 = "0.0.
|
|
19582
|
+
var version2 = "0.0.88";
|
|
19583
19583
|
|
|
19584
19584
|
// agent/routes/route-create.ts
|
|
19585
19585
|
app.route({
|