vertz 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,14 @@
1
+ $ vitest run
2
+
3
+  RUN  v4.0.18 /Users/viniciusdacal/vertz-dev/vertz/packages/vertz
4
+
5
+ 8:45:04 AM [vite] (ssr) Failed to load source map for /Users/viniciusdacal/vertz-dev/vertz/packages/ui-compiler/dist/index.js.
6
+ SyntaxError: Unexpected token '�', "��AjǺ" is not valid JSON
7
+ ✓ __tests__/subpath-exports.test.ts (13 tests) 1149ms
8
+ ✓ vertz/server re-exports @vertz/server  455ms
9
+
10
+  Test Files  1 passed (1)
11
+  Tests  13 passed (13)
12
+  Start at  08:45:03
13
+  Duration  1.60s (transform 853ms, setup 0ms, import 205ms, tests 1.15s, environment 0ms)
14
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vertz",
3
- "version": "0.2.8",
3
+ "version": "0.2.10",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "The first TypeScript stack built for LLMs",