@stacksjs/notifications 0.70.163 → 0.70.165
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/README.md +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -255,7 +255,7 @@ For help, discussion about best practices, or any other conversation that would
|
|
|
255
255
|
|
|
256
256
|
For casual chit-chat with others using this package:
|
|
257
257
|
|
|
258
|
-
[Join the Stacks Discord Server](https://
|
|
258
|
+
[Join the Stacks Discord Server](https://stacksjs.com/discord)
|
|
259
259
|
|
|
260
260
|
## 🙏🏼 Credits
|
|
261
261
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@stacksjs/notifications",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"sideEffects": false,
|
|
5
|
-
"version": "0.70.
|
|
5
|
+
"version": "0.70.165",
|
|
6
6
|
"description": "The Stacks notifications integration.",
|
|
7
7
|
"author": "Chris Breuer",
|
|
8
8
|
"contributors": [
|
|
@@ -59,14 +59,14 @@
|
|
|
59
59
|
"prepublishOnly": "bun run build"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@stacksjs/chat": "0.70.
|
|
63
|
-
"@stacksjs/cli": "0.70.
|
|
64
|
-
"@stacksjs/config": "0.70.
|
|
62
|
+
"@stacksjs/chat": "0.70.165",
|
|
63
|
+
"@stacksjs/cli": "0.70.165",
|
|
64
|
+
"@stacksjs/config": "0.70.165",
|
|
65
65
|
"better-dx": "^0.2.17",
|
|
66
|
-
"@stacksjs/email": "0.70.
|
|
67
|
-
"@stacksjs/error-handling": "0.70.
|
|
68
|
-
"@stacksjs/push": "0.70.
|
|
69
|
-
"@stacksjs/sms": "0.70.
|
|
70
|
-
"@stacksjs/types": "0.70.
|
|
66
|
+
"@stacksjs/email": "0.70.165",
|
|
67
|
+
"@stacksjs/error-handling": "0.70.165",
|
|
68
|
+
"@stacksjs/push": "0.70.165",
|
|
69
|
+
"@stacksjs/sms": "0.70.165",
|
|
70
|
+
"@stacksjs/types": "0.70.165"
|
|
71
71
|
}
|
|
72
72
|
}
|