@visulima/notification 1.0.0-alpha.7 → 1.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +65 -15
  2. package/package.json +43 -43
package/CHANGELOG.md CHANGED
@@ -1,49 +1,99 @@
1
- ## @visulima/notification [1.0.0-alpha.7](https://github.com/visulima/visulima/compare/@visulima/notification@1.0.0-alpha.6...@visulima/notification@1.0.0-alpha.7) (2026-07-03)
1
+ ## @visulima/notification [1.0.1](https://github.com/visulima/visulima/compare/%40visulima%2Fnotification%401.0.0...%40visulima%2Fnotification%401.0.1) (2026-07-15)
2
2
 
3
3
 
4
4
  ### Dependencies
5
5
 
6
- * **@visulima/email:** upgraded to 1.0.0-alpha.47
6
+ * **@visulima/email:** upgraded to 1.0.1
7
7
 
8
- ## @visulima/notification [1.0.0-alpha.6](https://github.com/visulima/visulima/compare/@visulima/notification@1.0.0-alpha.5...@visulima/notification@1.0.0-alpha.6) (2026-07-03)
8
+ ## @visulima/notification 1.0.0 (2026-07-03)
9
+
10
+ ### Features
11
+
12
+ - **notification:** add multi-channel notification package ([88fe816](https://github.com/visulima/visulima/commit/88fe81690763e334aa403b4baa455a77557f5880))
13
+ - **notification:** add workflow steps and digest subsystems ([#698](https://github.com/visulima/visulima/issues/698)) ([81e2551](https://github.com/visulima/visulima/commit/81e2551b00508e1b5b50e96cb2aec248d938f8fc))
14
+
15
+ ### Bug Fixes
16
+
17
+ - fixed hoisted package ([45d4062](https://github.com/visulima/visulima/commit/45d40626dc6930fcd457ae90d6d4293cfad92595))
18
+ - **notification:** harden webhook verifiers + dedupe crypto helpers ([22a7b74](https://github.com/visulima/visulima/commit/22a7b74504619d2c513ef3e5954a0c92d4aea972))
19
+
20
+ ### Styles
21
+
22
+ - cs fixes ([2a960bb](https://github.com/visulima/visulima/commit/2a960bb1772c9dc70080e2d75d3a0d827034e294))
23
+
24
+ ### Miscellaneous Chores
25
+
26
+ - add fallow code-intelligence across all packages ([a3b4821](https://github.com/visulima/visulima/commit/a3b48215002e86fed20f2973038b5d4a0aa1ce04))
27
+ - **release:** @visulima/notification@1.0.0-alpha.1 [skip ci]\n\n## @visulima/notification 1.0.0-alpha.1 (2026-06-20) ([b84e411](https://github.com/visulima/visulima/commit/b84e411424f4129bee3b9e7f15387d0a4b92d895))
28
+ - **release:** @visulima/notification@1.0.0-alpha.2 [skip ci]\n\n## @visulima/notification [1.0.0-alpha.2](https://github.com/visulima/visulima/compare/@visulima/notification@1.0.0-alpha.1...@visulima/notification@1.0.0-alpha.2) (2026-06-23) ([7130c87](https://github.com/visulima/visulima/commit/7130c87490b0ece58713323d4791a0067b08c046))
29
+ - **release:** @visulima/notification@1.0.0-alpha.3 [skip ci]\n\n## @visulima/notification [1.0.0-alpha.3](https://github.com/visulima/visulima/compare/@visulima/notification@1.0.0-alpha.2...@visulima/notification@1.0.0-alpha.3) (2026-06-23) ([ccf4133](https://github.com/visulima/visulima/commit/ccf41334f3162ef3cd00e654083cd338a4f70742))
30
+ - **release:** @visulima/notification@1.0.0-alpha.4 [skip ci]\n\n## @visulima/notification [1.0.0-alpha.4](https://github.com/visulima/visulima/compare/@visulima/notification@1.0.0-alpha.3...@visulima/notification@1.0.0-alpha.4) (2026-06-30) ([da594c0](https://github.com/visulima/visulima/commit/da594c008b10319e8dae525fe19201bf36c55b28))
31
+ - **release:** @visulima/notification@1.0.0-alpha.5 [skip ci]\n\n## @visulima/notification [1.0.0-alpha.5](https://github.com/visulima/visulima/compare/@visulima/notification@1.0.0-alpha.4...@visulima/notification@1.0.0-alpha.5) (2026-07-01) ([5bcc6dc](https://github.com/visulima/visulima/commit/5bcc6dccb58c43cbd39c3380bcbcd132c0e4fda3))
32
+ - **release:** @visulima/notification@1.0.0-alpha.6 [skip ci]\n\n## @visulima/notification [1.0.0-alpha.6](https://github.com/visulima/visulima/compare/@visulima/notification@1.0.0-alpha.5...@visulima/notification@1.0.0-alpha.6) (2026-07-03) ([929290c](https://github.com/visulima/visulima/commit/929290c862ab215b94d0b34633998731235ab76a))
33
+ - **release:** @visulima/notification@1.0.0-alpha.7 [skip ci]\n\n## @visulima/notification [1.0.0-alpha.7](https://github.com/visulima/visulima/compare/@visulima/notification@1.0.0-alpha.6...@visulima/notification@1.0.0-alpha.7) (2026-07-03) ([d66d5d1](https://github.com/visulima/visulima/commit/d66d5d19a44c4f59e393bf448eb02c2a743f01f2))
34
+
35
+ ### Code Refactoring
9
36
 
37
+ - resolve fallow dead-code across 13 packages ([8c458d2](https://github.com/visulima/visulima/commit/8c458d2eb17225ed48fc4bee4569e522912e8c3d))
38
+
39
+ ### Tests
40
+
41
+ - **notification:** cover provider + middleware error/guard branches ([9eff3fb](https://github.com/visulima/visulima/commit/9eff3fbf6c72f1154ec942280622f5cb9fc5f8f5))
42
+ - **notification:** cover webhook provider, unstorage queue, worker, middleware ([6a4bbb5](https://github.com/visulima/visulima/commit/6a4bbb569787f0f4a3138ed854ba89a4c7df04dd))
43
+
44
+ ### Continuous Integration
45
+
46
+ - **fallow:** make fallow:health advisory (--report-only) ([d57148e](https://github.com/visulima/visulima/commit/d57148ea0e3556b4c24d8d336b9fa14987f5dc7d))
47
+ - **lint:** raise eslint job timeout and cache slow per-package eslint runs ([#717](https://github.com/visulima/visulima/issues/717)) ([c93878d](https://github.com/visulima/visulima/commit/c93878dbfa1888cc834704448ae6eefd3098597e)), closes [#713](https://github.com/visulima/visulima/issues/713)
10
48
 
11
49
  ### Dependencies
12
50
 
13
- * **@visulima/email:** upgraded to 1.0.0-alpha.46
51
+ - **@visulima/email:** upgraded to 1.0.0
52
+ - **@visulima/error:** upgraded to 6.0.0
53
+ - **@visulima/workflow:** upgraded to 1.0.0
14
54
 
15
- ## @visulima/notification [1.0.0-alpha.5](https://github.com/visulima/visulima/compare/@visulima/notification@1.0.0-alpha.4...@visulima/notification@1.0.0-alpha.5) (2026-07-01)
55
+ ## @visulima/notification [1.0.0-alpha.7](https://github.com/visulima/visulima/compare/@visulima/notification@1.0.0-alpha.6...@visulima/notification@1.0.0-alpha.7) (2026-07-03)
16
56
 
57
+ ### Dependencies
58
+
59
+ - **@visulima/email:** upgraded to 1.0.0-alpha.47
60
+
61
+ ## @visulima/notification [1.0.0-alpha.6](https://github.com/visulima/visulima/compare/@visulima/notification@1.0.0-alpha.5...@visulima/notification@1.0.0-alpha.6) (2026-07-03)
62
+
63
+ ### Dependencies
64
+
65
+ - **@visulima/email:** upgraded to 1.0.0-alpha.46
66
+
67
+ ## @visulima/notification [1.0.0-alpha.5](https://github.com/visulima/visulima/compare/@visulima/notification@1.0.0-alpha.4...@visulima/notification@1.0.0-alpha.5) (2026-07-01)
17
68
 
18
69
  ### Dependencies
19
70
 
20
- * **@visulima/email:** upgraded to 1.0.0-alpha.45
71
+ - **@visulima/email:** upgraded to 1.0.0-alpha.45
21
72
 
22
73
  ## @visulima/notification [1.0.0-alpha.4](https://github.com/visulima/visulima/compare/@visulima/notification@1.0.0-alpha.3...@visulima/notification@1.0.0-alpha.4) (2026-06-30)
23
74
 
24
75
  ### Styles
25
76
 
26
- * cs fixes ([2a960bb](https://github.com/visulima/visulima/commit/2a960bb1772c9dc70080e2d75d3a0d827034e294))
77
+ - cs fixes ([2a960bb](https://github.com/visulima/visulima/commit/2a960bb1772c9dc70080e2d75d3a0d827034e294))
27
78
 
28
79
  ### Miscellaneous Chores
29
80
 
30
- * add fallow code-intelligence across all packages ([a3b4821](https://github.com/visulima/visulima/commit/a3b48215002e86fed20f2973038b5d4a0aa1ce04))
81
+ - add fallow code-intelligence across all packages ([a3b4821](https://github.com/visulima/visulima/commit/a3b48215002e86fed20f2973038b5d4a0aa1ce04))
31
82
 
32
83
  ### Code Refactoring
33
84
 
34
- * resolve fallow dead-code across 13 packages ([8c458d2](https://github.com/visulima/visulima/commit/8c458d2eb17225ed48fc4bee4569e522912e8c3d))
85
+ - resolve fallow dead-code across 13 packages ([8c458d2](https://github.com/visulima/visulima/commit/8c458d2eb17225ed48fc4bee4569e522912e8c3d))
35
86
 
36
87
  ### Continuous Integration
37
88
 
38
- * **fallow:** make fallow:health advisory (--report-only) ([d57148e](https://github.com/visulima/visulima/commit/d57148ea0e3556b4c24d8d336b9fa14987f5dc7d))
39
- * **lint:** raise eslint job timeout and cache slow per-package eslint runs ([#717](https://github.com/visulima/visulima/issues/717)) ([c93878d](https://github.com/visulima/visulima/commit/c93878dbfa1888cc834704448ae6eefd3098597e)), closes [#713](https://github.com/visulima/visulima/issues/713)
40
-
89
+ - **fallow:** make fallow:health advisory (--report-only) ([d57148e](https://github.com/visulima/visulima/commit/d57148ea0e3556b4c24d8d336b9fa14987f5dc7d))
90
+ - **lint:** raise eslint job timeout and cache slow per-package eslint runs ([#717](https://github.com/visulima/visulima/issues/717)) ([c93878d](https://github.com/visulima/visulima/commit/c93878dbfa1888cc834704448ae6eefd3098597e)), closes [#713](https://github.com/visulima/visulima/issues/713)
41
91
 
42
92
  ### Dependencies
43
93
 
44
- * **@visulima/email:** upgraded to 1.0.0-alpha.44
45
- * **@visulima/error:** upgraded to 6.0.0-alpha.35
46
- * **@visulima/workflow:** upgraded to 1.0.0-alpha.2
94
+ - **@visulima/email:** upgraded to 1.0.0-alpha.44
95
+ - **@visulima/error:** upgraded to 6.0.0-alpha.35
96
+ - **@visulima/workflow:** upgraded to 1.0.0-alpha.2
47
97
 
48
98
  ## @visulima/notification [1.0.0-alpha.3](https://github.com/visulima/visulima/compare/@visulima/notification@1.0.0-alpha.2...@visulima/notification@1.0.0-alpha.3) (2026-06-23)
49
99
 
package/package.json CHANGED
@@ -1,42 +1,47 @@
1
1
  {
2
2
  "name": "@visulima/notification",
3
- "version": "1.0.0-alpha.7",
3
+ "version": "1.0.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
- "notification",
7
- "notifications",
8
- "multi-channel",
9
- "sms",
10
- "push",
11
- "chat",
12
- "in-app",
13
- "webhook",
14
- "twilio",
15
- "vonage",
16
- "plivo",
17
- "aws-sns",
18
- "sns",
19
- "messagebird",
20
- "fcm",
21
6
  "apns",
7
+ "aws-sns",
8
+ "chat",
9
+ "discord",
22
10
  "expo",
23
- "web-push",
24
- "vapid",
25
- "opentelemetry",
11
+ "failover",
12
+ "fcm",
26
13
  "handlebars",
14
+ "in-app",
27
15
  "liquid",
28
- "slack",
29
- "discord",
30
- "ms-teams",
31
- "telegram",
32
- "failover",
33
- "roundrobin",
16
+ "messagebird",
34
17
  "middleware",
18
+ "ms-teams",
19
+ "multi-channel",
20
+ "notification",
21
+ "notifications",
22
+ "opentelemetry",
23
+ "plivo",
24
+ "push",
35
25
  "queue",
36
- "visulima"
26
+ "roundrobin",
27
+ "slack",
28
+ "sms",
29
+ "sns",
30
+ "telegram",
31
+ "twilio",
32
+ "vapid",
33
+ "visulima",
34
+ "vonage",
35
+ "web-push",
36
+ "webhook"
37
37
  ],
38
38
  "homepage": "https://visulima.com/packages/notification",
39
39
  "bugs": "https://github.com/visulima/visulima/issues",
40
+ "license": "MIT",
41
+ "author": {
42
+ "name": "Daniel Bannert",
43
+ "email": "d.bannert@anolilab.de"
44
+ },
40
45
  "repository": {
41
46
  "type": "git",
42
47
  "url": "git+https://github.com/visulima/visulima.git",
@@ -52,13 +57,13 @@
52
57
  "url": "https://anolilab.com/support"
53
58
  }
54
59
  ],
55
- "license": "MIT",
56
- "author": {
57
- "name": "Daniel Bannert",
58
- "email": "d.bannert@anolilab.de"
59
- },
60
- "sideEffects": false,
60
+ "files": [
61
+ "dist",
62
+ "README.md",
63
+ "CHANGELOG.md"
64
+ ],
61
65
  "type": "module",
66
+ "sideEffects": false,
62
67
  "exports": {
63
68
  ".": {
64
69
  "types": "./dist/index.d.ts",
@@ -222,16 +227,15 @@
222
227
  },
223
228
  "./package.json": "./package.json"
224
229
  },
225
- "files": [
226
- "dist",
227
- "README.md",
228
- "CHANGELOG.md"
229
- ],
230
+ "publishConfig": {
231
+ "access": "public",
232
+ "provenance": true
233
+ },
230
234
  "peerDependencies": {
231
235
  "@aws-sdk/client-sqs": "^3.0.0",
232
236
  "@opentelemetry/api": "^1.0.0 || ^2.0.0",
233
- "@visulima/email": "1.0.0-alpha.47",
234
- "@visulima/workflow": "1.0.0-alpha.2",
237
+ "@visulima/email": "1.0.1",
238
+ "@visulima/workflow": "1.0.0",
235
239
  "bullmq": "^5.0.0",
236
240
  "croner": "^10.0.1",
237
241
  "handlebars": ">=4.7.9",
@@ -277,9 +281,5 @@
277
281
  },
278
282
  "engines": {
279
283
  "node": "^22.14.0 || >=24.10.0"
280
- },
281
- "publishConfig": {
282
- "access": "public",
283
- "provenance": true
284
284
  }
285
285
  }