Comparing version 7.6.0 to 7.6.1
/// <reference types="node" /> | ||
import type { AsyncLocalStorage } from 'async_hooks'; | ||
export declare type JsonObject = { | ||
[key: string]: JsonValue; | ||
[Key in string]?: JsonValue; | ||
}; | ||
@@ -6,0 +6,0 @@ export declare type JsonValue = JsonObject | JsonValue[] | boolean | number | string | null; |
@@ -76,3 +76,3 @@ { | ||
"typings": "./dist/src/Roarr.d.ts", | ||
"version": "7.6.0" | ||
"version": "7.6.1" | ||
} |
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
77796