Comparing version 0.7.2 to 0.7.3
@@ -110,3 +110,3 @@ "use strict"; | ||
if (schema.additionalProperties) { | ||
for (const [key, value] of original) { | ||
for (const [key, value] of Object.entries(original)) { | ||
if (propKeys.has(key)) { | ||
@@ -113,0 +113,0 @@ continue; |
{ | ||
"name": "airtight", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "Tight subset of JSON schema", | ||
@@ -5,0 +5,0 @@ "main": "out/main/index.js", |
16359