Skip to content

[Fix] Resolve Docker issues, update import paths, and bump package versions#6

Merged
Gautam25Raj merged 1 commit into
masterfrom
dev
Apr 4, 2026
Merged

[Fix] Resolve Docker issues, update import paths, and bump package versions#6
Gautam25Raj merged 1 commit into
masterfrom
dev

Conversation

@Gautam25Raj
Copy link
Copy Markdown
Collaborator

Summary

This PR fixes Docker-related issues and cleans up module imports to align with Node.js ESM best practices. Also includes a version bump for both packages.

Fix

  • Resolved Docker build/runtime issues
  • Fixed README image not rendering properly

Enhancement

  • Updated import paths from @/ to # to support Node.js subpath imports (ESM best practice)

Chore

  • Bumped version numbers in both package.json files

Notes

  • No breaking changes expected
  • Improves compatibility with Node.js ESM and Docker environment

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📝 Documentation update
  • 🧪 Tests (adding or updating tests)

Checklist

  • I have read the CONTRIBUTING.md document.
  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • Any dependent changes have been merged and published in downstream modules.

@Gautam25Raj Gautam25Raj added bug Something isn't working enhancement New feature or request labels Apr 4, 2026
@Gautam25Raj Gautam25Raj merged commit f7c7477 into master Apr 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant