@muhkoo/theater-transcoder 0.3.4 → 0.3.5

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muhkoo/theater-transcoder",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Drain a Muhkoo Theater transcode queue with NATIVE ffmpeg. Run it on any machine signed in as you to add transcoding power to your library.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -25,7 +25,7 @@
25
25
  "access": "public"
26
26
  },
27
27
  "dependencies": {
28
- "@muhkoo/connect": "0.10.4-alpha.0",
28
+ "@muhkoo/connect": "0.10.5-alpha.0",
29
29
  "ffmpeg-static": "^5.2.0",
30
30
  "node-datachannel": "^0.12.0",
31
31
  "snarkjs": "^0.7.5",