10 KiB
@emdash-cms/plugin-atproto
0.2.1
Patch Changes
- #1530
997d7eeThanks @ascorbic! - Fixes AT Protocol syndication hanging on Cloudflare Workers when a request was cancelled while refreshing the session token. The token refresh is still coalesced so concurrent publishes don't race, but it no longer shares an in-flight promise that a cancelled request could leave pending forever; a later publish now recovers instead of hanging.
0.2.0
Minor Changes
-
#1057
c0ce915Thanks @ascorbic! - BREAKING: Removes theatprotoPluginnamed export and the factory call shape. Import the default export and pass it directly intoplugins:orsandboxed:.- import { atprotoPlugin } from "@emdash-cms/plugin-atproto"; + import atproto from "@emdash-cms/plugin-atproto"; export default defineConfig({ integrations: [ emdash({ - sandboxed: [atprotoPlugin()], + sandboxed: [atproto], }), ], });Two changes: drop the
{ }around the import, and drop the()after the plugin name. Per-install configuration moved to the admin UI's settings (KV-backed) when the sandboxed plugin redesign landed, so there's no longer a need for a factory call.
Patch Changes
- Updated dependencies [
6e62b90,c0ce915,23597d0,883b75b,05440b1,94fb50b,0d5843f,0cd8c6d,878a0b6,121f173,f4a9711,dbaea9c,5681eb2,ed917d9,6e62b90]:
0.1.3
Patch Changes
-
#918
1e0cb76Thanks @ascorbic! - Updates declared capabilities to the current names (content:read,content:write,media:read,media:write,network:request,network:request:unrestricted) instead of the deprecated aliases. Plugin descriptors now report the package's own version instead of a stale hard-coded literal. -
Updated dependencies [
a2d3658,c8a3a2c,699e1b3,71f4e7d,7e32092,2e2b8e9,9146931]:
0.1.2
Patch Changes
-
#734
cf1edaeThanks @huckabarry! - Fixes AT Protocol plugin setup by declaring the storage collection used by the sandbox implementation, normalizing pasted PDS URLs, and exposing the missing site name and publication sync controls in the admin page. -
Updated dependencies [
493e317,3eca9d5,3eca9d5,37ada52,0557b62,5a581d9,0ecd3b4,3138432,70924cd,1f0f6f2,3eca9d5,e402890,3eca9d5,f5658f0,3eca9d5,3eca9d5,b6cb2e6,3eca9d5,cf1edae,b352e88,31333dc,da3d065,3eca9d5,3eca9d5,3eca9d5,47978b5,3eca9d5]:- emdash@1.0.0
0.1.1
Patch Changes
-
#363
91e31fbThanks @ascorbic! - Fixes sandboxed plugin entries failing when package exports point to unbuilt TypeScript source. Adds build-time and bundle-time validation to catch misconfigured plugin exports early. -
Updated dependencies [
422018a,4221ba4,9269759,d6cfc43,1bcfc50,8c693b5,5b3e33c,9d10d27,91e31fb,f112ac4,e9a6f7a,b297fdd,d211452,8e28cfc,38af118]:- emdash@0.1.1
0.1.0
Minor Changes
Patch Changes
- Updated dependencies [
755b501]:- emdash@0.1.0
0.0.3
Patch Changes
- Updated dependencies [
3c319ed]:- emdash@0.0.3
0.0.2
Patch Changes
- Updated dependencies [
b09bfd5]:- emdash@0.0.2