Skip to content

emdash

v@emdash-cms/[email protected] Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 6d Productivity & Wikis
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

astro cms emdash typescript

Summary

AI summary

Updates Patch Changes, Minor Changes, and https://github.com/ascorbic across a mixed release.

Changes in this release

Feature Low

Adds `emdash-plugin update-package` CLI command for editing published plugin registry records.

Adds `emdash-plugin update-package` CLI command for editing published plugin registry records.

Source: llm_adapter@2026-05-28

Confidence: high

Dependency Low

Updated dependency @emdash-cms/registry-client to version 0.2.0.

Updated dependency @emdash-cms/registry-client to version 0.2.0.

Source: llm_adapter@2026-05-28

Confidence: high

Refactor Low

Refactors build pipeline validation to use a Zod schema for plugin default export checks.

Refactors build pipeline validation to use a Zod schema for plugin default export checks.

Source: llm_adapter@2026-05-28

Confidence: high

Full changelog

Minor Changes

  • #1126 cf3c706 Thanks @ascorbic! - Adds emdash-plugin update-package, a CLI command for editing an already-published plugin's registry record (license, authors, security contacts, name, description, keywords) without cutting a new release. Without --yes it prints a diff and exits without writing; with --yes it writes the updated record to the publisher's PDS using atproto's swapRecord precondition (concurrent writes surface as STALE_RECORD instead of silently overwriting each other) and bumps lastUpdated. Optional fields use a "manifest absent = no change" policy: removing a key from the manifest doesn't wipe the published value, matching publish semantics. Renaming a plugin via the manifest now surfaces a "looks like a rename" message listing the publisher's existing packages instead of a generic not-found, so publishers don't accidentally orphan releases under the old slug.

    The publishing client (@emdash-cms/registry-client) gains a swapRecord parameter on putRecord and unsafePutRecord for callers needing optimistic-concurrency writes.

Patch Changes

  • #1145 463c7a2 Thanks @ascorbic! - Refactors the build pipeline's runtime validation of the probed plugin's
    default export to use a Zod schema. Error messages keep the same format
    (hook "X" must be a function or { handler, ... }, hook "X" has invalid FIELD VALUE (...)). Exotic-object entries (Date, RegExp,
    Promise, class instances) now produce the wrong-shape error instead of
    falling through to a misleading "missing handler" error. BigInt /
    cyclic-object / function / symbol field values are rendered safely in
    error messages instead of crashing with a TypeError.
  • Updated dependencies [cf3c706]:

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track emdash

Get notified when new releases ship.

Sign up free

About emdash

All releases →

Related context

Related tools

Earlier breaking changes

Beta — feedback welcome: [email protected]