@ark/schema
Advanced tools
@@ -196,3 +196,3 @@ import { append, conflatenate, flatMorph, printable, spliterate, throwInternalError, throwParseError } from "@ark/util"; | ||
| return; | ||
| const seen = {}; | ||
| const seen = Object.create(null); | ||
| let updated = false; | ||
@@ -199,0 +199,0 @@ const newOptionalProps = inner.optional ? [...inner.optional] : []; |
+2
-2
| { | ||
| "name": "@ark/schema", | ||
| "version": "0.56.1", | ||
| "version": "0.56.2", | ||
| "license": "MIT", | ||
@@ -40,3 +40,3 @@ "author": { | ||
| "dependencies": { | ||
| "@ark/util": "0.56.1" | ||
| "@ark/util": "0.56.2" | ||
| }, | ||
@@ -43,0 +43,0 @@ "publishConfig": { |
438437
0+ Added
- Removed
Updated