@camstack/addon-import-alexa 0.2.24 → 0.2.25

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
@@ -38,7 +38,7 @@ let node_os = require("node:os");
38
38
  let node_fs = require("node:fs");
39
39
  let node_path = require("node:path");
40
40
  node_path = __toESM(node_path);
41
- //#region ../types/dist/event-category-XfKNtfCc.mjs
41
+ //#region ../types/dist/event-category-CIa_iT6b.mjs
42
42
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
43
43
  EventCategory["SystemBoot"] = "system.boot";
44
44
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -54,6 +54,15 @@ var EventCategory = /* @__PURE__ */ function(EventCategory) {
54
54
  */
55
55
  EventCategory["SystemRestartCompleted"] = "system.restart-completed";
56
56
  /**
57
+ * The hub reissued its own TLS certificate at boot (`ensureTlsCert`).
58
+ * Emitted only when the material on disk actually changed, so an
59
+ * operator who trusted the old certificate by hand is told rather than
60
+ * discovering it as a browser error. Payload `TlsCertChangedPayload`.
61
+ *
62
+ * Rule: docs/decisions/adr-0227-*.md
63
+ */
64
+ EventCategory["SystemTlsCertChanged"] = "system.tls-cert-changed";
65
+ /**
57
66
  * A newer addon or server-root package version was found by the
58
67
  * authoritative registry check. Emitted once when any observed
59
68
  * `latestVersion` changes (or a package/node first appears behind);
package/dist/addon.mjs CHANGED
@@ -38,7 +38,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
38
38
  var __toCommonJS = (mod) => __hasOwnProp.call(mod, "module.exports") ? mod["module.exports"] : __copyProps(__defProp({}, "__esModule", { value: true }), mod);
39
39
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
40
40
  //#endregion
41
- //#region ../types/dist/event-category-XfKNtfCc.mjs
41
+ //#region ../types/dist/event-category-CIa_iT6b.mjs
42
42
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
43
43
  EventCategory["SystemBoot"] = "system.boot";
44
44
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -54,6 +54,15 @@ var EventCategory = /* @__PURE__ */ function(EventCategory) {
54
54
  */
55
55
  EventCategory["SystemRestartCompleted"] = "system.restart-completed";
56
56
  /**
57
+ * The hub reissued its own TLS certificate at boot (`ensureTlsCert`).
58
+ * Emitted only when the material on disk actually changed, so an
59
+ * operator who trusted the old certificate by hand is told rather than
60
+ * discovering it as a browser error. Payload `TlsCertChangedPayload`.
61
+ *
62
+ * Rule: docs/decisions/adr-0227-*.md
63
+ */
64
+ EventCategory["SystemTlsCertChanged"] = "system.tls-cert-changed";
65
+ /**
57
66
  * A newer addon or server-root package version was found by the
58
67
  * authoritative registry check. Emitted once when any observed
59
68
  * `latestVersion` changes (or a package/node first appears behind);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-import-alexa",
3
- "version": "0.2.24",
3
+ "version": "0.2.25",
4
4
  "description": "Alexa device-import provider for CamStack — imports the smart-home devices in a user's Alexa account via the unofficial alexa-remote2 cookie/token client (the inverse of the Alexa exporter)",
5
5
  "keywords": [
6
6
  "camstack",