Skip to content

Commit

Permalink
Bumped v5.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Feb 1, 2024
1 parent 15a2386 commit 3dc8dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fast-json-stringify",
"version": "5.10.0",
"version": "5.11.0",
"description": "Stringify your JSON at max speed",
"main": "index.js",
"type": "commonjs",
Expand Down

4 comments on commit 3dc8dca

@climba03003
Copy link
Member

Choose a reason for hiding this comment

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

The recent update seems to broken all my project.
Not digging the problem yet but the schema is broken.

FastifyError [Error]: Failed building the serialization schema for HEAD: /api/v1/authenticate, due to error Cannot resolve ref "__fjs_merged_3#". Schema with id "__fjs_merged_3" is not found.

@ivan-tymoshenko
Copy link
Member

Choose a reason for hiding this comment

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

@climba03003 open an issue pls with an example of your schemas. It's likely this one #665.

@mcollina
Copy link
Member Author

Choose a reason for hiding this comment

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

Can you open an issue with a reproduction? Unfortunately comments on commits are very hard to track.

@climba03003
Copy link
Member

Choose a reason for hiding this comment

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

Just to notify it may break someone.
I need some time to identify the cause.

Please sign in to comment.