bxo 0.0.5-dev.56 → 0.0.5-dev.57

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 +3 -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.56",
4
+ "version": "0.0.5-dev.57",
5
5
  "description": "A simple and lightweight web framework for Bun",
6
6
  "type": "module",
7
7
  "exports": {
package/src/index.ts CHANGED
@@ -47,7 +47,9 @@ export type {
47
47
  Plugin,
48
48
  Context,
49
49
  FileUpload,
50
- FormData
50
+ FormData,
51
+ InferResponseType,
52
+ InferZodType
51
53
  } from './types';
52
54
 
53
55
  // Re-export everything from the main BXO class for backward compatibility