v0.4.0
Minor Changes
-
fcbc004: - vendor:
@convex-dev/better-auth0.9.5and[email protected]-
fix: swap old and new doc params in onUpdate trigger
BREAKING CHANGE: 2nd and 3rd params in onUpdate trigger are swapped.
Previously:onUpdate(ctx, oldDoc, newDoc)
Now:onUpdate(ctx, newDoc, oldDoc)
-