Skip to content

v0.8.2

Latest

Choose a tag to compare

@github-actions github-actions released this 10 May 08:56
0e79c4d

Patch Changes

  • 73cf2c8: Restore the published TypeScript declarations. The 0.8.x series advertised lib/index.d.ts in package.json but the file was missing from the tarball: vite-plugin-dts v5 dropped the singular outDir option, so dts files were silently emitted to dist/ instead of lib/. The vite build now sets build.outDir: "lib" as the single source of truth and uses entryRoot: "src" so declarations land directly under lib/ (e.g. lib/index.d.ts, lib/guest.d.ts), matching the layout shipped before 0.8.