diff --git a/.changeset/tidy-lexicon-links.md b/.changeset/tidy-lexicon-links.md deleted file mode 100644 index 741ec48..0000000 --- a/.changeset/tidy-lexicon-links.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@atmo-dev/contrail": patch ---- - -Run Atcute's Lexicon CLI with an explicit module redirect for its byte-array helper so `contrail dev` works with pnpm's strictly isolated global package links. diff --git a/packages/contrail/CHANGELOG.md b/packages/contrail/CHANGELOG.md index 1d91632..41d6824 100644 --- a/packages/contrail/CHANGELOG.md +++ b/packages/contrail/CHANGELOG.md @@ -1,5 +1,11 @@ # @atmo-dev/contrail +## 0.21.2 + +### Patch Changes + +- 60e7b3a: Run Atcute's Lexicon CLI with an explicit module redirect for its byte-array helper so `contrail dev` works with pnpm's strictly isolated global package links. + ## 0.21.1 ### Patch Changes diff --git a/packages/contrail/package.json b/packages/contrail/package.json index cb61300..097a403 100644 --- a/packages/contrail/package.json +++ b/packages/contrail/package.json @@ -1,6 +1,6 @@ { "name": "@atmo-dev/contrail", - "version": "0.21.1", + "version": "0.21.2", "description": "Index AT Protocol records with typed XRPC endpoints. Cloudflare Workers + D1, SvelteKit, Node.js.", "type": "module", "sideEffects": false,