@camstack/addon-model-studio 1.1.33 → 1.1.34

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/_stub.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "./virtualExposes-CWSi4E_g.mjs";
2
- import "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_model_studio_page__remoteEntry_js-vDbogekh.mjs";
2
+ import "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_model_studio_page__remoteEntry_js-BqGMvm3d.mjs";
3
3
  import { _ as e, c as t, d as n, h as r, i, l as a, m as o, p as s, r as c, t as l, u, y as d } from "./_virtual_mf___mfe_internal__addon_model_studio_page__loadShare__react__loadShare__.js-DJDHChgO.mjs";
4
4
  import { a as f, i as p, o as m, r as h, s as g } from "./responsive-D-JIMJTX.mjs";
5
5
  import { c as _, l as v, u as y } from "./use-device-snapshot-DpcJhtJX.mjs";
@@ -1,9 +1,9 @@
1
- import "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_model_studio_page__remoteEntry_js-vDbogekh.mjs";
1
+ import "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_model_studio_page__remoteEntry_js-BqGMvm3d.mjs";
2
2
  //#region \0virtual:mf-localSharedImportMap:__mfe_internal__addon_model_studio_page
3
3
  var e = {
4
4
  "@camstack/sdk": {
5
5
  name: "@camstack/sdk",
6
- version: "1.2.27",
6
+ version: "1.2.28",
7
7
  scope: ["default"],
8
8
  loaded: !1,
9
9
  from: "addon_model_studio_page",
@@ -18,7 +18,7 @@ var e = {
18
18
  },
19
19
  "@camstack/types": {
20
20
  name: "@camstack/types",
21
- version: "1.2.95",
21
+ version: "1.2.96",
22
22
  scope: ["default"],
23
23
  loaded: !1,
24
24
  from: "addon_model_studio_page",
@@ -33,7 +33,7 @@ var e = {
33
33
  },
34
34
  "@camstack/ui-library": {
35
35
  name: "@camstack/ui-library",
36
- version: "1.2.65",
36
+ version: "1.2.66",
37
37
  scope: ["default"],
38
38
  loaded: !1,
39
39
  from: "addon_model_studio_page",
@@ -36,7 +36,7 @@ async function r() {
36
36
  }
37
37
  },
38
38
  "@camstack/types": {
39
- version: "1.2.95",
39
+ version: "1.2.96",
40
40
  scope: "default",
41
41
  shareConfig: {
42
42
  singleton: !0,
@@ -45,7 +45,7 @@ async function r() {
45
45
  }
46
46
  },
47
47
  "@camstack/sdk": {
48
- version: "1.2.27",
48
+ version: "1.2.28",
49
49
  scope: "default",
50
50
  shareConfig: {
51
51
  singleton: !0,
@@ -81,7 +81,7 @@ async function r() {
81
81
  }
82
82
  },
83
83
  "@camstack/ui-library": {
84
- version: "1.2.65",
84
+ version: "1.2.66",
85
85
  scope: "default",
86
86
  shareConfig: {
87
87
  singleton: !0,
@@ -90,7 +90,7 @@ async function downloadFile(url, destPath, onProgress) {
90
90
  (0, node_util.promisify)(node_zlib.brotliCompress);
91
91
  (0, node_util.promisify)(node_zlib.gzip);
92
92
  //#endregion
93
- //#region ../types/dist/event-category-XfKNtfCc.mjs
93
+ //#region ../types/dist/event-category-CIa_iT6b.mjs
94
94
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
95
95
  EventCategory["SystemBoot"] = "system.boot";
96
96
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -106,6 +106,15 @@ var EventCategory = /* @__PURE__ */ function(EventCategory) {
106
106
  */
107
107
  EventCategory["SystemRestartCompleted"] = "system.restart-completed";
108
108
  /**
109
+ * The hub reissued its own TLS certificate at boot (`ensureTlsCert`).
110
+ * Emitted only when the material on disk actually changed, so an
111
+ * operator who trusted the old certificate by hand is told rather than
112
+ * discovering it as a browser error. Payload `TlsCertChangedPayload`.
113
+ *
114
+ * Rule: docs/decisions/adr-0227-*.md
115
+ */
116
+ EventCategory["SystemTlsCertChanged"] = "system.tls-cert-changed";
117
+ /**
109
118
  * A newer addon or server-root package version was found by the
110
119
  * authoritative registry check. Emitted once when any observed
111
120
  * `latestVersion` changes (or a package/node first appears behind);
@@ -67,7 +67,7 @@ async function downloadFile(url, destPath, onProgress) {
67
67
  promisify(brotliCompress);
68
68
  promisify(gzip);
69
69
  //#endregion
70
- //#region ../types/dist/event-category-XfKNtfCc.mjs
70
+ //#region ../types/dist/event-category-CIa_iT6b.mjs
71
71
  var EventCategory = /* @__PURE__ */ function(EventCategory) {
72
72
  EventCategory["SystemBoot"] = "system.boot";
73
73
  EventCategory["SystemAddonsReady"] = "system.addons-ready";
@@ -83,6 +83,15 @@ var EventCategory = /* @__PURE__ */ function(EventCategory) {
83
83
  */
84
84
  EventCategory["SystemRestartCompleted"] = "system.restart-completed";
85
85
  /**
86
+ * The hub reissued its own TLS certificate at boot (`ensureTlsCert`).
87
+ * Emitted only when the material on disk actually changed, so an
88
+ * operator who trusted the old certificate by hand is told rather than
89
+ * discovering it as a browser error. Payload `TlsCertChangedPayload`.
90
+ *
91
+ * Rule: docs/decisions/adr-0227-*.md
92
+ */
93
+ EventCategory["SystemTlsCertChanged"] = "system.tls-cert-changed";
94
+ /**
86
95
  * A newer addon or server-root package version was found by the
87
96
  * authoritative registry check. Emitted once when any observed
88
97
  * `latestVersion` changes (or a package/node first appears behind);
@@ -1,2 +1,2 @@
1
- import { n as e, t } from "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_model_studio_page__remoteEntry_js-vDbogekh.mjs";
1
+ import { n as e, t } from "./virtual_mf-REMOTE_ENTRY_ID___mfe_internal__addon_model_studio_page__remoteEntry_js-BqGMvm3d.mjs";
2
2
  export { t as get, e as init };
@@ -2753,7 +2753,7 @@ async function rr(e) {
2753
2753
  }
2754
2754
  }
2755
2755
  async function ir() {
2756
- return tr ||= rr(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_model_studio_page-B0we2PiB.mjs")).catch((e) => {
2756
+ return tr ||= rr(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_model_studio_page-BGvyoZxl.mjs")).catch((e) => {
2757
2757
  throw tr = void 0, e;
2758
2758
  }), tr;
2759
2759
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-model-studio",
3
- "version": "1.1.33",
3
+ "version": "1.1.34",
4
4
  "description": "Custom detection model registry, conversion & distribution for CamStack",
5
5
  "keywords": [
6
6
  "camstack",