undef-dice 2026-01-16
Build system and packaging refined; version alignment check added; React component type cleanup
12 files · 460+ · 404-

Build tooling

6 files changed
  • check-version-alignment.js Version consistency check across package.json and build outputs
  • postbuild.js Enhanced declaration file generation
  • vite.config.ts Adjusted for cleaner library output
  • package.json Reorganized dependencies and devDependencies
  • HANDOFF.md Updated HANDOFF documentation
  • TESTING_NOTES.md Updated testing notes
  • Added scripts/check-version-alignment.js to verify version consistency across package.json and build outputs baseline internal
    1 file
    • check-version-alignment.js
  • Enhanced scripts/postbuild.js with more robust declaration file generation remediate internal
    1 file
    • postbuild.js
  • Updated package.json with reorganized dependencies and devDependencies baseline internal
    1 file
    • package.json
  • Adjusted Vite config for cleaner library output baseline internal
    1 file
    • vite.config.ts

React component cleanup

3 files changed
  • DiceRoller.tsx Removed unused imports
  • DiceScene.tsx Removed unused imports
  • Die.tsx Removed unused imports
  • Removed unused imports from DiceRoller.tsx, DiceScene.tsx, and Die.tsx components remediate internal
    3 files
    • DiceRoller.tsx
    • DiceScene.tsx
    • Die.tsx
  • Updated HANDOFF documentation and testing notes specify internal
    2 files
    • HANDOFF.md
    • TESTING_NOTES.md
  • Fixed package-lock.json dependency resolution issues remediate internal
    1 file
    • README.md