@scalar/asyncapi-upgrader

0.1.7

Patch Changes

  • #9941: Republish every package through npm trusted publishing. No functional changes.

0.1.6

0.1.5

0.1.4

Patch Changes

  • #9719: docs: update the Scalar platform overview block in the README

0.1.3

Patch Changes

  • #9710: Republish so the updated README (with the Scalar platform overview) reaches npm. Also renames the README generator metadata in package.json from readme to scalarReadme: npm treats a readme field as the readme text itself, so affected packages were published with a literal [object Object] readme on the registry instead of README.md.

0.1.2

0.1.1

0.1.0

Minor Changes

  • #9303: feat: add @scalar/asyncapi-upgrader to bump AsyncAPI documents to the latest version
  • #9356: feat: actually upgrade AsyncAPI 1.x documents to 2.x (servers, channels, parameters, stream, events) instead of only bumping the version string
  • #9357: feat: actually upgrade AsyncAPI 2.x documents to 3.0 (servers, channels, operations, security/OAuth) instead of only bumping the version string
  • #9358: feat: rewrite operation messages $refs from #/components/messages/X to #/channels/{id}/messages/X on 3.0 → 3.1 upgrade (the channel-scoped form 3.1 clarified as required)