@camstack/addon-post-analysis 1.2.101 → 1.2.102

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.
@@ -14050,128 +14050,103 @@ var COCO_TO_MACRO = {
14050
14050
  var AUDIO_MACRO_LABELS = [
14051
14051
  {
14052
14052
  id: "speech",
14053
- name: "Speech",
14054
- icon: "🗣️"
14053
+ name: "Speech"
14055
14054
  },
14056
14055
  {
14057
14056
  id: "scream",
14058
- name: "Scream / Shout",
14059
- icon: "😱"
14057
+ name: "Scream / Shout"
14060
14058
  },
14061
14059
  {
14062
14060
  id: "crying",
14063
- name: "Crying / Baby",
14064
- icon: "😢"
14061
+ name: "Crying / Baby"
14065
14062
  },
14066
14063
  {
14067
14064
  id: "laughter",
14068
- name: "Laughter",
14069
- icon: "😂"
14065
+ name: "Laughter"
14070
14066
  },
14071
14067
  {
14072
14068
  id: "music",
14073
- name: "Music",
14074
- icon: "🎵"
14069
+ name: "Music"
14075
14070
  },
14076
14071
  {
14077
14072
  id: "dog",
14078
- name: "Dog",
14079
- icon: "🐕"
14073
+ name: "Dog"
14080
14074
  },
14081
14075
  {
14082
14076
  id: "cat",
14083
- name: "Cat",
14084
- icon: "🐈"
14077
+ name: "Cat"
14085
14078
  },
14086
14079
  {
14087
14080
  id: "bird",
14088
- name: "Bird",
14089
- icon: "🐦"
14081
+ name: "Bird"
14090
14082
  },
14091
14083
  {
14092
14084
  id: "animal",
14093
- name: "Animal (other)",
14094
- icon: "🐾"
14085
+ name: "Animal (other)"
14095
14086
  },
14096
14087
  {
14097
14088
  id: "alarm",
14098
- name: "Alarm / Siren",
14099
- icon: "🚨"
14089
+ name: "Alarm / Siren"
14100
14090
  },
14101
14091
  {
14102
14092
  id: "doorbell",
14103
- name: "Doorbell / Knock",
14104
- icon: "🔔"
14093
+ name: "Doorbell / Knock"
14105
14094
  },
14106
14095
  {
14107
14096
  id: "glass_breaking",
14108
- name: "Glass Breaking",
14109
- icon: "💥"
14097
+ name: "Glass Breaking"
14110
14098
  },
14111
14099
  {
14112
14100
  id: "gunshot",
14113
- name: "Gunshot / Explosion",
14114
- icon: "💣"
14101
+ name: "Gunshot / Explosion"
14115
14102
  },
14116
14103
  {
14117
14104
  id: "vehicle",
14118
- name: "Vehicle",
14119
- icon: "🚗"
14105
+ name: "Vehicle"
14120
14106
  },
14121
14107
  {
14122
14108
  id: "siren",
14123
- name: "Emergency Siren",
14124
- icon: "🚑"
14109
+ name: "Emergency Siren"
14125
14110
  },
14126
14111
  {
14127
14112
  id: "fire",
14128
- name: "Fire / Smoke",
14129
- icon: "🔥"
14113
+ name: "Fire / Smoke"
14130
14114
  },
14131
14115
  {
14132
14116
  id: "water",
14133
- name: "Water",
14134
- icon: "💧"
14117
+ name: "Water"
14135
14118
  },
14136
14119
  {
14137
14120
  id: "wind",
14138
- name: "Wind / Weather",
14139
- icon: "🌬️"
14121
+ name: "Wind / Weather"
14140
14122
  },
14141
14123
  {
14142
14124
  id: "door",
14143
- name: "Door",
14144
- icon: "🚪"
14125
+ name: "Door"
14145
14126
  },
14146
14127
  {
14147
14128
  id: "footsteps",
14148
- name: "Footsteps",
14149
- icon: "👣"
14129
+ name: "Footsteps"
14150
14130
  },
14151
14131
  {
14152
14132
  id: "crowd",
14153
- name: "Crowd / Chatter",
14154
- icon: "👥"
14133
+ name: "Crowd / Chatter"
14155
14134
  },
14156
14135
  {
14157
14136
  id: "telephone",
14158
- name: "Telephone",
14159
- icon: "📞"
14137
+ name: "Telephone"
14160
14138
  },
14161
14139
  {
14162
14140
  id: "engine",
14163
- name: "Engine / Motor",
14164
- icon: "⚙️"
14141
+ name: "Engine / Motor"
14165
14142
  },
14166
14143
  {
14167
14144
  id: "tools",
14168
- name: "Tools / Construction",
14169
- icon: "🔨"
14145
+ name: "Tools / Construction"
14170
14146
  },
14171
14147
  {
14172
14148
  id: "silence",
14173
- name: "Silence",
14174
- icon: "🤫"
14149
+ name: "Silence"
14175
14150
  }
14176
14151
  ];
14177
14152
  var YAMNET_TO_MACRO = {
@@ -19349,6 +19324,12 @@ var DetailResultSchema = object({
19349
19324
  /** FRAME-space bbox (already mapped back from crop space). */
19350
19325
  bbox: NativeCropBboxSchema.optional(),
19351
19326
  embedding: string().optional(),
19327
+ /**
19328
+ * L2 magnitude of the RAW pre-normalization embedding. Additive and optional
19329
+ * so an older runner that does not send it degrades to "unmeasurable", which
19330
+ * the consuming gate treats as accept — never as reject.
19331
+ */
19332
+ embeddingMagnitude: number().optional(),
19352
19333
  label: string().optional(),
19353
19334
  /**
19354
19335
  * The tier `label` occupies, copied VERBATIM from the producing step's
@@ -38550,7 +38531,6 @@ function audioModeOf(value) {
38550
38531
  if (value.dbThreshold !== void 0) return "level";
38551
38532
  return null;
38552
38533
  }
38553
- new Map(AUDIO_MACRO_LABELS.flatMap((macro) => macro.icon === void 0 ? [] : [[macro.id, macro.icon]]));
38554
38534
  new Set(["devices", "classes"]);
38555
38535
  NC_AUDIO_DEFAULTS.hitPercent, NC_AUDIO_DEFAULTS.samplingSeconds;
38556
38536
  var WEEKDAY_TO_DAY = {
@@ -14019,128 +14019,103 @@ var COCO_TO_MACRO = {
14019
14019
  var AUDIO_MACRO_LABELS = [
14020
14020
  {
14021
14021
  id: "speech",
14022
- name: "Speech",
14023
- icon: "🗣️"
14022
+ name: "Speech"
14024
14023
  },
14025
14024
  {
14026
14025
  id: "scream",
14027
- name: "Scream / Shout",
14028
- icon: "😱"
14026
+ name: "Scream / Shout"
14029
14027
  },
14030
14028
  {
14031
14029
  id: "crying",
14032
- name: "Crying / Baby",
14033
- icon: "😢"
14030
+ name: "Crying / Baby"
14034
14031
  },
14035
14032
  {
14036
14033
  id: "laughter",
14037
- name: "Laughter",
14038
- icon: "😂"
14034
+ name: "Laughter"
14039
14035
  },
14040
14036
  {
14041
14037
  id: "music",
14042
- name: "Music",
14043
- icon: "🎵"
14038
+ name: "Music"
14044
14039
  },
14045
14040
  {
14046
14041
  id: "dog",
14047
- name: "Dog",
14048
- icon: "🐕"
14042
+ name: "Dog"
14049
14043
  },
14050
14044
  {
14051
14045
  id: "cat",
14052
- name: "Cat",
14053
- icon: "🐈"
14046
+ name: "Cat"
14054
14047
  },
14055
14048
  {
14056
14049
  id: "bird",
14057
- name: "Bird",
14058
- icon: "🐦"
14050
+ name: "Bird"
14059
14051
  },
14060
14052
  {
14061
14053
  id: "animal",
14062
- name: "Animal (other)",
14063
- icon: "🐾"
14054
+ name: "Animal (other)"
14064
14055
  },
14065
14056
  {
14066
14057
  id: "alarm",
14067
- name: "Alarm / Siren",
14068
- icon: "🚨"
14058
+ name: "Alarm / Siren"
14069
14059
  },
14070
14060
  {
14071
14061
  id: "doorbell",
14072
- name: "Doorbell / Knock",
14073
- icon: "🔔"
14062
+ name: "Doorbell / Knock"
14074
14063
  },
14075
14064
  {
14076
14065
  id: "glass_breaking",
14077
- name: "Glass Breaking",
14078
- icon: "💥"
14066
+ name: "Glass Breaking"
14079
14067
  },
14080
14068
  {
14081
14069
  id: "gunshot",
14082
- name: "Gunshot / Explosion",
14083
- icon: "💣"
14070
+ name: "Gunshot / Explosion"
14084
14071
  },
14085
14072
  {
14086
14073
  id: "vehicle",
14087
- name: "Vehicle",
14088
- icon: "🚗"
14074
+ name: "Vehicle"
14089
14075
  },
14090
14076
  {
14091
14077
  id: "siren",
14092
- name: "Emergency Siren",
14093
- icon: "🚑"
14078
+ name: "Emergency Siren"
14094
14079
  },
14095
14080
  {
14096
14081
  id: "fire",
14097
- name: "Fire / Smoke",
14098
- icon: "🔥"
14082
+ name: "Fire / Smoke"
14099
14083
  },
14100
14084
  {
14101
14085
  id: "water",
14102
- name: "Water",
14103
- icon: "💧"
14086
+ name: "Water"
14104
14087
  },
14105
14088
  {
14106
14089
  id: "wind",
14107
- name: "Wind / Weather",
14108
- icon: "🌬️"
14090
+ name: "Wind / Weather"
14109
14091
  },
14110
14092
  {
14111
14093
  id: "door",
14112
- name: "Door",
14113
- icon: "🚪"
14094
+ name: "Door"
14114
14095
  },
14115
14096
  {
14116
14097
  id: "footsteps",
14117
- name: "Footsteps",
14118
- icon: "👣"
14098
+ name: "Footsteps"
14119
14099
  },
14120
14100
  {
14121
14101
  id: "crowd",
14122
- name: "Crowd / Chatter",
14123
- icon: "👥"
14102
+ name: "Crowd / Chatter"
14124
14103
  },
14125
14104
  {
14126
14105
  id: "telephone",
14127
- name: "Telephone",
14128
- icon: "📞"
14106
+ name: "Telephone"
14129
14107
  },
14130
14108
  {
14131
14109
  id: "engine",
14132
- name: "Engine / Motor",
14133
- icon: "⚙️"
14110
+ name: "Engine / Motor"
14134
14111
  },
14135
14112
  {
14136
14113
  id: "tools",
14137
- name: "Tools / Construction",
14138
- icon: "🔨"
14114
+ name: "Tools / Construction"
14139
14115
  },
14140
14116
  {
14141
14117
  id: "silence",
14142
- name: "Silence",
14143
- icon: "🤫"
14118
+ name: "Silence"
14144
14119
  }
14145
14120
  ];
14146
14121
  var YAMNET_TO_MACRO = {
@@ -19318,6 +19293,12 @@ var DetailResultSchema = object({
19318
19293
  /** FRAME-space bbox (already mapped back from crop space). */
19319
19294
  bbox: NativeCropBboxSchema.optional(),
19320
19295
  embedding: string().optional(),
19296
+ /**
19297
+ * L2 magnitude of the RAW pre-normalization embedding. Additive and optional
19298
+ * so an older runner that does not send it degrades to "unmeasurable", which
19299
+ * the consuming gate treats as accept — never as reject.
19300
+ */
19301
+ embeddingMagnitude: number().optional(),
19321
19302
  label: string().optional(),
19322
19303
  /**
19323
19304
  * The tier `label` occupies, copied VERBATIM from the producing step's
@@ -38519,7 +38500,6 @@ function audioModeOf(value) {
38519
38500
  if (value.dbThreshold !== void 0) return "level";
38520
38501
  return null;
38521
38502
  }
38522
- new Map(AUDIO_MACRO_LABELS.flatMap((macro) => macro.icon === void 0 ? [] : [[macro.id, macro.icon]]));
38523
38503
  new Set(["devices", "classes"]);
38524
38504
  NC_AUDIO_DEFAULTS.hitPercent, NC_AUDIO_DEFAULTS.samplingSeconds;
38525
38505
  var WEEKDAY_TO_DAY = {
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
2
2
  __esModule: { value: true },
3
3
  [Symbol.toStringTag]: { value: "Module" }
4
4
  });
5
- const require_dist = require("../dist-BQsMSX2A.js");
5
+ const require_dist = require("../dist-BwxXdV9d.js");
6
6
  let node_fs = require("node:fs");
7
7
  let node_fs$1 = require_dist.__toESM(node_fs, 1);
8
8
  node_fs = require_dist.__toESM(node_fs);
@@ -1,4 +1,4 @@
1
- import { O as PoolMemoryWatchdog, Q as embeddingEncoderCapability, dt as resolvePoolMemoryPolicy, ot as parseProcStatus, tt as hfModelUrl, yt as BaseAddon } from "../dist-ecY_-nDx.mjs";
1
+ import { O as PoolMemoryWatchdog, Q as embeddingEncoderCapability, dt as resolvePoolMemoryPolicy, ot as parseProcStatus, tt as hfModelUrl, yt as BaseAddon } from "../dist-CZm8slPB.mjs";
2
2
  import { createRequire } from "node:module";
3
3
  import * as fs from "node:fs";
4
4
  import "node:fs";
@@ -18,7 +18,7 @@ var e = {
18
18
  },
19
19
  "@camstack/types": {
20
20
  name: "@camstack/types",
21
- version: "1.2.91",
21
+ version: "1.2.92",
22
22
  scope: ["default"],
23
23
  loaded: !1,
24
24
  from: "addon_pipeline_analytics_widgets",
@@ -33,7 +33,7 @@ var e = {
33
33
  },
34
34
  "@camstack/ui-library": {
35
35
  name: "@camstack/ui-library",
36
- version: "1.2.62",
36
+ version: "1.2.63",
37
37
  scope: ["default"],
38
38
  loaded: !1,
39
39
  from: "addon_pipeline_analytics_widgets",
@@ -36,7 +36,7 @@ async function r() {
36
36
  }
37
37
  },
38
38
  "@camstack/types": {
39
- version: "1.2.91",
39
+ version: "1.2.92",
40
40
  scope: "default",
41
41
  shareConfig: {
42
42
  singleton: !0,
@@ -81,7 +81,7 @@ async function r() {
81
81
  }
82
82
  },
83
83
  "@camstack/ui-library": {
84
- version: "1.2.62",
84
+ version: "1.2.63",
85
85
  scope: "default",
86
86
  shareConfig: {
87
87
  singleton: !0,