Skip to content

@sboudrias/package@1.0.3

Choose a tag to compare

@SBoudrias SBoudrias released this 02 Sep 21:56
Immutable release. Only release title and notes can be modified.
@sboudrias/package@1.0.3
5748bd9

@sboudrias/package@1.0.3

Release tooling package.

What's new

  • New package pin <dependency> command rewrites caret/tilde ranges to exact versions across public packages; the release pipeline uses it to pin @inquirer/type in published manifests (#2247).
  • New package normalize command applies the fixups required to make manifests valid for npm publishing. It replaces the inline jq step that stripped workspace:* devDependencies (byte-identical output, now also covering the published tools/* packages).
  • Commands live in task folders (index.ts + command.ts, tests colocated); bin.ts only assembles the CLI.