Hunter Miller
8a2720db4c
fix(tlon): Fix Zod v4 record() and @urbit/aura v3 API changes (#1631)
* fix(tlon): Fix Zod v4 record() and @urbit/aura v3 API changes
- Fix Zod v4.3.6 bug: single-arg z.record() fails with toJSONSchema()
- Use two-arg form: z.record(z.string(), schema)
- Fixes 'Cannot read properties of undefined (reading _zod)' error
- Fix @urbit/aura v3.0.0 API migration:
- unixToDa() → da.fromUnix()
- formatUd() → scot('ud', ...)
- Fixes '(0 , _aura.unixToDa) is not a function' error
These were blocking Tlon plugin loading and outbound messaging.
* fix: add tlon schema/aura tests (#1631) (thanks @arthyn)
---------
Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-01-24 21:09:18 +00:00
..
2026-01-24 05:49:39 +00:00
2026-01-23 22:14:56 +00:00
2026-01-23 22:14:56 +00:00
2026-01-24 05:49:39 +00:00
2026-01-23 22:14:56 +00:00
2026-01-23 22:14:56 +00:00
2026-01-24 05:49:39 +00:00
2026-01-24 01:44:51 +00:00
2026-01-24 09:29:32 +00:00
2026-01-24 10:30:30 +00:00
2026-01-23 23:34:30 +00:00
2026-01-24 19:07:01 +00:00
2026-01-23 22:14:56 +00:00
2026-01-24 08:30:34 +00:00
2026-01-24 05:49:39 +00:00
2026-01-24 10:30:30 +00:00
2026-01-23 22:14:56 +00:00
2026-01-20 11:03:17 +00:00
2026-01-23 22:14:56 +00:00
2026-01-24 05:49:39 +00:00
2026-01-24 05:49:39 +00:00
2026-01-24 21:09:18 +00:00
2026-01-24 10:30:30 +00:00
2026-01-24 05:49:39 +00:00
2026-01-23 23:33:32 +00:00
2026-01-24 05:49:39 +00:00