@novu/js 3.5.0-rc.2 → 3.5.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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@novu/js",
3
- "version": "3.5.0-rc.2",
3
+ "version": "3.5.0",
4
4
  "repository": "https://github.com/novuhq/novu",
5
5
  "description": "Novu JavaScript SDK for <Inbox />",
6
6
  "author": "",
@@ -139,6 +139,7 @@
139
139
  "check-exports": "attw --pack .",
140
140
  "lint": "eslint src",
141
141
  "lint:fix": "pnpm lint -- --fix",
142
- "test": "jest"
142
+ "test": "jest",
143
+ "publish:rc": "pnpm publish --tag rc"
143
144
  }
144
145
  }