From 10ae4c7dc6464d74f74963631c524b28bbefc613 Mon Sep 17 00:00:00 2001 From: Matt Kane Date: Sat, 3 Jan 2026 17:42:19 +0000 Subject: [PATCH] chore: deprecate @ascorbic packages in favor of @getcirrus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add deprecation banners to READMEs and changeset for final release under the @ascorbic scope before migrating to @getcirrus/pds and @getcirrus/oauth-provider. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .changeset/deprecate-packages.md | 11 +++++++++++ packages/oauth-provider/README.md | 4 ++++ packages/pds/README.md | 4 ++++ 3 files changed, 19 insertions(+) create mode 100644 .changeset/deprecate-packages.md diff --git a/.changeset/deprecate-packages.md b/.changeset/deprecate-packages.md new file mode 100644 index 00000000..4f05b537 --- /dev/null +++ b/.changeset/deprecate-packages.md @@ -0,0 +1,11 @@ +--- +"@ascorbic/pds": patch +"@ascorbic/atproto-oauth-provider": patch +--- + +Deprecate packages in favor of @getcirrus/pds and @getcirrus/oauth-provider + +These packages have been renamed and will no longer receive updates under the @ascorbic scope. Please migrate to the new package names: + +- `@ascorbic/pds` → `@getcirrus/pds` +- `@ascorbic/atproto-oauth-provider` → `@getcirrus/oauth-provider` diff --git a/packages/oauth-provider/README.md b/packages/oauth-provider/README.md index 4b3be0a3..2e1cda03 100644 --- a/packages/oauth-provider/README.md +++ b/packages/oauth-provider/README.md @@ -1,5 +1,9 @@ # @ascorbic/atproto-oauth-provider +> **🚨 This package has been renamed to `@getcirrus/oauth-provider`** +> +> This package is deprecated and will no longer receive updates. Please migrate to [`@getcirrus/oauth-provider`](https://www.npmjs.com/package/@getcirrus/oauth-provider) for the latest features and bug fixes. + AT Protocol OAuth 2.1 Authorization Server for Cloudflare Workers. A complete OAuth 2.1 provider implementation that enables "Login with Bluesky" functionality for your PDS. Built specifically for Cloudflare Workers with Durable Objects. diff --git a/packages/pds/README.md b/packages/pds/README.md index 82fe1ecc..4ed9c67c 100644 --- a/packages/pds/README.md +++ b/packages/pds/README.md @@ -1,5 +1,9 @@ # @ascorbic/pds +> **🚨 This package has been renamed to `@getcirrus/pds`** +> +> This package is deprecated and will no longer receive updates. Please migrate to [`@getcirrus/pds`](https://www.npmjs.com/package/@getcirrus/pds) for the latest features and bug fixes. + A single-user [AT Protocol](https://atproto.com) Personal Data Server (PDS) that runs on Cloudflare Workers. Host your own Bluesky identity with minimal infrastructure. > **⚠️ Experimental Software**