We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e76dfc9 commit 17e0222Copy full SHA for 17e0222
2 files changed
lib/draft4.ts
@@ -8,7 +8,7 @@ const META_SUPPORT_DATA = ["/properties"]
8
9
const META_SCHEMA_ID = "http://json-schema.org/draft-04/schema"
10
11
-class Ajv extends AjvCore {
+export class Ajv extends AjvCore {
12
constructor(opts: Options = {}) {
13
super({
14
...opts,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@redocly/ajv",
3
- "version": "8.18.0",
+ "version": "8.18.1",
4
"description": "Another JSON Schema Validator",
5
"main": "dist/ajv.js",
6
"types": "dist/ajv.d.ts",
0 commit comments