@camstack/addon-pipeline 1.1.38 → 1.1.39

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.
Files changed (27) hide show
  1. package/dist/audio-analyzer/index.js +1 -1
  2. package/dist/audio-analyzer/index.mjs +1 -1
  3. package/dist/detection-pipeline/index.js +1 -1
  4. package/dist/detection-pipeline/index.mjs +1 -1
  5. package/dist/{dist-CdltGhTt.js → dist-DbGdZ8Nr.js} +36 -79
  6. package/dist/{dist-DdZEBePv.mjs → dist-DvvYzO58.mjs} +37 -74
  7. package/dist/{frame-handle-plane-zfv8z5a5.js → frame-handle-plane-B7jMIZc2.js} +1 -1
  8. package/dist/{frame-handle-plane-C0Rzay-b.mjs → frame-handle-plane-BFzoIfkd.mjs} +1 -1
  9. package/dist/motion-wasm/index.js +1 -1
  10. package/dist/motion-wasm/index.mjs +1 -1
  11. package/dist/pipeline-runner/index.js +2 -2
  12. package/dist/pipeline-runner/index.mjs +2 -2
  13. package/dist/recorder/index.js +1 -1
  14. package/dist/recorder/index.mjs +1 -1
  15. package/dist/stream-broker/{_virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-CfUpZdH5.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-DezFy4Fu.mjs} +1 -1
  16. package/dist/stream-broker/{hostInit-YSFfELtG.mjs → hostInit-BOf0hg9q.mjs} +1 -1
  17. package/dist/stream-broker/index.js +2 -2
  18. package/dist/stream-broker/index.mjs +2 -2
  19. package/dist/stream-broker/remoteEntry.js +1 -1
  20. package/embed-dist/assets/{MaskShapeCanvas-DI4BY7W2-D3FtMsgt.js → MaskShapeCanvas-DI4BY7W2-Br2fqwe7.js} +1 -1
  21. package/embed-dist/assets/{MotionZonesSettings-NcxxQN8r-DidcQOd2.js → MotionZonesSettings-NcxxQN8r-DYXRf30g.js} +1 -1
  22. package/embed-dist/assets/{PrivacyMaskSettings-APgPLF7p-DyzMlv2v.js → PrivacyMaskSettings-APgPLF7p-DLpqLgPo.js} +1 -1
  23. package/embed-dist/assets/{index-Cr7799kl.js → index-CR367rYR.js} +4 -4
  24. package/embed-dist/index.html +1 -1
  25. package/package.json +1 -26
  26. package/dist/audio-codec-ffmpeg/index.js +0 -1238
  27. package/dist/audio-codec-ffmpeg/index.mjs +0 -1220
@@ -4,7 +4,7 @@
4
4
  <meta charset="utf-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
6
  <title>CamStack Embed</title>
7
- <script type="module" crossorigin src="./assets/index-Cr7799kl.js"></script>
7
+ <script type="module" crossorigin src="./assets/index-CR367rYR.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="./assets/index-C5UpuPr8.css">
9
9
  </head>
10
10
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-pipeline",
3
- "version": "1.1.38",
3
+ "version": "1.1.39",
4
4
  "description": "CamStack Pipeline bundle — runner, detection, motion, audio + stream broker. Multi-entry npm package shipping pipeline addons under a single bundle.",
5
5
  "keywords": [
6
6
  "camstack",
@@ -31,10 +31,6 @@
31
31
  "import": "./dist/motion-wasm/index.mjs",
32
32
  "require": "./dist/motion-wasm/index.js"
33
33
  },
34
- "./audio-codec-ffmpeg": {
35
- "import": "./dist/audio-codec-ffmpeg/index.mjs",
36
- "require": "./dist/audio-codec-ffmpeg/index.js"
37
- },
38
34
  "./audio-analyzer": {
39
35
  "import": "./dist/audio-analyzer/index.mjs",
40
36
  "require": "./dist/audio-analyzer/index.js"
@@ -139,27 +135,6 @@
139
135
  "icon": "assets/icon.svg",
140
136
  "color": "#0ea5e9"
141
137
  },
142
- {
143
- "id": "audio-codec-ffmpeg",
144
- "category": "pipeline",
145
- "name": "Audio Codec (ffmpeg)",
146
- "version": "0.1.0",
147
- "description": "Bidirectional audio codec I/O in an ffmpeg subprocess — decodes camera audio (AAC, Opus, PCMU/PCMA, G.722) into per-consumer PCM sessions and encodes intercom PCM back into camera-supported codecs. A codec crash is isolated to the child; ffmpeg is provisioned per node via ctx.deps.ensureFfmpeg().",
148
- "entry": "./dist/audio-codec-ffmpeg/index.js",
149
- "execution": {
150
- "placement": "any-node",
151
- "heapProfile": "heavy"
152
- },
153
- "capabilities": [
154
- {
155
- "name": "audio-codec"
156
- }
157
- ],
158
- "passive": true,
159
- "protected": true,
160
- "icon": "assets/icon.svg",
161
- "color": "#0ea5e9"
162
- },
163
138
  {
164
139
  "id": "audio-analyzer",
165
140
  "category": "pipeline",