@camstack/addon-cloudflare 1.2.20 → 1.2.21
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/{dist-BTQicH-E.js → dist-CfYr3SWQ.js} +8 -0
- package/dist/{dist-xprKIU2W.mjs → dist-DP9CmDJx.mjs} +8 -0
- package/dist/tunnel/cloudflare-tunnel.addon.js +1 -1
- package/dist/tunnel/cloudflare-tunnel.addon.mjs +1 -1
- package/dist/turn/cloudflare-turn.addon.js +1 -1
- package/dist/turn/cloudflare-turn.addon.mjs +1 -1
- package/package.json +1 -1
|
@@ -19925,6 +19925,14 @@ var ClipSchema = object({
|
|
|
19925
19925
|
endMs: number()
|
|
19926
19926
|
}),
|
|
19927
19927
|
/**
|
|
19928
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
19929
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
19930
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
19931
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
19932
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
19933
|
+
*/
|
|
19934
|
+
labels: array(string()).max(3).optional(),
|
|
19935
|
+
/**
|
|
19928
19936
|
* Lazy thumbnail URL, never inlined.
|
|
19929
19937
|
*
|
|
19930
19938
|
* Recording-derived clips (events-mode keep-window, and the prepared
|
|
@@ -19925,6 +19925,14 @@ var ClipSchema = object({
|
|
|
19925
19925
|
endMs: number()
|
|
19926
19926
|
}),
|
|
19927
19927
|
/**
|
|
19928
|
+
* Distinct object classes attached to this visit (`person`, `car`, …),
|
|
19929
|
+
* dominant first, capped at {@link MAX_CLIP_LABELS}. The ribbon renders these
|
|
19930
|
+
* instead of the bare kind — "Object" tells the operator nothing a colour bar
|
|
19931
|
+
* did not. Absent (never empty) when the visit attached no classified object
|
|
19932
|
+
* event, so a motion/audio-only visit keeps its kind label.
|
|
19933
|
+
*/
|
|
19934
|
+
labels: array(string()).max(3).optional(),
|
|
19935
|
+
/**
|
|
19928
19936
|
* Lazy thumbnail URL, never inlined.
|
|
19929
19937
|
*
|
|
19930
19938
|
* Recording-derived clips (events-mode keep-window, and the prepared
|
|
@@ -21,7 +21,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
21
21
|
enumerable: true
|
|
22
22
|
}) : target, mod));
|
|
23
23
|
//#endregion
|
|
24
|
-
const require_dist = require("../dist-
|
|
24
|
+
const require_dist = require("../dist-CfYr3SWQ.js");
|
|
25
25
|
let node_crypto = require("node:crypto");
|
|
26
26
|
let node_path = require("node:path");
|
|
27
27
|
node_path = __toESM(node_path);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as BaseAddon, c as boolean, d as number, f as object, m as EventCategory, n as defineCustomActions, o as _enum, p as string, r as networkAccessCapability, s as array, t as customAction, u as literal } from "../dist-
|
|
1
|
+
import { a as BaseAddon, c as boolean, d as number, f as object, m as EventCategory, n as defineCustomActions, o as _enum, p as string, r as networkAccessCapability, s as array, t as customAction, u as literal } from "../dist-DP9CmDJx.mjs";
|
|
2
2
|
import { randomUUID } from "node:crypto";
|
|
3
3
|
import * as path from "node:path";
|
|
4
4
|
import { spawn } from "node:child_process";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_dist = require("../dist-
|
|
2
|
+
const require_dist = require("../dist-CfYr3SWQ.js");
|
|
3
3
|
//#region src/turn/cloudflare-turn.ts
|
|
4
4
|
/**
|
|
5
5
|
* Cloudflare returns ICE servers in several flavours depending on which
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as BaseAddon, c as boolean, d as number, f as object, i as turnProviderCapability, l as discriminatedUnion, n as defineCustomActions, p as string, t as customAction, u as literal } from "../dist-
|
|
1
|
+
import { a as BaseAddon, c as boolean, d as number, f as object, i as turnProviderCapability, l as discriminatedUnion, n as defineCustomActions, p as string, t as customAction, u as literal } from "../dist-DP9CmDJx.mjs";
|
|
2
2
|
//#region src/turn/cloudflare-turn.ts
|
|
3
3
|
/**
|
|
4
4
|
* Cloudflare returns ICE servers in several flavours depending on which
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-cloudflare",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.21",
|
|
4
4
|
"description": "Cloudflare bundle — Tunnel (network-access) + TURN relay (turn-provider). Multi-entry npm package shipping 2 addons under a single bundle.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|