@accumulators/memory
Advanced tools
Comparing version 3.0.3 to 3.0.8
import { IStore } from "@accumulators/core"; | ||
export default class MemoryStore implements IStore { | ||
private store; | ||
store: Map<string, string>; | ||
constructor(); | ||
@@ -5,0 +5,0 @@ get(key: string): Promise<string | undefined>; |
{ | ||
"name": "@accumulators/memory", | ||
"version": "3.0.3", | ||
"version": "3.0.8", | ||
"description": "In Memory IStore implementation for Accumulators", | ||
@@ -29,5 +29,5 @@ "keywords": [], | ||
"dependencies": { | ||
"@accumulators/core": "^3.0.3" | ||
"@accumulators/core": "^3.0.8" | ||
}, | ||
"gitHead": "32874d15a33696896c4b0189f4699642da399849" | ||
"gitHead": "1b5084968c5aa0a7034ff8d7c75cccf2eb882c4f" | ||
} |
Sorry, the diff of this file is not supported yet
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
3354
Updated@accumulators/core@^3.0.8