Skip to content

Commit

Permalink
Upgrade JSON Toolkit to e4e585a
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Jul 30, 2024
1 parent 403c70a commit da5d452
Show file tree
Hide file tree
Showing 7 changed files with 194 additions and 107 deletions.
2 changes: 1 addition & 1 deletion DEPENDENCIES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vendorpull https://github.com/sourcemeta/vendorpull dea311b5bfb53b6926a4140267959ae334d3ecf4
noa https://github.com/sourcemeta/noa 7e26abce7a4e31e86a16ef2851702a56773ca527
jsontoolkit https://github.com/sourcemeta/jsontoolkit a3765c8038ba4271e55318a677f6366bdaa7b805
jsontoolkit https://github.com/sourcemeta/jsontoolkit e4e585af3d7451f0d97008e09057c84154e2d372
hydra https://github.com/sourcemeta/hydra 3c53d3fdef79e9ba603d48470a508cc45472a0dc
2 changes: 1 addition & 1 deletion src/command_identify.cc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ auto intelligence::jsonschema::cli::identify(
std::optional<std::string> identifier;

try {
identifier = sourcemeta::jsontoolkit::id(
identifier = sourcemeta::jsontoolkit::identify(
schema, sourcemeta::jsontoolkit::official_resolver,
sourcemeta::jsontoolkit::IdentificationStrategy::Loose)
.get();
Expand Down
77 changes: 20 additions & 57 deletions vendor/jsontoolkit/src/jsonschema/bundle.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/jsontoolkit/src/jsonschema/compile.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit da5d452

Please sign in to comment.