@novu/nextjs 3.5.0 → 3.6.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.
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/themes/index.ts"],"sourcesContent":["'use client';\n\nexport * from '@novu/react/themes';\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAEA,2BAAc,+BAFd;","names":[]}
1
+ {"version":3,"sources":["../../../src/themes/index.ts"],"sourcesContent":["'use client';\n\n// eslint-disable-next-line\nexport * from '@novu/react/themes';\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAGA,2BAAc,+BAHd;","names":[]}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/themes/index.ts"],"sourcesContent":["'use client';\n\nexport * from '@novu/react/themes';\n"],"mappings":";;;AAEA,cAAc;","names":[]}
1
+ {"version":3,"sources":["../../../src/themes/index.ts"],"sourcesContent":["'use client';\n\n// eslint-disable-next-line\nexport * from '@novu/react/themes';\n"],"mappings":";;;AAGA,cAAc;","names":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/themes/index.ts"],"names":[],"mappings":"AAEA,cAAc,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/themes/index.ts"],"names":[],"mappings":"AAGA,cAAc,oBAAoB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@novu/nextjs",
3
- "version": "3.5.0",
3
+ "version": "3.6.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/novuhq/novu",
@@ -93,7 +93,7 @@
93
93
  }
94
94
  },
95
95
  "dependencies": {
96
- "@novu/react": "3.5.0"
96
+ "@novu/react": "3.6.0"
97
97
  },
98
98
  "nx": {
99
99
  "tags": [
@@ -104,7 +104,6 @@
104
104
  "build:watch": "tsup --watch",
105
105
  "build": "tsup && pnpm run build:declarations && pnpm run check-exports",
106
106
  "build:declarations": "tsc -p tsconfig.declarations.json",
107
- "lint": "eslint src",
108
107
  "check-exports": "attw --pack . --ignore-rules unexpected-module-syntax",
109
108
  "publish:rc": "pnpm publish --tag rc"
110
109
  }