Skip to content

Conversation

@Sirivasv
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings August 31, 2025 13:30
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes the npm package entry point by creating a proper index.js file and updating package configuration. The changes ensure the package exports are correctly exposed at the root level.

  • Created a new index.js file to serve as the main entry point
  • Updated package.json to reference the new index.js as the main entry point and bumped version to 0.9.0
  • Updated test imports to use the new index.js file instead of directly importing from src/

Reviewed Changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

File Description
index.js New root-level entry point that re-exports functions from src/bmssp.mjs
package.json Updated main field to point to src/index.js, added index.js to files array, and bumped version
test/main.test.js Updated import path to use the new index.js entry point

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@codecov
Copy link

codecov bot commented Aug 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Co-authored-by: Copilot <[email protected]>
@Sirivasv Sirivasv merged commit 3484d2e into main Aug 31, 2025
5 checks passed
@Sirivasv Sirivasv deleted the fix/npm-docker branch August 31, 2025 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants