Skip to content

Commit

Permalink
Move ajv-formats-draft2019 code to
Browse files Browse the repository at this point in the history
`@hyperupcall/ajv-formats-draft2019`
  • Loading branch information
hyperupcall committed Aug 19, 2024
1 parent 697fdd3 commit d1a0dba
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 121 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Ajv as AjvDraft06And07 } from 'ajv'
import _Ajv2019 from 'ajv/dist/2019.js'
import _Ajv2020 from 'ajv/dist/2020.js'
import _addFormats from 'ajv-formats'
import { ajvFormatsDraft2019 } from './cli.util.js'
import { ajvFormatsDraft2019 } from '@hyperupcall/ajv-formats-draft2019'
import TOML from 'smol-toml'
import YAML from 'yaml'
import schemasafe from '@exodus/schemasafe'
Expand Down
112 changes: 0 additions & 112 deletions cli.util.js

This file was deleted.

21 changes: 17 additions & 4 deletions package-lock.json

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

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"devDependencies": {
"@eslint/js": "^9.9.0",
"@exodus/schemasafe": "^1.3.0",
"@hyperupcall/ajv-formats-draft2019": "^1.7.1",
"@prantlf/jsonlint": "^16.0.0",
"ajv": "^8.17.1",
"ajv-draft-04": "^1.0.0",
Expand All @@ -45,11 +46,7 @@
"ora": "^8.0.1",
"prettier": "^3.3.3",
"prettier-plugin-sort-json": "^4.0.0",
"punycode": "^2.3.1",
"schemes": "^1.4.0",
"smol-toml": "^1.3.0",
"smtp-address-parser": "^1.1.0",
"uri-js": "^4.4.1",
"yaml": "^2.5.0"
}
}

0 comments on commit d1a0dba

Please sign in to comment.