@camstack/addon-provider-rademacher 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 +10 -1
- package/dist/addon.mjs +10 -1
- package/package.json +1 -1
package/dist/addon.js
CHANGED
|
@@ -984,7 +984,7 @@ var Rademacher = class {
|
|
|
984
984
|
}
|
|
985
985
|
};
|
|
986
986
|
//#endregion
|
|
987
|
-
//#region ../types/dist/event-category-
|
|
987
|
+
//#region ../types/dist/event-category-CIa_iT6b.mjs
|
|
988
988
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
989
989
|
EventCategory["SystemBoot"] = "system.boot";
|
|
990
990
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -1000,6 +1000,15 @@ var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
|
1000
1000
|
*/
|
|
1001
1001
|
EventCategory["SystemRestartCompleted"] = "system.restart-completed";
|
|
1002
1002
|
/**
|
|
1003
|
+
* The hub reissued its own TLS certificate at boot (`ensureTlsCert`).
|
|
1004
|
+
* Emitted only when the material on disk actually changed, so an
|
|
1005
|
+
* operator who trusted the old certificate by hand is told rather than
|
|
1006
|
+
* discovering it as a browser error. Payload `TlsCertChangedPayload`.
|
|
1007
|
+
*
|
|
1008
|
+
* Rule: docs/decisions/adr-0227-*.md
|
|
1009
|
+
*/
|
|
1010
|
+
EventCategory["SystemTlsCertChanged"] = "system.tls-cert-changed";
|
|
1011
|
+
/**
|
|
1003
1012
|
* A newer addon or server-root package version was found by the
|
|
1004
1013
|
* authoritative registry check. Emitted once when any observed
|
|
1005
1014
|
* `latestVersion` changes (or a package/node first appears behind);
|
package/dist/addon.mjs
CHANGED
|
@@ -983,7 +983,7 @@ var Rademacher = class {
|
|
|
983
983
|
}
|
|
984
984
|
};
|
|
985
985
|
//#endregion
|
|
986
|
-
//#region ../types/dist/event-category-
|
|
986
|
+
//#region ../types/dist/event-category-CIa_iT6b.mjs
|
|
987
987
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
988
988
|
EventCategory["SystemBoot"] = "system.boot";
|
|
989
989
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -999,6 +999,15 @@ var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
|
999
999
|
*/
|
|
1000
1000
|
EventCategory["SystemRestartCompleted"] = "system.restart-completed";
|
|
1001
1001
|
/**
|
|
1002
|
+
* The hub reissued its own TLS certificate at boot (`ensureTlsCert`).
|
|
1003
|
+
* Emitted only when the material on disk actually changed, so an
|
|
1004
|
+
* operator who trusted the old certificate by hand is told rather than
|
|
1005
|
+
* discovering it as a browser error. Payload `TlsCertChangedPayload`.
|
|
1006
|
+
*
|
|
1007
|
+
* Rule: docs/decisions/adr-0227-*.md
|
|
1008
|
+
*/
|
|
1009
|
+
EventCategory["SystemTlsCertChanged"] = "system.tls-cert-changed";
|
|
1010
|
+
/**
|
|
1002
1011
|
* A newer addon or server-root package version was found by the
|
|
1003
1012
|
* authoritative registry check. Emitted once when any observed
|
|
1004
1013
|
* `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-rademacher",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.25",
|
|
4
4
|
"description": "Rademacher HomePilot device-provider addon for CamStack — wraps the @apocaliss92/noderademacher local-hub client (roller shutters over the cover cap)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|