@vertz/cloudflare 0.2.8 → 0.2.10

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.
@@ -0,0 +1,11 @@
1
+ $ vitest run
2
+
3
+  RUN  v4.0.18 /Users/viniciusdacal/vertz-dev/vertz/packages/cloudflare
4
+
5
+ ✓ tests/handler.test.ts (33 tests) 58ms
6
+
7
+  Test Files  1 passed (1)
8
+  Tests  33 passed (33)
9
+  Start at  08:45:02
10
+  Duration  521ms (transform 190ms, setup 0ms, import 224ms, tests 58ms, environment 0ms)
11
+
@@ -0,0 +1 @@
1
+ $ tsc --noEmit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertz/cloudflare",
3
- "version": "0.2.8",
3
+ "version": "0.2.10",
4
4
  "description": "Cloudflare Workers adapter for vertz",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",