-
Notifications
You must be signed in to change notification settings - Fork 2
Add macOS Apple Silicon support, fix ci, fix types and add node export conditions #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this 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 updates the package metadata, enhances the GitHub Actions CI pipeline, and improves package distribution configuration. The changes include updating the package name and version, adding build support for additional architectures, and improving TypeScript type definitions export.
- Package renamed from
@bindrs/rfdto@xmorse/rfdwith version bump to 2.2.5 - Added Apple Silicon (aarch64-apple-darwin) build target and updated GitHub Actions to v4
- Enhanced exports configuration with proper TypeScript type definitions for all runtime environments
Reviewed Changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Updates package metadata, adds TypeScript types, and enhances exports configuration |
| README.md | Adds documentation for known focus limitations with file dialogs |
| .github/workflows/publish-npm.yml | Updates CI pipeline with new build targets and GitHub Actions v4 |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
I am currently using this fork as package
@xmorse/rfdand it works great, thank you for starting this project!