-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add local and head manifest schemas #2379
base: main
Are you sure you want to change the base?
Add local and head manifest schemas #2379
Conversation
The generateSchemaId function in generate-schema-id.ts has been updated to accept an options object as a parameter, allowing for more flexibility in generating the schema ID. This change improves the maintainability and extensibility of the code.
The manifest tests in index.test.ts have been updated to use relative schema paths instead of absolute paths. This change improves the portability and maintainability of the tests.
|
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.
Overall LGTM. I think it would be really helpful to boost the README, either in this PR or another, to briefly explain more of what this package does, and what the various local/head stuff means.
@paullewis Hello! I've removed the commented out code now 🫶 |
No description provided.