@camstack/addon-notifiers 1.2.16 → 1.2.17
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/addon.js +1 -1
- package/dist/addon.mjs +1 -1
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -31296,7 +31296,7 @@ async function sendHttpPlan(plan, timeoutMs = DEFAULT_OUTPUT_TIMEOUT_MS) {
|
|
|
31296
31296
|
return fetchWithTimeout(plan.url, init, timeoutMs);
|
|
31297
31297
|
}
|
|
31298
31298
|
function buildRequestInit(plan) {
|
|
31299
|
-
const headers = { ...plan.headers
|
|
31299
|
+
const headers = { ...plan.headers };
|
|
31300
31300
|
const init = {
|
|
31301
31301
|
method: plan.method ?? "POST",
|
|
31302
31302
|
headers
|
package/dist/addon.mjs
CHANGED
|
@@ -31269,7 +31269,7 @@ async function sendHttpPlan(plan, timeoutMs = DEFAULT_OUTPUT_TIMEOUT_MS) {
|
|
|
31269
31269
|
return fetchWithTimeout(plan.url, init, timeoutMs);
|
|
31270
31270
|
}
|
|
31271
31271
|
function buildRequestInit(plan) {
|
|
31272
|
-
const headers = { ...plan.headers
|
|
31272
|
+
const headers = { ...plan.headers };
|
|
31273
31273
|
const init = {
|
|
31274
31274
|
method: plan.method ?? "POST",
|
|
31275
31275
|
headers
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-notifiers",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.17",
|
|
4
4
|
"description": "System notifiers addon for CamStack — a `notification-output` collection provider hosting per-kind notifier adapters (ntfy, pushover, gotify, telegram, discord, webhook, zentik).",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|