We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7aedb2c + d53d73e commit 9d56731Copy full SHA for 9d56731
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ajv-cli",
3
- "version": "4.0.1",
+ "version": "4.1.0",
4
"description": "Command line interface for Ajv JSON schema validator",
5
"scripts": {
6
"build": "rm -rf dist && tsc",
@@ -34,11 +34,11 @@
34
"url": "https://github.com/ajv-validator/ajv-cli"
35
},
36
"dependencies": {
37
- "ajv": "^7.0.0",
+ "ajv": "^7.1.0",
38
"fast-json-patch": "^2.0.0",
39
"glob": "^7.1.0",
40
"js-yaml": "^3.14.0",
41
- "json-schema-migrate": "^1.0.0",
+ "json-schema-migrate": "^1.1.0",
42
"json5": "^2.1.3",
43
"minimist": "^1.2.0"
44
test/migrate/expected_migrated_schema_2019.json
@@ -1,7 +1,7 @@
"$id": "my-schema",
"$schema": "https://json-schema.org/draft/2019-09/schema",
- "$defs": {
+ "definitions": {
"str": {
"$anchor": "str",
7
"type": "string"
0 commit comments