Skip to content
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

Update error package to 10.4.0 #106

Merged
merged 2 commits into from
Aug 20, 2023
Merged

Update error package to 10.4.0 #106

merged 2 commits into from
Aug 20, 2023

Conversation

albertyw
Copy link
Member

@albertyw albertyw commented Aug 15, 2023

The old error package is outdated. This updates to the current version of the error package.

Fixes #102
Depends on #105

@albertyw albertyw mentioned this pull request Aug 15, 2023
Comment on lines +24 to +27
class UnfulfilledRequirement extends SError {};
class InvalidState extends SError {};
class Misconfigured extends SError {};
class ResponseError extends SError {};
Copy link

Choose a reason for hiding this comment

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

Did we have an official node version we supported on this package? The class keyword was added on Node v4.3.2

Copy link

Choose a reason for hiding this comment

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

Might be a good idea to setup engines in package.json

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed in #108

@albertyw albertyw merged commit e7c7b37 into master Aug 20, 2023
5 checks passed
@albertyw albertyw deleted the update-error branch August 20, 2023 02:23
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.

Update or replace "error" package
2 participants