bxo 0.0.5-dev.59 → 0.0.5-dev.60

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.ts +2 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bxo",
3
3
  "module": "index.ts",
4
- "version": "0.0.5-dev.59",
4
+ "version": "0.0.5-dev.60",
5
5
  "description": "A simple and lightweight web framework for Bun",
6
6
  "type": "module",
7
7
  "exports": {
package/src/index.ts CHANGED
@@ -51,7 +51,8 @@ export type {
51
51
  InferResponseType,
52
52
  InferZodType,
53
53
  StatusResponseSchema,
54
- StatusCodes
54
+ StatusCodes,
55
+ ResponseSchema
55
56
  } from './types';
56
57
 
57
58
  // Re-export everything from the main BXO class for backward compatibility