@visulima/notification 1.1.0 → 1.1.1
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/CHANGELOG.md +7 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## @visulima/notification [1.1.1](https://github.com/visulima/visulima/compare/@visulima/notification@1.1.0...@visulima/notification@1.1.1) (2026-09-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Dependencies
|
|
5
|
+
|
|
6
|
+
* **@visulima/email:** upgraded to 3.0.5
|
|
7
|
+
|
|
1
8
|
## @visulima/notification [1.1.0](https://github.com/visulima/visulima/compare/@visulima/notification@1.0.17...@visulima/notification@1.1.0) (2026-09-03)
|
|
2
9
|
|
|
3
10
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/notification",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "A reusable, ESM-only, edge-ready multi-channel notification library with SMS, push, chat, in-app and webhook providers",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
"peerDependencies": {
|
|
239
239
|
"@aws-sdk/client-sqs": "^3.0.0",
|
|
240
240
|
"@opentelemetry/api": "^1.0.0 || ^2.0.0",
|
|
241
|
-
"@visulima/email": "3.0.
|
|
241
|
+
"@visulima/email": "3.0.5",
|
|
242
242
|
"@visulima/workflow": "3.0.0",
|
|
243
243
|
"bullmq": "^5.0.0",
|
|
244
244
|
"croner": "^10.0.1",
|