@novu/react 3.5.0-rc.1 → 3.5.0-rc.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.
@@ -29,7 +29,7 @@ module.exports = __toCommonJS(NovuProvider_exports);
29
29
  var import_js = require("@novu/js");
30
30
  var import_react = require("react");
31
31
  var import_jsx_runtime = require("react/jsx-runtime");
32
- var version = "3.5.0-rc.1";
32
+ var version = "3.5.0-rc.2";
33
33
  var name = "@novu/react";
34
34
  var baseUserAgent = `${name}@${version}`;
35
35
  var NovuContext = (0, import_react.createContext)(void 0);
@@ -2,7 +2,7 @@
2
2
  import { Novu } from "@novu/js";
3
3
  import { createContext, useContext, useMemo } from "react";
4
4
  import { jsx } from "react/jsx-runtime";
5
- var version = "3.5.0-rc.1";
5
+ var version = "3.5.0-rc.2";
6
6
  var name = "@novu/react";
7
7
  var baseUserAgent = `${name}@${version}`;
8
8
  var NovuContext = createContext(void 0);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@novu/react",
3
- "version": "3.5.0-rc.1",
3
+ "version": "3.5.0-rc.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/novuhq/novu",
@@ -79,12 +79,6 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "scripts": {
83
- "build:watch": "tsup --watch",
84
- "build": "tsup && pnpm run check-exports",
85
- "lint": "eslint src",
86
- "check-exports": "attw --pack ."
87
- },
88
82
  "browserslist": {
89
83
  "production": [
90
84
  ">0.2%",
@@ -116,11 +110,17 @@
116
110
  }
117
111
  },
118
112
  "dependencies": {
119
- "@novu/js": "^3.5.0-rc.1"
113
+ "@novu/js": "3.5.0-rc.2"
120
114
  },
121
115
  "nx": {
122
116
  "tags": [
123
117
  "type:package"
124
118
  ]
119
+ },
120
+ "scripts": {
121
+ "build:watch": "tsup --watch",
122
+ "build": "tsup && pnpm run check-exports",
123
+ "lint": "eslint src",
124
+ "check-exports": "attw --pack ."
125
125
  }
126
- }
126
+ }