@hyperjump/json-schema 1.4.5 → 1.4.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -409,13 +409,13 @@ addSchema({
|
|
|
409
409
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
410
410
|
|
|
411
411
|
"$vocabulary": {
|
|
412
|
-
"https://json-schema.org/vocab/core": true,
|
|
413
|
-
"https://json-schema.org/vocab/applicator": true,
|
|
414
|
-
"https://json-schema.org/vocab/unevaluated": true,
|
|
415
|
-
"https://json-schema.org/vocab/validation": true,
|
|
416
|
-
"https://json-schema.org/vocab/meta-data": true,
|
|
417
|
-
"https://json-schema.org/vocab/format-annotation": true,
|
|
418
|
-
"https://json-schema.org/vocab/content": true
|
|
412
|
+
"https://json-schema.org/draft/2020-12/vocab/core": true,
|
|
413
|
+
"https://json-schema.org/draft/2020-12/vocab/applicator": true,
|
|
414
|
+
"https://json-schema.org/draft/2020-12/vocab/unevaluated": true,
|
|
415
|
+
"https://json-schema.org/draft/2020-12/vocab/validation": true,
|
|
416
|
+
"https://json-schema.org/draft/2020-12/vocab/meta-data": true,
|
|
417
|
+
"https://json-schema.org/draft/2020-12/vocab/format-annotation": true,
|
|
418
|
+
"https://json-schema.org/draft/2020-12/vocab/content": true
|
|
419
419
|
"https://example.com/vocab/logic": true
|
|
420
420
|
},
|
|
421
421
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hyperjump/json-schema",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.6",
|
|
4
4
|
"description": "A JSON Schema validator with support for custom keywords, vocabularies, and dialects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./stable/index.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"dependencies": {
|
|
66
66
|
"@hyperjump/json-pointer": "^1.0.0",
|
|
67
67
|
"@hyperjump/pact": "^0.2.4",
|
|
68
|
-
"@hyperjump/uri": "^1.
|
|
68
|
+
"@hyperjump/uri": "^1.2.0",
|
|
69
69
|
"content-type": "^1.0.4",
|
|
70
70
|
"fastest-stable-stringify": "^2.0.2",
|
|
71
71
|
"just-curry-it": "^5.3.0",
|