mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-06 06:41:56 +00:00
Fix sync event typing
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
"hapi": "bin/hapi.cjs",
|
||||
},
|
||||
"dependencies": {
|
||||
"@hapi/protocol": "workspace:*",
|
||||
"@modelcontextprotocol/sdk": "^1.25.1",
|
||||
"@types/cross-spawn": "^6.0.6",
|
||||
"@types/ps-list": "^6.2.1",
|
||||
@@ -60,6 +61,7 @@
|
||||
"name": "hapi-server",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@hapi/protocol": "workspace:*",
|
||||
"@socket.io/bun-engine": "^0.1.0",
|
||||
"grammy": "^1.38.4",
|
||||
"hono": "^4.11.2",
|
||||
@@ -75,12 +77,20 @@
|
||||
"typescript": "^5",
|
||||
},
|
||||
},
|
||||
"shared": {
|
||||
"name": "@hapi/protocol",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"zod": "^4.2.1",
|
||||
},
|
||||
},
|
||||
"web": {
|
||||
"name": "hapi-web",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@assistant-ui/react": "^0.11.53",
|
||||
"@assistant-ui/react-markdown": "^0.11.9",
|
||||
"@hapi/protocol": "workspace:*",
|
||||
"@radix-ui/react-dialog": "^1.1.15",
|
||||
"@radix-ui/react-slot": "^1.2.4",
|
||||
"@shikijs/langs": "^3.20.0",
|
||||
@@ -540,6 +550,8 @@
|
||||
|
||||
"@grammyjs/types": ["@grammyjs/types@3.22.2", "", {}, "sha512-uu7DX2ezhnBPozL3bXHmwhLvaFsh59E4QyviNH4Cij7EdVekYrs6mCzeXsa2pDk30l3uXo7DBahlZLzTPtpYZg=="],
|
||||
|
||||
"@hapi/protocol": ["@hapi/protocol@workspace:shared"],
|
||||
|
||||
"@hono/node-server": ["@hono/node-server@1.19.7", "", { "peerDependencies": { "hono": "^4" } }, "sha512-vUcD0uauS7EU2caukW8z5lJKtoGMokxNbJtBiwHgpqxEXokaHCBkQUmCHhjFB1VUTWdqj25QoMkMKzgjq+uhrw=="],
|
||||
|
||||
"@hookform/resolvers": ["@hookform/resolvers@5.2.2", "", { "dependencies": { "@standard-schema/utils": "^0.3.0" }, "peerDependencies": { "react-hook-form": "^7.55.0" } }, "sha512-A/IxlMLShx3KjV/HeTcTfaMxdwy690+L/ZADoeaTltLx+CVuzkeVIPuybK3jrRfw7YZnmdKsVVHAlEPIAEUNlA=="],
|
||||
|
||||
Reference in New Issue
Block a user