veloce-ts 0.4.12 → 0.4.13

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.
@@ -29,6 +29,8 @@ export declare class HonoAdapter implements Adapter {
29
29
  getRuntime(): string;
30
30
  /**
31
31
  * Start server using Bun's native server
32
+ * Passes the Bun server instance as `env` to Hono so WebSocketPlugin
33
+ * can call server.upgrade() from within route handlers.
32
34
  */
33
35
  private listenBun;
34
36
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"hono.d.ts","sourceRoot":"","sources":["../../../src/adapters/hono.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AACjC,OAAO,KAAK,EAAE,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAiCtD;;;GAGG;AACH,qBAAa,WAAY,YAAW,OAAO;IAI7B,OAAO,CAAC,IAAI;IAHxB,IAAI,SAAU;IACd,OAAO,CAAC,OAAO,CAAmC;gBAE9B,IAAI,EAAE,IAAI;IAI9B;;;OAGG;IACH,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,IAAI,GAAG,cAAc;IAuB3D;;;OAGG;IACH,UAAU;IAIV;;OAEG;IACH,UAAU,IAAI,MAAM;IAIpB;;OAEG;IACH,OAAO,CAAC,SAAS;IA6CjB;;OAEG;IACH,OAAO,CAAC,UAAU;IAsBlB;;;OAGG;IACH,OAAO,CAAC,UAAU;CA6BnB"}
1
+ {"version":3,"file":"hono.d.ts","sourceRoot":"","sources":["../../../src/adapters/hono.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,MAAM,CAAC;AACjC,OAAO,KAAK,EAAE,OAAO,EAAE,cAAc,EAAE,MAAM,QAAQ,CAAC;AAiCtD;;;GAGG;AACH,qBAAa,WAAY,YAAW,OAAO;IAI7B,OAAO,CAAC,IAAI;IAHxB,IAAI,SAAU;IACd,OAAO,CAAC,OAAO,CAAmC;gBAE9B,IAAI,EAAE,IAAI;IAI9B;;;OAGG;IACH,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,MAAM,IAAI,GAAG,cAAc;IAuB3D;;;OAGG;IACH,UAAU;IAIV;;OAEG;IACH,UAAU,IAAI,MAAM;IAIpB;;;;OAIG;IACH,OAAO,CAAC,SAAS;IA4CjB;;OAEG;IACH,OAAO,CAAC,UAAU;IAsBlB;;;OAGG;IACH,OAAO,CAAC,UAAU;CA6BnB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "veloce-ts",
3
- "version": "0.4.12",
3
+ "version": "0.4.13",
4
4
  "description": "A modern, fast web framework for TypeScript with authentication, RBAC, GraphQL, WebSockets, and response caching",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/src/index.js",