@zmdb/react 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 +2 -2
package/README.md CHANGED
@@ -6,7 +6,7 @@ The package adds no cache, retry, polling, request encoding, or response handlin
6
6
  ## Install
7
7
 
8
8
  ```bash
9
- yarn add @zmdb/react@1.0.0-beta.1 react@19
9
+ yarn add @zmdb/react@1.0.0-beta.2 react@19
10
10
  ```
11
11
 
12
12
  React is a required peer. TypeScript applications also need React's matching declaration package.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zmdb/react",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.2",
4
4
  "description": "React context, query, and mutation lifecycle bindings for generated zmdb clients.",
5
5
  "keywords": [
6
6
  "client",
@@ -36,7 +36,7 @@
36
36
  "test": "vitest run"
37
37
  },
38
38
  "dependencies": {
39
- "@zmdb/client": "1.0.0-beta.1"
39
+ "@zmdb/client": "1.0.0-beta.2"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "react": ">=19.2.8 <20.0.0"