vertz 0.2.7 → 0.2.8

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/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # vertz
2
2
 
3
+ ## 0.2.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @vertz/cloudflare@0.2.8
9
+ - @vertz/db@0.2.8
10
+ - @vertz/errors@0.2.8
11
+ - @vertz/fetch@0.2.8
12
+ - @vertz/schema@0.2.8
13
+ - @vertz/server@0.2.8
14
+ - @vertz/testing@0.2.8
15
+ - @vertz/tui@0.2.8
16
+ - @vertz/ui@0.2.8
17
+ - @vertz/ui-compiler@0.2.8
18
+ - @vertz/ui-primitives@0.2.8
19
+
3
20
  ## 0.2.7
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vertz",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "The first TypeScript stack built for LLMs",
@@ -1,15 +0,0 @@
1
- $ vitest run
2
-
3
-  RUN  v4.0.18 /Users/viniciusdacal/vertz-dev/vertz/packages/vertz
4
-
5
- 11:11:13 PM [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) 1437ms
8
- ✓ vertz/server re-exports @vertz/server  492ms
9
- ✓ vertz/ui-compiler re-exports @vertz/ui-compiler  544ms
10
-
11
-  Test Files  1 passed (1)
12
-  Tests  13 passed (13)
13
-  Start at  23:11:12
14
-  Duration  1.69s (transform 860ms, setup 0ms, import 87ms, tests 1.44s, environment 0ms)
15
-