@becomposable/json
Advanced tools
Comparing version 0.39.1 to 0.40.0
export * from "./types.js"; | ||
export * from "./walk.js"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -8,1 +8,2 @@ export type JSONPrimitive = string | number | boolean | null; | ||
export type JSONValue = JSONPrimitive | JSONComposite; | ||
//# sourceMappingURL=types.d.ts.map |
@@ -34,1 +34,2 @@ export type ObjectKey = string | number | undefined; | ||
} | ||
//# sourceMappingURL=walk.d.ts.map |
{ | ||
"name": "@becomposable/json", | ||
"version": "0.39.1", | ||
"version": "0.40.0", | ||
"description": "JSON utlities", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
43040
25