Skip to content

Commit

Permalink
fix: handle big integers in incoming events
Browse files Browse the repository at this point in the history
An event may have data that contains a BigInt. The builtin `JSON` parser
for JavaScript does not handle the `BigInt` types. The introduced
`json-bigint` dependency (34k) does.

Fixes: cloudevents#489

Signed-off-by: Lance Ball <lball@redhat.com>
  • Loading branch information
lance committed Jun 15, 2022
1 parent 921e273 commit 47bf946
Show file tree
Hide file tree
Showing 7 changed files with 970 additions and 3,160 deletions.
Loading

0 comments on commit 47bf946

Please sign in to comment.