@inai-dev/nextjs 1.2.0 → 1.3.0

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 +4 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -391,6 +391,10 @@ import type {
391
391
  } from "@inai-dev/nextjs/middleware";
392
392
  ```
393
393
 
394
+ ## Questions & Support
395
+
396
+ Visit [https://inai.dev](https://inai.dev) for documentation, guides, and support.
397
+
394
398
  ## License
395
399
 
396
400
  [MIT](../../LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inai-dev/nextjs",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Next.js integration for InAI Auth SDK",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -35,10 +35,10 @@
35
35
  "prepublishOnly": "npm run build"
36
36
  },
37
37
  "dependencies": {
38
- "@inai-dev/types": "^1.1.0",
39
- "@inai-dev/shared": "^1.1.0",
40
- "@inai-dev/backend": "^1.2.0",
41
- "@inai-dev/react": "^0.2.0"
38
+ "@inai-dev/types": "^1.2.0",
39
+ "@inai-dev/shared": "^1.2.0",
40
+ "@inai-dev/backend": "^1.3.0",
41
+ "@inai-dev/react": "^0.3.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "next": ">=14.0.0",