@anuragpal02/zcl-contracts
v0.14.0
Published
Shared ZCL request/response contracts, Zod schemas, and typed API client.
Readme
@anuragpal02/zcl-contracts
Shared ZCL request/response contracts, Zod schemas, and typed API client.
Install
npm install @anuragpal02/zcl-contractsThe package is public on npmjs.org for now, so consumers do not need a registry token to install it.
Usage
import { sessionResponseSchema } from '@anuragpal02/zcl-contracts'
import { createZclApiClient } from '@anuragpal02/zcl-contracts/client'Publish
Publishing is manual through the Publish GitHub Actions workflow. Bump version in package.json, merge to main, then run the workflow with NPM_TOKEN configured.
