@novu/js 3.5.1-nightly.20250610 → 3.6.0-nightly.20250720

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@novu/js",
3
- "version": "3.5.1-nightly.20250610",
3
+ "version": "3.6.0-nightly.20250720",
4
4
  "repository": "https://github.com/novuhq/novu",
5
5
  "description": "Novu JavaScript SDK for <Inbox />",
6
6
  "author": "",
@@ -113,9 +113,11 @@
113
113
  },
114
114
  "dependencies": {
115
115
  "@floating-ui/dom": "^1.6.13",
116
+ "@kobalte/core": "^0.13.10",
116
117
  "class-variance-authority": "^0.7.0",
117
118
  "clsx": "^2.1.1",
118
119
  "mitt": "^3.0.1",
120
+ "partysocket": "^1.1.4",
119
121
  "socket.io-client": "4.7.2",
120
122
  "solid-floating-ui": "^0.3.1",
121
123
  "solid-js": "^1.9.4",
@@ -135,7 +137,7 @@
135
137
  "postbuild": "rm ./src/ui/index.directcss && ./scripts/copy-package-json.sh && node scripts/size-limit.mjs && pnpm run check-exports",
136
138
  "build:umd": "webpack --config webpack.config.cjs",
137
139
  "build:watch": "concurrently \"pnpm run prebuild\" \"NODE_ENV=development pnpm run tsup:watch\" \"pnpm run start:server\"",
138
- "tsup:watch": "tsup --watch",
140
+ "tsup:watch": "tsup --watch --onSuccess 'tsup --dts-only'",
139
141
  "check-exports": "attw --pack .",
140
142
  "lint": "eslint src",
141
143
  "lint:fix": "pnpm lint -- --fix",