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

Native JSON support for response serializing/deserializing long int (BigInt) #10

Merged
merged 6 commits into from
Feb 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update node version semver
Rendez committed Feb 21, 2024

Verified

This commit was signed with the committer’s verified signature.
Rendez Luis Merino
commit e974e8f45d54c054a264d42d98abd7ab7431d1a8
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"description": "A typed fetch client for openapi-typescript",
"version": "1.2.4",
"engines": {
"node": ">=21",
"node": ">=21.0.0",
"pnpm": ">=8"
},
"packageManager": "[email protected]",