@effector-storage/idb-keyval
Advanced tools
Comparing version 1.0.1 to 1.1.0
@@ -55,7 +55,7 @@ import { Subscription } from 'effector' | ||
export { | ||
ConfigPersist, | ||
ConfigSourceTarget, | ||
ConfigStore, | ||
IdbStorageConfig, | ||
Persist, | ||
type ConfigPersist, | ||
type ConfigSourceTarget, | ||
type ConfigStore, | ||
type IdbStorageConfig, | ||
type Persist, | ||
adapter, | ||
@@ -62,0 +62,0 @@ createPersist, |
{ | ||
"name": "@effector-storage/idb-keyval", | ||
"description": "Module for Effector to sync stores with IndexedDB", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"author": "Victor Didenko <yumaa.verdin@gmail.com> (https://yumaa.name)", | ||
@@ -24,3 +24,3 @@ "license": "MIT", | ||
"peerDependencies": { | ||
"effector": ">=22.0.0" | ||
"effector": "^22.4.0 || ^23.0.0" | ||
}, | ||
@@ -36,11 +36,16 @@ "type": "module", | ||
".": { | ||
"types": "./index.d.ts", | ||
"import": "./index.js", | ||
"require": "./index.cjs" | ||
"import": { | ||
"types": "./index.d.ts", | ||
"default": "./index.js" | ||
}, | ||
"require": { | ||
"types": "./index.d.cts", | ||
"default": "./index.cjs" | ||
} | ||
} | ||
}, | ||
"dependencies": { | ||
"effector-storage": "^6.0.0", | ||
"effector-storage": "^6.0.0 || ^7.0.0", | ||
"idb-keyval": ">=5.0.0" | ||
} | ||
} |
# IndexedDB adapter | ||
[![bundlejs](https://deno.bundlejs.com/badge?q=@effector-storage/idb-keyval&treeshake=[{persist}]&config={%22esbuild%22:{%22external%22:[%22effector%22,%22idb-keyval%22]}})](https://bundlejs.com/?q=%40effector-storage%2Fidb-keyval&treeshake=%5B%7Bpersist%7D%5D&config=%7B%22esbuild%22%3A%7B%22external%22%3A%5B%22effector%22%2C%22idb-keyval%22%5D%7D%7D) | ||
Adapter to persist [_store_] in [IndexedDB], using [idb-keyval] library. | ||
@@ -4,0 +6,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
24015
88
70
+ Addedeffector-storage@7.1.0(transitive)
- Removedeffector-storage@6.1.1(transitive)