Skip to main content

v1.2.3

Egor Sedelkov
Software Developer · Creator of BSUI

Today we are releasing BSUI v1.2.3, a patch release that fixes the contents of the published npm package.

This release addresses an issue introduced in v1.2.2 where the compiled package files and generated type declarations were not included in the npm tarball.

Overview

BSUI v1.2.3 includes:

  • Restored the compiled dist directory in the npm package.
  • Restored the generated types directory in the npm package.
  • Ensured the published package contains all files required for normal BSUI usage.
  • Preserved TypeScript declaration files for editor and IDE support.

Fixed

npm Package Contents

Fixed the package publishing configuration and build process so that the npm package contains the expected compiled files:

dist/
types/
LICENSE
README.md