Comparing version 7.12.0 to 7.12.2
/// <reference types="node" /> | ||
import type { AsyncLocalStorage } from 'async_hooks'; | ||
export declare type JsonValue = JsonObject | JsonValue[] | boolean | number | string | null; | ||
export declare type JsonValue = JsonObject | JsonValue[] | boolean | number | string | null | undefined; | ||
export declare type JsonObject = { | ||
@@ -5,0 +5,0 @@ [k: string]: JsonValue; |
@@ -75,3 +75,3 @@ { | ||
"typings": "./dist/src/Roarr.d.ts", | ||
"version": "7.12.0" | ||
"version": "7.12.2" | ||
} |
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
87093