Pack Versions Save

?⚡️ Build your npm package using composable plugins. https://www.pika.dev/blog/introducing-pika-pack/

v0.5.0

4 years ago

Breaking Changes

  • New Interface!
    • A new @pika/cli is included with every @pika/pack install.
    • npx @pika/pack build -> pika build
    • npx @pika/pack publish -> pika publish
    • npx @pika/pack build -> npx @pika/pack (the "build" command is no longer needed for this CLI)
    • No longer supported: pack build, replace with either pika build or pika-pack

Other New Features

  • Pass any top-level config "sourcemap" option to all plugins 10b386b
  • Lots of cleanup & fixes a037d7e

https://github.com/pikapkg/pack/compare/v0.4.0...v0.5.0

v0.4.0

4 years ago

https://github.com/pikapkg/pack/pull/54 - Replace custom np implementation with direct usage

v0.3.6

5 years ago

Patches & Fixes: