@ardatan/fast-json-stringify
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -79,3 +79,3 @@ 'use strict' | ||
refResolver: new RefResolver(), | ||
rootSchemaId: schema.$id || randomUUID(), | ||
rootSchemaId: schema.$id || Date.now().toString(), | ||
validatorSchemasIds: new Set() | ||
@@ -82,0 +82,0 @@ } |
{ | ||
"name": "@ardatan/fast-json-stringify", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Stringify your JSON at max speed", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
349649