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
Added TrellisService.with(deps) for TypeScript services so service-owned
RPC, feed, operation, job, and event listener handlers can receive
application-owned dependencies as args.deps without mixing them into Trellis
runtime context or resource bindings.
Added service event listener context for TypeScript handlers, including event
id, time, subject, mode, group, and sequence metadata while preserving
existing payload-first listener usage.
Changed
Updated generated TypeScript SDK service typings, docs, and demos to use bound
service dependency wrappers where handlers need application dependencies.
Fixed
Fixed npm release packaging by bumping hardcoded internal package dependency
ranges in npm build scripts and teaching release bump and release check-versions to manage those specs for future releases.