@harvestr-api/models
Advanced tools
Comparing version 4.10.21 to 4.10.27
@@ -8,2 +8,8 @@ export interface RedisCacheServiceType { | ||
} | undefined): void; | ||
initAsync(config?: { | ||
prefix: string; | ||
port: number; | ||
host: string; | ||
defaultTTL: number; | ||
} | undefined): Promise<void>; | ||
setCache(key: string, value: any | string, options?: { | ||
@@ -10,0 +16,0 @@ ttl?: number; |
{ | ||
"name": "@harvestr-api/models", | ||
"version": "4.10.21", | ||
"version": "4.10.27", | ||
"description": "> TODO: description", | ||
@@ -28,3 +28,3 @@ "author": "valentinbe <valentinbe@hotmail.fr>", | ||
}, | ||
"gitHead": "4ad44b6bee88112a2376ab84a9f58e97395d7899", | ||
"gitHead": "9ce60e4333136294809b47e4804b32eb8d6b106a", | ||
"devDependencies": { | ||
@@ -31,0 +31,0 @@ "ts-loader": "6.2.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
1585371
32844