New CLI to bundle design systems for sharing (v4.102.0)

Design system teams can now run npx @knapsack/package-bundler to produce a single self-contained package that Knapsack can evaluate without accessing your private registry or dependency tree.

The bundler inlines runtime dependencies, verifies no imports leak out, and produces an installable tarball. Peer dependencies like React and Angular stay external so consumers get a single copy.