- **ci**: resolve Node.js version and Husky issues in auto-release workflow
- **typescript**: correct declaration file paths for proper type resolution
- Upgrade CI Node.js version from 18 to 20 for package compatibility
- Install root dependencies first to provide husky and dev tools
- Use --ignore-scripts flag to prevent husky conflicts during CI builds
- Fix TypeScript declaration file paths from nested structure to proper lib/ locations
- Resolved type resolution issues when importing the package
Closes #63