deep-storage
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -21,2 +21,3 @@ import { DeepStorage } from "./index"; | ||
update(updater: (prevState: Response) => Response): Promise<DeepAsyncState<Response>>; | ||
storage: DeepStorage<DeepAsyncState<Response>>; | ||
} | ||
@@ -23,0 +24,0 @@ export declare class AlreadyRunningError extends Error { |
{ | ||
"name": "deep-storage", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Simple observable state management for reactive applications", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -24,2 +24,3 @@ import { DeepStorage } from "./index"; | ||
update(updater: (prevState: Response) => Response): Promise<DeepAsyncState<Response>>; | ||
storage: DeepStorage<DeepAsyncState<Response>>; | ||
} | ||
@@ -26,0 +27,0 @@ |
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
213135
1296