@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/typein published manifests (#2247). - New
package normalizecommand applies the fixups required to make manifests valid for npm publishing. It replaces the inline jq step that strippedworkspace:*devDependencies (byte-identical output, now also covering the publishedtools/*packages). - Commands live in task folders (
index.ts+command.ts, tests colocated);bin.tsonly assembles the CLI.