Initial public release of @twilic/fastify. Version 0.1.0 was published locally without npm trusted publishing and is not part of the canonical release line.
Added
TWILIC_CONTENT_TYPE(application/vnd.twilic) constant.parseTwilic(request)helper to decode Twilic request bodies.twilicReply(reply, value, init?)helper to return Twilic-encoded responses.twilicParser(options?)preHandler hook that setsrequest.twilicBody.twilicPluginFastify plugin with content-type parser andreply.twilic()decorator.createTwilicFastify(codec?)factory for injectable encode/decode.- Node integration tests with Fastify
inject(). - CI workflows for format, lint, typecheck, tests, commitlint, and PR body validation.
- npm publish workflow with trusted publishing (OIDC).