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.jsVersion consistency check across package.json and build outputspostbuild.jsEnhanced declaration file generationvite.config.tsAdjusted for cleaner library outputpackage.jsonReorganized dependencies and devDependenciesHANDOFF.mdUpdated HANDOFF documentationTESTING_NOTES.mdUpdated testing notes
- Added
scripts/check-version-alignment.jsto verify version consistency acrosspackage.jsonand build outputs baseline internal1 file
check-version-alignment.js
- Enhanced
scripts/postbuild.jswith more robust declaration file generation remediate internal1 file
postbuild.js
- Updated
package.jsonwith reorganized dependencies and devDependencies baseline internal1 file
package.json
- Adjusted Vite config for cleaner library output
baseline
internal
1 file
vite.config.ts
React component cleanup
3 files changed
DiceRoller.tsxRemoved unused importsDiceScene.tsxRemoved unused importsDie.tsxRemoved unused imports
- Removed unused imports from
DiceRoller.tsx,DiceScene.tsx, andDie.tsxcomponents remediate internal3 files
DiceRoller.tsxDiceScene.tsxDie.tsx
- Updated HANDOFF documentation and testing notes
specify
internal
2 files
HANDOFF.mdTESTING_NOTES.md
- Fixed package-lock.json dependency resolution issues
remediate
internal
1 file
README.md