@novu/nextjs 2.5.0 → 2.6.1

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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Novu's NextJS SDK for <Inbox />.
1
+ # Novu's NextJS SDK for `<Inbox />`.
2
2
 
3
- Novu provides the `@novu/nextjs` library that helps to add a fully functioning <Inbox /> to your web application in minutes.
3
+ Novu provides the `@novu/nextjs` library that helps to add a fully functioning `<Inbox />` to your web application in minutes.
4
4
  See full documentation [here](https://docs.novu.co/inbox/react/get-started).
5
5
 
6
6
  ## Installation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@novu/nextjs",
3
- "version": "2.5.0",
3
+ "version": "2.6.1",
4
4
  "repository": "https://github.com/novuhq/novu",
5
5
  "description": "Novu's Next.js SDK for building custom inbox notification experiences",
6
6
  "author": "",
@@ -72,7 +72,7 @@
72
72
  ]
73
73
  },
74
74
  "devDependencies": {
75
- "@arethetypeswrong/cli": "^0.15.4",
75
+ "@arethetypeswrong/cli": "^0.16.4",
76
76
  "@types/node": "^20.14.12",
77
77
  "@types/react": "*",
78
78
  "@types/react-dom": "*",
@@ -90,7 +90,7 @@
90
90
  }
91
91
  },
92
92
  "dependencies": {
93
- "@novu/react": "^2.5.0"
93
+ "@novu/react": "^2.6.0"
94
94
  },
95
95
  "nx": {
96
96
  "tags": ["package:public"]