jsonschema-key-compression
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "jsonschema-key-compression", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Compress json-data based on it's json-schema", | ||
@@ -5,0 +5,0 @@ "author": "pubkey", |
@@ -148,3 +148,3 @@ import { | ||
} else { | ||
const compressedSort: {} = {}; | ||
const compressedSort: any = {}; | ||
Object.entries(query.sort).forEach(([key, direction]) => { | ||
@@ -151,0 +151,0 @@ const compressedField = compressedPath( |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
74125