@miniflare/storage-memory
Advanced tools
Comparing version 2.0.0-next.3 to 2.0.0-rc.1
@@ -32,3 +32,3 @@ import { Awaitable } from '@miniflare/shared'; | ||
export declare class MemoryStorage extends LocalStorage { | ||
private readonly map; | ||
protected map: Map<string, StoredValueMeta<unknown>>; | ||
constructor(map?: Map<string, StoredValueMeta<unknown>>, clock?: Clock); | ||
@@ -35,0 +35,0 @@ hasMaybeExpired(key: string): StoredMeta | undefined; |
{ | ||
"name": "@miniflare/storage-memory", | ||
"version": "2.0.0-next.3", | ||
"version": "2.0.0-rc.1", | ||
"description": "In-memory storage module for Miniflare: a fun, full-featured, fully-local simulator for Cloudflare Workers", | ||
@@ -39,7 +39,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@miniflare/shared": "2.0.0-next.3" | ||
"@miniflare/shared": "2.0.0-rc.1" | ||
}, | ||
"devDependencies": { | ||
"@miniflare/shared-test": "2.0.0-next.3" | ||
"@miniflare/shared-test": "2.0.0-rc.1" | ||
} | ||
} |
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
9931
+ Added@miniflare/shared@2.0.0-rc.1(transitive)
- Removed@miniflare/shared@2.0.0-next.3(transitive)
Updated@miniflare/shared@2.0.0-rc.1