@camstack/addon-notifiers 1.2.2 → 1.2.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/dist/addon.js +2 -1
- package/dist/addon.mjs +2 -1
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -16836,7 +16836,8 @@ var MediaFileKindEnum = _enum([
|
|
|
16836
16836
|
"faceCrop",
|
|
16837
16837
|
"plateCrop",
|
|
16838
16838
|
"keyFrame",
|
|
16839
|
-
"keyFrameSmall"
|
|
16839
|
+
"keyFrameSmall",
|
|
16840
|
+
"thumbnailSmall"
|
|
16840
16841
|
]);
|
|
16841
16842
|
var MediaFileSchema = object({
|
|
16842
16843
|
key: string(),
|
package/dist/addon.mjs
CHANGED
|
@@ -16832,7 +16832,8 @@ var MediaFileKindEnum = _enum([
|
|
|
16832
16832
|
"faceCrop",
|
|
16833
16833
|
"plateCrop",
|
|
16834
16834
|
"keyFrame",
|
|
16835
|
-
"keyFrameSmall"
|
|
16835
|
+
"keyFrameSmall",
|
|
16836
|
+
"thumbnailSmall"
|
|
16836
16837
|
]);
|
|
16837
16838
|
var MediaFileSchema = object({
|
|
16838
16839
|
key: string(),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-notifiers",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
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",
|