@novu/react 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.
|
@@ -30,7 +30,7 @@ var import_js = require("@novu/js");
|
|
|
30
30
|
var import_internal = require("@novu/js/internal");
|
|
31
31
|
var import_react = require("react");
|
|
32
32
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
33
|
-
var version = "3.11.2
|
|
33
|
+
var version = "3.11.2";
|
|
34
34
|
var name = "@novu/react";
|
|
35
35
|
var baseUserAgent = `${name}@${version}`;
|
|
36
36
|
var NovuContext = (0, import_react.createContext)(void 0);
|
|
@@ -3,7 +3,7 @@ import { Novu } from "@novu/js";
|
|
|
3
3
|
import { buildSubscriber } from "@novu/js/internal";
|
|
4
4
|
import { createContext, useContext, useMemo } from "react";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
|
-
var version = "3.11.2
|
|
6
|
+
var version = "3.11.2";
|
|
7
7
|
var name = "@novu/react";
|
|
8
8
|
var baseUserAgent = `${name}@${version}`;
|
|
9
9
|
var NovuContext = createContext(void 0);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@novu/react",
|
|
3
|
-
"version": "3.11.2
|
|
3
|
+
"version": "3.11.2",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/novuhq/novu",
|
|
@@ -90,14 +90,6 @@
|
|
|
90
90
|
"publishConfig": {
|
|
91
91
|
"access": "public"
|
|
92
92
|
},
|
|
93
|
-
"scripts": {
|
|
94
|
-
"build:watch": "tsup --watch",
|
|
95
|
-
"build": "tsup && pnpm run check-exports",
|
|
96
|
-
"check-exports": "attw --pack .",
|
|
97
|
-
"check": "biome check .",
|
|
98
|
-
"check:fix": "biome check --write .",
|
|
99
|
-
"publish:rc": "pnpm publish --tag rc"
|
|
100
|
-
},
|
|
101
93
|
"browserslist": {
|
|
102
94
|
"production": [
|
|
103
95
|
">0.2%",
|
|
@@ -129,11 +121,19 @@
|
|
|
129
121
|
}
|
|
130
122
|
},
|
|
131
123
|
"dependencies": {
|
|
132
|
-
"@novu/js": "
|
|
124
|
+
"@novu/js": "3.11.2"
|
|
133
125
|
},
|
|
134
126
|
"nx": {
|
|
135
127
|
"tags": [
|
|
136
128
|
"type:package"
|
|
137
129
|
]
|
|
130
|
+
},
|
|
131
|
+
"scripts": {
|
|
132
|
+
"build:watch": "tsup --watch",
|
|
133
|
+
"build": "tsup && pnpm run check-exports",
|
|
134
|
+
"check-exports": "attw --pack .",
|
|
135
|
+
"check": "biome check .",
|
|
136
|
+
"check:fix": "biome check --write .",
|
|
137
|
+
"publish:rc": "pnpm publish --tag rc"
|
|
138
138
|
}
|
|
139
|
-
}
|
|
139
|
+
}
|