Fixed
- Node.js Windows package publishing: Fixed PowerShell packaging script that prevented Windows bindings from being published to npm
- Root cause:
package-artifacts.ps1was creating tarball with entirenpm/directory instead of platform-specific directory - This caused the Windows platform package (
@kreuzberg/node-win32-x64-msvc) to be missing from rc.14 npm release - Solution: Updated tar command to package only the specific platform directory, matching Bash script behavior
- Impact: Windows x64 users can now install
@kreuzberg/nodesuccessfully from npm
- Root cause: