@chisel/typescript
Advanced tools
Comparing version 0.0.31 to 0.0.32
{ | ||
"name": "@chisel/typescript", | ||
"version": "0.0.31", | ||
"version": "0.0.32", | ||
"description": "Chisel Data Integration Platform TypeScript Essentials.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -36,3 +36,3 @@ export interface Logger { | ||
get: (key?: string) => Promise<string|boolean|number|null|undefined>; | ||
get: (key?: string) => Promise<any>; | ||
set: (key: string, value: string|boolean|number|null|undefined) => Promise<void>; | ||
@@ -39,0 +39,0 @@ delete: () => void; |
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
15813