@noy-db/in-nextjs 0.2.0-pre.4 → 0.2.0-pre.6

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noy-db/in-nextjs",
3
- "version": "0.2.0-pre.4",
3
+ "version": "0.2.0-pre.6",
4
4
  "description": "Next.js App Router helpers for noy-db — server components, route handlers, client hooks, and cookie-based session. Thin bridge that composes @noy-db/in-react with Next's cookies()/headers() APIs.",
5
5
  "license": "MIT",
6
6
  "author": "vLannaAi <vicio@lanna.ai>",
@@ -51,8 +51,8 @@
51
51
  "peerDependencies": {
52
52
  "next": "^14.0.0 || ^15.0.0",
53
53
  "react": "^18.0.0 || ^19.0.0",
54
- "@noy-db/hub": "0.2.0-pre.4",
55
- "@noy-db/in-react": "0.2.0-pre.4"
54
+ "@noy-db/hub": "0.2.0-pre.6",
55
+ "@noy-db/in-react": "0.2.0-pre.6"
56
56
  },
57
57
  "peerDependenciesMeta": {
58
58
  "next": {
@@ -66,8 +66,8 @@
66
66
  }
67
67
  },
68
68
  "devDependencies": {
69
- "@noy-db/hub": "0.2.0-pre.4",
70
- "@noy-db/in-react": "0.2.0-pre.4"
69
+ "@noy-db/hub": "0.2.0-pre.6",
70
+ "@noy-db/in-react": "0.2.0-pre.6"
71
71
  },
72
72
  "keywords": [
73
73
  "noy-db",