@camstack/addon-post-analysis 1.1.18 → 1.1.19

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.
@@ -6217,7 +6217,7 @@ var PipelineAnalyticsAddon = class extends require_dist.BaseAddon {
6217
6217
  maxSkipFrames: trk.dropoutMaxSkipFrames
6218
6218
  })) {
6219
6219
  this.dropoutSkipsByKey.set(key, skips + 1);
6220
- this.ctx.logger.info("detector dropout skipped", {
6220
+ this.ctx.logger.debug("detector dropout skipped", {
6221
6221
  tags: { deviceId },
6222
6222
  meta: {
6223
6223
  source,
@@ -6212,7 +6212,7 @@ var PipelineAnalyticsAddon = class extends BaseAddon {
6212
6212
  maxSkipFrames: trk.dropoutMaxSkipFrames
6213
6213
  })) {
6214
6214
  this.dropoutSkipsByKey.set(key, skips + 1);
6215
- this.ctx.logger.info("detector dropout skipped", {
6215
+ this.ctx.logger.debug("detector dropout skipped", {
6216
6216
  tags: { deviceId },
6217
6217
  meta: {
6218
6218
  source,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-post-analysis",
3
- "version": "1.1.18",
3
+ "version": "1.1.19",
4
4
  "description": "CamStack Post-Analysis bundle — enrichment, embedding-encoder, pipeline-analytics. Multi-entry npm package shipping addons that consume pipeline output.",
5
5
  "keywords": [
6
6
  "camstack",