@zmdb/next 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 @@ its browser entry is the existing `@zmdb/react` provider and hooks under a Next-
6
6
  ## Install
7
7
 
8
8
  ```bash
9
- yarn add @zmdb/next@1.0.0-beta.1 next@16 react@19 react-dom@19
9
+ yarn add @zmdb/next@1.0.0-beta.2 next@16 react@19 react-dom@19
10
10
  ```
11
11
 
12
12
  ## Server components and route handlers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zmdb/next",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.2",
4
4
  "description": "Request-scoped Next.js server clients and React browser bindings for generated zmdb clients.",
5
5
  "keywords": [
6
6
  "client",
@@ -41,8 +41,8 @@
41
41
  "test": "vitest run"
42
42
  },
43
43
  "dependencies": {
44
- "@zmdb/client": "1.0.0-beta.1",
45
- "@zmdb/react": "1.0.0-beta.1",
44
+ "@zmdb/client": "1.0.0-beta.2",
45
+ "@zmdb/react": "1.0.0-beta.2",
46
46
  "server-only": "0.0.1"
47
47
  },
48
48
  "peerDependencies": {