@types/catbox
Advanced tools
Comparing version 10.0.3 to 10.0.4
@@ -252,3 +252,3 @@ // Type definitions for catbox 10.0 | ||
*/ | ||
export type GenerateFunc<T> = (id: string, flags: GenerateFuncFlags) => Promise<T>; | ||
export type GenerateFunc<T> = (id: Id, flags: GenerateFuncFlags) => Promise<T>; | ||
@@ -255,0 +255,0 @@ /** |
{ | ||
"name": "@types/catbox", | ||
"version": "10.0.3", | ||
"version": "10.0.4", | ||
"description": "TypeScript definitions for catbox", | ||
@@ -31,4 +31,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "69f8ad66f9c2d310cfa0459f24698d1edc83673294822b126eff4ce67ee975ac", | ||
"typesPublisherContentHash": "411719091cd6d53cbc28dd46699ed2fa81570e23f9f108e7d0db43b361cf5056", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 21 Nov 2018 17:59:54 GMT | ||
* Last updated: Sat, 19 Jan 2019 00:57:07 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
16173