blaizejs 0.3.0 → 0.3.2

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 (26) hide show
  1. package/README.md +462 -646
  2. package/dist/{payload-too-large-error-PAYLDBZT.js → chunk-3VK325MM.js} +5 -3
  3. package/dist/{payload-too-large-error-PAYLDBZT.js.map → chunk-3VK325MM.js.map} +1 -1
  4. package/dist/{unsupported-media-type-error-MQZD7YQJ.js → chunk-7IM52S7P.js} +5 -3
  5. package/dist/{unsupported-media-type-error-MQZD7YQJ.js.map → chunk-7IM52S7P.js.map} +1 -1
  6. package/dist/{chunk-QQCQRHXJ.js → chunk-CQKM74J4.js} +4 -3
  7. package/dist/{chunk-QQCQRHXJ.js.map → chunk-CQKM74J4.js.map} +1 -1
  8. package/dist/{chunk-SRD3AB6T.js → chunk-HB6MRTGD.js} +4 -3
  9. package/dist/{chunk-SRD3AB6T.js.map → chunk-HB6MRTGD.js.map} +1 -1
  10. package/dist/{chunk-TCPQMZ23.js → chunk-IFP53BNM.js} +3 -2
  11. package/dist/{chunk-TCPQMZ23.js.map → chunk-IFP53BNM.js.map} +1 -1
  12. package/dist/index.cjs +53 -1
  13. package/dist/index.cjs.map +1 -1
  14. package/dist/index.d.cts +155 -97
  15. package/dist/index.d.ts +155 -97
  16. package/dist/index.js +63 -19
  17. package/dist/index.js.map +1 -1
  18. package/dist/{internal-server-error-CVRDTBLL.js → internal-server-error-PVME2DGN.js} +5 -4
  19. package/dist/payload-too-large-error-QQG7MKGT.js +17 -0
  20. package/dist/unsupported-media-type-error-VVHRDTUH.js +17 -0
  21. package/dist/unsupported-media-type-error-VVHRDTUH.js.map +1 -0
  22. package/dist/{validation-error-CM6IKIJU.js → validation-error-TXMSFWZL.js} +5 -4
  23. package/dist/validation-error-TXMSFWZL.js.map +1 -0
  24. package/package.json +2 -2
  25. /package/dist/{internal-server-error-CVRDTBLL.js.map → internal-server-error-PVME2DGN.js.map} +0 -0
  26. /package/dist/{validation-error-CM6IKIJU.js.map → payload-too-large-error-QQG7MKGT.js.map} +0 -0
@@ -1,5 +1,6 @@
1
+
1
2
  /**
2
- * blaizejs v0.3.0
3
+ * blaizejs v0.3.2
3
4
  * A blazing-fast, TypeScript-first Node.js framework with HTTP/2 support, file-based routing, powerful middleware system, and end-to-end type safety for building modern APIs.
4
5
  *
5
6
  * Copyright (c) 2025 BlaizeJS Contributors
@@ -8,9 +9,9 @@
8
9
 
9
10
  import {
10
11
  InternalServerError
11
- } from "./chunk-QQCQRHXJ.js";
12
- import "./chunk-TCPQMZ23.js";
12
+ } from "./chunk-CQKM74J4.js";
13
+ import "./chunk-IFP53BNM.js";
13
14
  export {
14
15
  InternalServerError
15
16
  };
16
- //# sourceMappingURL=internal-server-error-CVRDTBLL.js.map
17
+ //# sourceMappingURL=internal-server-error-PVME2DGN.js.map
@@ -0,0 +1,17 @@
1
+
2
+ /**
3
+ * blaizejs v0.3.2
4
+ * A blazing-fast, TypeScript-first Node.js framework with HTTP/2 support, file-based routing, powerful middleware system, and end-to-end type safety for building modern APIs.
5
+ *
6
+ * Copyright (c) 2025 BlaizeJS Contributors
7
+ * @license MIT
8
+ */
9
+
10
+ import {
11
+ PayloadTooLargeError
12
+ } from "./chunk-3VK325MM.js";
13
+ import "./chunk-IFP53BNM.js";
14
+ export {
15
+ PayloadTooLargeError
16
+ };
17
+ //# sourceMappingURL=payload-too-large-error-QQG7MKGT.js.map
@@ -0,0 +1,17 @@
1
+
2
+ /**
3
+ * blaizejs v0.3.2
4
+ * A blazing-fast, TypeScript-first Node.js framework with HTTP/2 support, file-based routing, powerful middleware system, and end-to-end type safety for building modern APIs.
5
+ *
6
+ * Copyright (c) 2025 BlaizeJS Contributors
7
+ * @license MIT
8
+ */
9
+
10
+ import {
11
+ UnsupportedMediaTypeError
12
+ } from "./chunk-7IM52S7P.js";
13
+ import "./chunk-IFP53BNM.js";
14
+ export {
15
+ UnsupportedMediaTypeError
16
+ };
17
+ //# sourceMappingURL=unsupported-media-type-error-VVHRDTUH.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -1,5 +1,6 @@
1
+
1
2
  /**
2
- * blaizejs v0.3.0
3
+ * blaizejs v0.3.2
3
4
  * A blazing-fast, TypeScript-first Node.js framework with HTTP/2 support, file-based routing, powerful middleware system, and end-to-end type safety for building modern APIs.
4
5
  *
5
6
  * Copyright (c) 2025 BlaizeJS Contributors
@@ -8,9 +9,9 @@
8
9
 
9
10
  import {
10
11
  ValidationError
11
- } from "./chunk-SRD3AB6T.js";
12
- import "./chunk-TCPQMZ23.js";
12
+ } from "./chunk-HB6MRTGD.js";
13
+ import "./chunk-IFP53BNM.js";
13
14
  export {
14
15
  ValidationError
15
16
  };
16
- //# sourceMappingURL=validation-error-CM6IKIJU.js.map
17
+ //# sourceMappingURL=validation-error-TXMSFWZL.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blaizejs",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "A blazing-fast, TypeScript-first Node.js framework with HTTP/2 support, file-based routing, powerful middleware system, and end-to-end type safety for building modern APIs.",
5
5
  "author": "J.Lea-Jones <jason@careymarcel.com>",
6
6
  "repository": {
@@ -41,7 +41,7 @@
41
41
  "vite-tsconfig-paths": "^5.1.4",
42
42
  "vitest": "^3.1.3",
43
43
  "@blaizejs/eslint-config": "0.1.0",
44
- "@blaizejs/testing-utils": "0.2.0",
44
+ "@blaizejs/testing-utils": "0.3.0",
45
45
  "@blaizejs/tsconfig": "0.1.0",
46
46
  "@blaizejs/tsup-config": "0.1.0",
47
47
  "@blaizejs/vitest-config": "0.1.0"