@novu/react-native 3.11.0 → 3.11.2-nightly.20251224.97b30e30dd
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.
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@novu/react-native",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.2-nightly.20251224.97b30e30dd",
|
|
4
4
|
"repository": "https://github.com/novuhq/novu",
|
|
5
5
|
"description": "Novu's React Native SDK for building custom inbox notification experiences",
|
|
6
6
|
"author": "",
|
|
@@ -29,6 +29,14 @@
|
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
|
+
"scripts": {
|
|
33
|
+
"build:watch": "tsup --watch",
|
|
34
|
+
"build": "tsup && pnpm run check:exports",
|
|
35
|
+
"check": "biome check .",
|
|
36
|
+
"check:fix": "biome check --write .",
|
|
37
|
+
"check:exports": "attw --pack .",
|
|
38
|
+
"release:preview": "pnpx pkg-pr-new publish"
|
|
39
|
+
},
|
|
32
40
|
"devDependencies": {
|
|
33
41
|
"@arethetypeswrong/cli": "^0.17.4",
|
|
34
42
|
"@types/node": "^20.14.12",
|
|
@@ -41,19 +49,11 @@
|
|
|
41
49
|
"react": ">=17"
|
|
42
50
|
},
|
|
43
51
|
"dependencies": {
|
|
44
|
-
"@novu/react": "
|
|
52
|
+
"@novu/react": "workspace:*"
|
|
45
53
|
},
|
|
46
54
|
"nx": {
|
|
47
55
|
"tags": [
|
|
48
56
|
"type:package"
|
|
49
57
|
]
|
|
50
|
-
},
|
|
51
|
-
"scripts": {
|
|
52
|
-
"build:watch": "tsup --watch",
|
|
53
|
-
"build": "tsup && pnpm run check:exports",
|
|
54
|
-
"check": "biome check .",
|
|
55
|
-
"check:fix": "biome check --write .",
|
|
56
|
-
"check:exports": "attw --pack .",
|
|
57
|
-
"release:preview": "pnpx pkg-pr-new publish"
|
|
58
58
|
}
|
|
59
|
-
}
|
|
59
|
+
}
|