Comparing version
@@ -7,2 +7,7 @@ # Change Log | ||
# v6.0.4 | ||
## (2022-03-03) | ||
* Properly combine anyOf on merge [Josh Bowling] | ||
# v6.0.3 | ||
@@ -9,0 +14,0 @@ ## (2022-02-18) |
@@ -720,3 +720,3 @@ /* | ||
return merge(omit(mergedSchemas, 'anyOf'), anyOf) | ||
return combineAnyOf(omit(mergedSchemas, 'anyOf'), anyOf) | ||
} | ||
@@ -1374,3 +1374,3 @@ | ||
const combineSchemas = (left, right, customizer) => { | ||
// Merge fragment schema with scehma values defined at the top level | ||
// Merge fragment schema with schema values defined at the top level | ||
// - Defaults schema `type` to 'object' | ||
@@ -1377,0 +1377,0 @@ // - Removes any $id attribute, as we may be compiling the same $id |
{ | ||
"name": "skhema", | ||
"version": "6.0.3", | ||
"version": "6.0.4-joshbwlng-dedup-required-87d251c60204999fff8003ec64eacfe6628a8e13", | ||
"description": "JSON Schema utility collection", | ||
@@ -62,4 +62,4 @@ "main": "lib/index.js", | ||
"versionist": { | ||
"publishedAt": "2022-02-18T18:16:29.562Z" | ||
"publishedAt": "2022-03-03T06:08:05.513Z" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
166394
0.34%1
Infinity%