@camstack/addon-provider-wyze 0.2.29 → 0.2.30

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 CHANGED
@@ -31,7 +31,7 @@ let net = require("net");
31
31
  net = __toESM(net, 1);
32
32
  let node_child_process = require("node:child_process");
33
33
  let node_tls = require("node:tls");
34
- //#region ../types/dist/event-category-XfKNtfCc.mjs
34
+ //#region ../types/dist/event-category-CIa_iT6b.mjs
35
35
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
36
36
  EventCategory["SystemBoot"] = "system.boot";
37
37
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -47,6 +47,15 @@ var EventCategory = /* @__PURE__ */ function(EventCategory) {
47
47
  */
48
48
  EventCategory["SystemRestartCompleted"] = "system.restart-completed";
49
49
  /**
50
+ * The hub reissued its own TLS certificate at boot (`ensureTlsCert`).
51
+ * Emitted only when the material on disk actually changed, so an
52
+ * operator who trusted the old certificate by hand is told rather than
53
+ * discovering it as a browser error. Payload `TlsCertChangedPayload`.
54
+ *
55
+ * Rule: docs/decisions/adr-0227-*.md
56
+ */
57
+ EventCategory["SystemTlsCertChanged"] = "system.tls-cert-changed";
58
+ /**
50
59
  * A newer addon or server-root package version was found by the
51
60
  * authoritative registry check. Emitted once when any observed
52
61
  * `latestVersion` changes (or a package/node first appears behind);
package/dist/addon.mjs CHANGED
@@ -10,7 +10,7 @@ import { getCACertificates, setDefaultCACertificates } from "node:tls";
10
10
  //#region \0rolldown/runtime.js
11
11
  var __require$1 = /* @__PURE__ */ createRequire(import.meta.url);
12
12
  //#endregion
13
- //#region ../types/dist/event-category-XfKNtfCc.mjs
13
+ //#region ../types/dist/event-category-CIa_iT6b.mjs
14
14
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
15
15
  EventCategory["SystemBoot"] = "system.boot";
16
16
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -26,6 +26,15 @@ var EventCategory = /* @__PURE__ */ function(EventCategory) {
26
26
  */
27
27
  EventCategory["SystemRestartCompleted"] = "system.restart-completed";
28
28
  /**
29
+ * The hub reissued its own TLS certificate at boot (`ensureTlsCert`).
30
+ * Emitted only when the material on disk actually changed, so an
31
+ * operator who trusted the old certificate by hand is told rather than
32
+ * discovering it as a browser error. Payload `TlsCertChangedPayload`.
33
+ *
34
+ * Rule: docs/decisions/adr-0227-*.md
35
+ */
36
+ EventCategory["SystemTlsCertChanged"] = "system.tls-cert-changed";
37
+ /**
29
38
  * A newer addon or server-root package version was found by the
30
39
  * authoritative registry check. Emitted once when any observed
31
40
  * `latestVersion` changes (or a package/node first appears behind);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-provider-wyze",
3
- "version": "0.2.29",
3
+ "version": "0.2.30",
4
4
  "description": "Wyze camera device-provider addon for CamStack — wraps the @apocaliss92/wyze-bridge-js P2P/DTLS client, feeding the stream-broker via the pull-rfc4571 lazy-publish path (a structural twin of addon-provider-reolink)",
5
5
  "keywords": [
6
6
  "camstack",