@zmdb/react-native 1.0.0-beta.1 → 1.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -6,7 +6,7 @@ or credential implementation.
6
6
  ## Install
7
7
 
8
8
  ```bash
9
- yarn add @zmdb/react-native@1.0.0-beta.1 @zmdb/react@1.0.0-beta.1 react@19 react-native@0.87
9
+ yarn add @zmdb/react-native@1.0.0-beta.2 @zmdb/react@1.0.0-beta.2 react@19 react-native@0.87
10
10
  ```
11
11
 
12
12
  ## Bind the native services
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zmdb/react-native",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.2",
4
4
  "description": "React Native AppState, connectivity, and credential-store lifecycle bindings over @zmdb/react.",
5
5
  "keywords": [
6
6
  "client",
@@ -38,8 +38,8 @@
38
38
  "test": "vitest run"
39
39
  },
40
40
  "dependencies": {
41
- "@zmdb/client": "1.0.0-beta.1",
42
- "@zmdb/react": "1.0.0-beta.1"
41
+ "@zmdb/client": "1.0.0-beta.2",
42
+ "@zmdb/react": "1.0.0-beta.2"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "react": ">=19.2.8 <20.0.0",