Skip to content

Add ray-boop extension #20108

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

nschwermann
Copy link

@nschwermann nschwermann commented Jun 28, 2025

Description

Screencast

Checklist

- fix lint errors
- initial commit
@raycastbot raycastbot added the new extension Label for PRs with new extensions label Jun 28, 2025
@raycastbot
Copy link
Collaborator

Congratulations on your new Raycast extension! 🚀

You can expect an initial review within five business days.

Once the PR is approved and merged, the extension will be available on our Store.

@nschwermann nschwermann marked this pull request as ready for review June 28, 2025 08:23
"@raycast/api": "^1.100.3",
"@raycast/utils": "^1.17.0",
"crypto-js": "^4.2.0",
"he": "^1.2.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

You might want @types/he for declarations.

Copy link
Author

Choose a reason for hiding this comment

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

Should not be necessary we only use he in the encode/decode files pulled from boop source and these are in JS

- fix lint
- remove unused lodash dependency
- remove js-base64
- use node crypto instead of crypto-js
- revert change log
@nschwermann
Copy link
Author

Thanks for the feedback @LitoMore I've resolved the issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new extension Label for PRs with new extensions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants