From 2c50198fc40c5cb34efa08fd742173dfda9bf084 Mon Sep 17 00:00:00 2001 From: JonLuca DeCaro Date: Thu, 10 Oct 2024 11:44:26 -0700 Subject: [PATCH] fix: add exports --- lib/index.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/index.ts b/lib/index.ts index e5d6c3a4..3df98356 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -19,6 +19,7 @@ import { import { ono } from "@jsdevtools/ono"; import maybe from "./util/maybe.js"; import type { ParserOptions } from "./options.js"; +import { getJsonSchemaRefParserDefaultOptions } from "./options.js"; import type { $RefsCallback, JSONSchema, @@ -446,4 +447,7 @@ export { Plugin, ResolverOptions, HTTPResolverOptions, + _dereference as dereferenceInternal, + normalizeArgs as jsonSchemaParserNormalizeArgs, + getJsonSchemaRefParserDefaultOptions, };