Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
add persist strategy in log system
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-chancetop committed Mar 18, 2024
1 parent f7744c2 commit 0aef6f2
Show file tree
Hide file tree
Showing 7 changed files with 447 additions and 6,368 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wonder/core-native",
"version": "1.3.1",
"version": "1.4.0-beta.1",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -19,13 +19,15 @@
"devDependencies": {
"@types/jest": "29.5.11",
"@types/node": "20.10.4",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"fs-extra": "11.2.0",
"jest": "29.7.0",
"prettier": "3.1.1",
"react-native-mmkv": "2.12.1",
"ts-jest": "29.1.1",
"typescript": "5.3.3",
"yargs": "17.7.2"
Expand All @@ -36,15 +38,18 @@
"@types/react-redux": "7.1.33",
"immer": "10.0.3",
"react": "18.2.0",
"react-native-get-random-values": "1.11.0",
"react-redux": "7.2.8",
"redux": "4.1.2",
"redux-saga": "1.1.3",
"tslib": "2.6.2"
"tslib": "2.6.2",
"uuid": "9.0.1"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"react-native": "*"
"react-native": "*",
"react-native-mmkv": "^2.12.1"
},
"engines": {
"node": ">=18"
Expand Down
Loading

0 comments on commit 0aef6f2

Please sign in to comment.