Your package @ikramrasheed/jspdf-table is ready for publishing!
- Build Process: All webpack builds completed successfully
- File Structure: All required files exist in dist/
- Package Loading: Main module can be required without errors
- Exports: All expected functions are exported (autoTable, RenderError, TableError, ValidationError)
- File Sizes: Reasonable file sizes for all builds
- CJS: 24,381 bytes
- ESM: 24,167 bytes
- UMD: 9,051 bytes (minified)
- Types: 2,133 bytes
npm packhas a strange bug where it reads "dist" as "ist"- This appears to be an npm cache/environment issue
- Workaround: Manual tarball created successfully
Since the package builds correctly, you can publish directly:
npm publish --access publicnpm publish ikramrasheed-jspdf-table-1.2.0.tgz --access publicThe issue might be Node.js v23 related (experimental warnings suggest this).
- Name: @ikramrasheed/jspdf-table
- Version: 1.2.0
- Author: Ikram Rasheed (hi@ikramrasheed.com)
- License: MIT
- Repository: https://github.com/ikramrasheed/jspdf-table.git
- Run
npm publish --access public - If that fails, use the manual tarball
- Create GitHub repository and push code
- Update README with correct installation instructions