You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rust/vbare-compiler/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ license.workspace = true
7
7
description = "Compile-time code generation for VBARE (Versioned Binary Application Record Encoding), an extension to BARE with versioned schema evolution"
8
8
9
9
[dependencies]
10
-
vbare-gen = { path = "../vbare-gen" }
10
+
vbare-gen = { path = "../vbare-gen", version = "0.0.1" }
Copy file name to clipboardExpand all lines: typescript/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
## Packages
4
4
5
5
-`vbare`: Runtime helpers exposed as the `vbare` package. The primary entry point is `createVersionedDataHandler`, which mirrors the Rust `OwnedVersionedData` helpers.
-`@vbare/compiler`: CLI + library published as `@vbare/compiler`. It wraps `@bare-ts/tools` and adds light preprocessing so fixtures compile without extra flags.
7
8
-`@vbare/example-basic`: End-to-end sample that compiles schemas and wires migrations together. Generated sources live in `examples/basic/dist/` and hand-written logic in `examples/basic/src/`.
0 commit comments