v1.4.5
Patch Changes
-
#32
2f0b4d3Thanks @flyon! - Template's@_linked/authdep range bumped from~1.0(which pinned to the broken 1.0.x empty-tarball releases) to^1.1.0(which has the actuallib/). Same for@_linked/server-utils(^1.0.5→^1.0.6) and@_linked/schema(^1.0→^1.0.6— both versions were empty before 1.0.6).Also fixes
PersonPreview.tsxtemplate:Person.update(...).for(source)andPerson.delete(source)now pass{ id: source.id }with an early-return guard, sincesource.idis optional on the shape type.