@ooneex/notification 0.0.1 → 0.0.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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ooneex/notification",
|
|
3
|
-
"description": "",
|
|
4
|
-
"version": "0.0.
|
|
3
|
+
"description": "Multi-channel notification system for sending alerts via email, SMS, push notifications, and in-app messages",
|
|
4
|
+
"version": "0.0.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
@@ -24,11 +24,8 @@
|
|
|
24
24
|
"scripts": {
|
|
25
25
|
"build": "bunup",
|
|
26
26
|
"lint": "tsgo --noEmit && bunx biome lint",
|
|
27
|
-
"publish
|
|
28
|
-
"publish:pack": "bun pm pack --destination ./dist",
|
|
29
|
-
"publish:dry": "bun publish --dry-run"
|
|
27
|
+
"publish": "bun publish --tolerate-republish --access public"
|
|
30
28
|
},
|
|
31
29
|
"dependencies": {},
|
|
32
|
-
"devDependencies": {}
|
|
33
|
-
"peerDependencies": {}
|
|
30
|
+
"devDependencies": {}
|
|
34
31
|
}
|
|
Binary file
|