Skip to content

Commit 9d56731

Browse files
committed
Merge remote-tracking branch 'upstream/master' into patch-1
2 parents 7aedb2c + d53d73e commit 9d56731

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ajv-cli",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "Command line interface for Ajv JSON schema validator",
55
"scripts": {
66
"build": "rm -rf dist && tsc",
@@ -34,11 +34,11 @@
3434
"url": "https://github.com/ajv-validator/ajv-cli"
3535
},
3636
"dependencies": {
37-
"ajv": "^7.0.0",
37+
"ajv": "^7.1.0",
3838
"fast-json-patch": "^2.0.0",
3939
"glob": "^7.1.0",
4040
"js-yaml": "^3.14.0",
41-
"json-schema-migrate": "^1.0.0",
41+
"json-schema-migrate": "^1.1.0",
4242
"json5": "^2.1.3",
4343
"minimist": "^1.2.0"
4444
},

test/migrate/expected_migrated_schema_2019.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$id": "my-schema",
33
"$schema": "https://json-schema.org/draft/2019-09/schema",
4-
"$defs": {
4+
"definitions": {
55
"str": {
66
"$anchor": "str",
77
"type": "string"

0 commit comments

Comments
 (0)