@novu/js 3.5.0-rc.1 → 3.5.0-rc.3
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/dist/cjs/{chunk-ME3JBJPI.js → chunk-MKUNHEMT.js} +94 -19
- package/dist/cjs/index.d.ts +2 -2
- package/dist/cjs/index.js +8 -8
- package/dist/{esm/novu-q3jzGeyW.d.mts → cjs/novu-Bocb1dH9.d.ts} +24 -13
- package/dist/cjs/themes/index.d.ts +2 -2
- package/dist/cjs/{types-DdImrpw7.d.ts → types-DeMFGM4g.d.ts} +2 -2
- package/dist/cjs/ui/index.d.ts +4 -4
- package/dist/cjs/ui/index.js +1514 -1222
- package/dist/esm/{chunk-P4YVABAC.mjs → chunk-T4OFEC3E.mjs} +94 -20
- package/dist/esm/index.d.mts +2 -2
- package/dist/esm/index.mjs +1 -1
- package/dist/{cjs/novu-q3jzGeyW.d.ts → esm/novu-Bocb1dH9.d.mts} +24 -13
- package/dist/esm/themes/index.d.mts +2 -2
- package/dist/esm/{types-CTQLJWIf.d.mts → types-CObwRGDC.d.mts} +2 -2
- package/dist/esm/ui/index.d.mts +4 -4
- package/dist/esm/ui/index.mjs +1515 -1223
- package/dist/index.css +1 -1
- package/dist/novu.min.js +10 -10
- package/dist/novu.min.js.gz +0 -0
- package/package.json +17 -16
package/dist/novu.min.js.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@novu/js",
|
|
3
|
-
"version": "3.5.0-rc.
|
|
3
|
+
"version": "3.5.0-rc.3",
|
|
4
4
|
"repository": "https://github.com/novuhq/novu",
|
|
5
5
|
"description": "Novu JavaScript SDK for <Inbox />",
|
|
6
6
|
"author": "",
|
|
@@ -65,20 +65,6 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"scripts": {
|
|
69
|
-
"clean": "rimraf ./dist",
|
|
70
|
-
"start:server": "http-server ./dist -p 4010",
|
|
71
|
-
"prebuild": "cp ./src/ui/index.css ./src/ui/index.directcss",
|
|
72
|
-
"build": "pnpm run clean && NODE_ENV=production tsup",
|
|
73
|
-
"postbuild": "rm ./src/ui/index.directcss && ./scripts/copy-package-json.sh && node scripts/size-limit.mjs && pnpm run check-exports",
|
|
74
|
-
"build:umd": "webpack --config webpack.config.cjs",
|
|
75
|
-
"build:watch": "concurrently \"pnpm run prebuild\" \"NODE_ENV=development pnpm run tsup:watch\" \"pnpm run start:server\"",
|
|
76
|
-
"tsup:watch": "tsup --watch",
|
|
77
|
-
"check-exports": "attw --pack .",
|
|
78
|
-
"lint": "eslint src",
|
|
79
|
-
"lint:fix": "pnpm lint -- --fix",
|
|
80
|
-
"test": "jest"
|
|
81
|
-
},
|
|
82
68
|
"browserslist": {
|
|
83
69
|
"production": [
|
|
84
70
|
">0.2%",
|
|
@@ -140,5 +126,20 @@
|
|
|
140
126
|
"tags": [
|
|
141
127
|
"type:package"
|
|
142
128
|
]
|
|
129
|
+
},
|
|
130
|
+
"scripts": {
|
|
131
|
+
"clean": "rimraf ./dist",
|
|
132
|
+
"start:server": "http-server ./dist -p 4010",
|
|
133
|
+
"prebuild": "cp ./src/ui/index.css ./src/ui/index.directcss",
|
|
134
|
+
"build": "pnpm run clean && NODE_ENV=production tsup",
|
|
135
|
+
"postbuild": "rm ./src/ui/index.directcss && ./scripts/copy-package-json.sh && node scripts/size-limit.mjs && pnpm run check-exports",
|
|
136
|
+
"build:umd": "webpack --config webpack.config.cjs",
|
|
137
|
+
"build:watch": "concurrently \"pnpm run prebuild\" \"NODE_ENV=development pnpm run tsup:watch\" \"pnpm run start:server\"",
|
|
138
|
+
"tsup:watch": "tsup --watch",
|
|
139
|
+
"check-exports": "attw --pack .",
|
|
140
|
+
"lint": "eslint src",
|
|
141
|
+
"lint:fix": "pnpm lint -- --fix",
|
|
142
|
+
"test": "jest",
|
|
143
|
+
"publish:rc": "pnpm publish --tag rc"
|
|
143
144
|
}
|
|
144
|
-
}
|
|
145
|
+
}
|