@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.
- package/.turbo/turbo-test.log +11 -0
- package/.turbo/turbo-typecheck.log +1 -0
- package/CHANGELOG.md +8 -0
- package/package.json +1 -1
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
$ vitest run
|
|
2
|
+
|
|
3
|
+
[1m[46m RUN [49m[22m [36mv4.0.18 [39m[90m/Users/viniciusdacal/vertz-dev/vertz/packages/cloudflare[39m
|
|
4
|
+
|
|
5
|
+
[32m✓[39m tests/handler.test.ts [2m([22m[2m33 tests[22m[2m)[22m[32m 99[2mms[22m[39m
|
|
6
|
+
|
|
7
|
+
[2m Test Files [22m [1m[32m1 passed[39m[22m[90m (1)[39m
|
|
8
|
+
[2m Tests [22m [1m[32m33 passed[39m[22m[90m (33)[39m
|
|
9
|
+
[2m Start at [22m 23:11:10
|
|
10
|
+
[2m Duration [22m 730ms[2m (transform 294ms, setup 0ms, import 356ms, tests 99ms, environment 0ms)[22m
|
|
11
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$ tsc --noEmit
|
package/CHANGELOG.md
CHANGED