@novu/nextjs 3.11.2-nightly.20251224.eb609546a3 → 3.11.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 (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@novu/nextjs",
3
- "version": "3.11.2-nightly.20251224.eb609546a3",
3
+ "version": "3.11.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/novuhq/novu",
@@ -61,13 +61,6 @@
61
61
  "publishConfig": {
62
62
  "access": "public"
63
63
  },
64
- "scripts": {
65
- "build:watch": "tsup --watch",
66
- "build": "tsup && pnpm run build:declarations && pnpm run check-exports",
67
- "build:declarations": "tsc -p tsconfig.declarations.json",
68
- "check-exports": "attw --pack . --ignore-rules unexpected-module-syntax",
69
- "publish:rc": "pnpm publish --tag rc"
70
- },
71
64
  "browserslist": {
72
65
  "production": [
73
66
  ">0.2%",
@@ -100,11 +93,18 @@
100
93
  }
101
94
  },
102
95
  "dependencies": {
103
- "@novu/react": "workspace:*"
96
+ "@novu/react": "3.11.2"
104
97
  },
105
98
  "nx": {
106
99
  "tags": [
107
100
  "type:package"
108
101
  ]
102
+ },
103
+ "scripts": {
104
+ "build:watch": "tsup --watch",
105
+ "build": "tsup && pnpm run build:declarations && pnpm run check-exports",
106
+ "build:declarations": "tsc -p tsconfig.declarations.json",
107
+ "check-exports": "attw --pack . --ignore-rules unexpected-module-syntax",
108
+ "publish:rc": "pnpm publish --tag rc"
109
109
  }
110
- }
110
+ }