@kevisual/router 0.1.6 → 0.1.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/app.js +1 -1
- package/dist/commander.js +1 -0
- package/package.json +3 -3
- package/src/commander.ts +1 -0
package/dist/app.js
CHANGED
|
@@ -20108,7 +20108,7 @@ app
|
|
|
20108
20108
|
10. **中间件找不到会返回 404**,错误信息中会包含找不到的中间件列表。
|
|
20109
20109
|
`;
|
|
20110
20110
|
// package.json
|
|
20111
|
-
var version2 = "0.1.
|
|
20111
|
+
var version2 = "0.1.6";
|
|
20112
20112
|
|
|
20113
20113
|
// agent/routes/route-create.ts
|
|
20114
20114
|
app.route({
|
package/dist/commander.js
CHANGED
|
@@ -16298,6 +16298,7 @@ var parse5 = async (opts) => {
|
|
|
16298
16298
|
if (opts.remote) {
|
|
16299
16299
|
const { token, username, id } = opts.remote;
|
|
16300
16300
|
const remoteApp = new RemoteApp({
|
|
16301
|
+
app,
|
|
16301
16302
|
token,
|
|
16302
16303
|
username,
|
|
16303
16304
|
id
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package",
|
|
3
3
|
"name": "@kevisual/router",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.7",
|
|
5
5
|
"description": "",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/router.js",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"@kevisual/dts": "^0.0.4",
|
|
28
28
|
"@kevisual/js-filter": "^0.0.6",
|
|
29
29
|
"@kevisual/local-proxy": "^0.0.8",
|
|
30
|
-
"@kevisual/query": "^0.0.
|
|
30
|
+
"@kevisual/query": "^0.0.55",
|
|
31
31
|
"@kevisual/remote-app": "^0.0.7",
|
|
32
32
|
"@kevisual/use-config": "^1.0.30",
|
|
33
33
|
"@opencode-ai/plugin": "^1.2.27",
|
|
34
|
-
"@types/bun": "^1.3.
|
|
34
|
+
"@types/bun": "^1.3.11",
|
|
35
35
|
"@types/crypto-js": "^4.2.2",
|
|
36
36
|
"@types/node": "^25.5.0",
|
|
37
37
|
"@types/send": "^1.2.1",
|