-
Notifications
You must be signed in to change notification settings - Fork 4
Add a few dependencies to modernize the stack #37
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
Conversation
Upgrade dependencies for crosswalk
Upgrade dependencies for crosswalk
Update a few dependencies to modernize the package
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.
If I were to do it again, I'd rename SafeKey
→ UnsafeKey
:)
LMK if you want to be an admin on this repo and the npm package. Glad you're still getting use out of it!
type: 'string', | ||
})); | ||
return tokens.tokens | ||
.filter(token => token.type === 'param') |
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.
Neat that this works now :)
Add v3 openAPI generator
This supercedes #36 as I didn't originally run CI on the other PR and didn't realize that workflow was failing.