Skip to content

Commit 33fba4e

Browse files
authored
Re-add ajv-draft-04 (#71)
There seems to be some unusual import error that end users get without this package. I have proposed a potential solution in the dependency repo: APIDevTools/swagger-parser#268 In the meantime, we just put this back here.
1 parent 7c25aac commit 33fba4e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,15 @@
5858
"@typescript-eslint/parser": "^8.23.0",
5959
"@vitest/coverage-v8": "^3.0.5",
6060
"ajv": "^8.17.1",
61+
"ajv-draft-04": "^1.0.0",
6162
"eslint": "^9.15.0",
6263
"eslint-plugin-import": "^2.31.0",
6364
"prettier": "^3.4.2",
6465
"tsup": "^8.3.6",
6566
"tsx": "^4.7.1",
6667
"typescript": "^5.7.3",
6768
"vitest": "^3.0.5"
68-
},
69+
},
6970
"overrides": {
7071
"secp256k1": ">=5.0.1",
7172
"elliptic": ">=6.6.0"

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)