Skip to content

Commit 9bf5efc

Browse files
committed
npm 0.1.100-alpha.2
1 parent 3e5e58d commit 9bf5efc

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/convex-helpers/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- Trigger DB wrapper is now an object, not a class when using
88
`.wrapDB()` or `writerWithTriggers` explicitly (credit: front-depiction)
99
- zodToConvex now transforms to more specific zod types (credit: Firephoenix25)
10+
- `crud` helper works for tables with top-level unions
1011

1112
## 0.1.99
1213

packages/convex-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "convex-helpers",
3-
"version": "0.1.100-alpha.1",
3+
"version": "0.1.100-alpha.2",
44
"description": "A collection of useful code to complement the official convex package.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)