diff --git a/.changeset/quiet-contracts-connect.md b/.changeset/quiet-contracts-connect.md deleted file mode 100644 index b164758..0000000 --- a/.changeset/quiet-contracts-connect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atmo-dev/contrail": minor ---- - -Remove whole-service contract digests with clean version-2 service manifests and provider locks. Anonymous generated clients now call providers without a discovery preflight, while content-addressed Lexicon verification and service-auth discovery remain. `contrail connect` now accepts owned config files or directories to generate a local typed API without changing the deployment lock, generated clients expose local/target factories, and `contrail dev` no longer writes consumer connection artifacts. diff --git a/packages/contrail/CHANGELOG.md b/packages/contrail/CHANGELOG.md index a421a84..1a89c1f 100644 --- a/packages/contrail/CHANGELOG.md +++ b/packages/contrail/CHANGELOG.md @@ -1,5 +1,11 @@ # @atmo-dev/contrail +## 0.18.0 + +### Minor Changes + +- 4b420c6: Remove whole-service contract digests with clean version-2 service manifests and provider locks. Anonymous generated clients now call providers without a discovery preflight, while content-addressed Lexicon verification and service-auth discovery remain. `contrail connect` now accepts owned config files or directories to generate a local typed API without changing the deployment lock, generated clients expose local/target factories, and `contrail dev` no longer writes consumer connection artifacts. + ## 0.17.1 ### Patch Changes diff --git a/packages/contrail/package.json b/packages/contrail/package.json index 4a52b6a..251ae10 100644 --- a/packages/contrail/package.json +++ b/packages/contrail/package.json @@ -1,6 +1,6 @@ { "name": "@atmo-dev/contrail", - "version": "0.17.1", + "version": "0.18.0", "description": "Index AT Protocol records with typed XRPC endpoints. Cloudflare Workers + D1, SvelteKit, Node.js.", "type": "module", "sideEffects": false,