Skip to content

Commit

Permalink
Update peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Vovan-VE committed Sep 9, 2022
1 parent e1ba7c7 commit 4066d13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Changelog

## 0.2.0 (DEV)
## 0.2.0 (2022-09-10)

- **BREAKING**: Remove generic type parameter 3 in `withPersistent()` call.
- **BREAKING**: Remove generic type parameter 3 in `withPersistentMap()` call.
- Fix: Improve type inference in `withPersistentMap()` call in some cases.
- Fix: Update `peerDependencies` for `@cubux/storage-driver`.
- Upd: Interface `WithPersistentOptions` is now generic with 3 optional type
parameters.
- Add: Options `serialize` for serialization before writing to driver and
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cubux/effector-persistent",
"version": "0.1.0",
"version": "0.2.0",
"description": "Persist data in effector store.",
"keywords": [
"effector",
Expand Down Expand Up @@ -43,7 +43,7 @@
"size": "size-limit"
},
"peerDependencies": {
"@cubux/storage-driver": "^0.1.0",
"@cubux/storage-driver": "^0.1 || ^0.2 || ^0.3",
"effector": ">=19",
"typescript": "^4"
},
Expand Down

0 comments on commit 4066d13

Please sign in to comment.