@vertz/cloudflare 0.2.6 → 0.2.7

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) 99ms
6
+
7
+  Test Files  1 passed (1)
8
+  Tests  33 passed (33)
9
+  Start at  23:11:10
10
+  Duration  730ms (transform 294ms, setup 0ms, import 356ms, tests 99ms, environment 0ms)
11
+
@@ -0,0 +1 @@
1
+ $ tsc --noEmit
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @vertz/cloudflare
2
2
 
3
+ ## 0.2.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @vertz/core@0.2.7
9
+ - @vertz/ui-server@0.2.7
10
+
3
11
  ## 0.2.6
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertz/cloudflare",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Cloudflare Workers adapter for vertz",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",