Skip to content

Commit 17e0222

Browse files
chore: add exports for draft04 class (#44)
1 parent e76dfc9 commit 17e0222

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/draft4.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const META_SUPPORT_DATA = ["/properties"]
88

99
const META_SCHEMA_ID = "http://json-schema.org/draft-04/schema"
1010

11-
class Ajv extends AjvCore {
11+
export class Ajv extends AjvCore {
1212
constructor(opts: Options = {}) {
1313
super({
1414
...opts,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redocly/ajv",
3-
"version": "8.18.0",
3+
"version": "8.18.1",
44
"description": "Another JSON Schema Validator",
55
"main": "dist/ajv.js",
66
"types": "dist/ajv.d.ts",

0 commit comments

Comments
 (0)