From 968c8c30151d3c57ac24015d9b593d55fd166869 Mon Sep 17 00:00:00 2001 From: Nikita Skovoroda Date: Fri, 8 Sep 2023 05:40:28 +0300 Subject: [PATCH] test: update JSON-Schema-Test-Suite to 2023-08-30 (latest) --- src/compile.js | 1 + test/JSON-Schema-Test-Suite | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/compile.js b/src/compile.js index 6e63076..d120875 100644 --- a/src/compile.js +++ b/src/compile.js @@ -99,6 +99,7 @@ const compileSchema = (schema, root, opts, scope, basePathRoot = '') => { formats: optFormats = {}, weakFormats = opts.mode !== 'strong', extraFormats = false, + untypedFormats = null, schemas, // always a Map, produced at wrapper ...unknown } = opts diff --git a/test/JSON-Schema-Test-Suite b/test/JSON-Schema-Test-Suite index 5cc9214..299aa7f 160000 --- a/test/JSON-Schema-Test-Suite +++ b/test/JSON-Schema-Test-Suite @@ -1 +1 @@ -Subproject commit 5cc9214e82f1e0a5e9644960b6fe0166afb7b283 +Subproject commit 299aa7fe5cfd646654a38d7ea54b5d421cc345e5