@pproenca/webcodecs-ffmpeg-non-free 0.1.4 → 0.1.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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pproenca/webcodecs-ffmpeg-non-free",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Prebuilt FFmpeg with all codecs including GPL x264/x265 - auto-selects platform",
5
5
  "author": "Pedro Proenca",
6
6
  "homepage": "https://github.com/pproenca/webcodecs-ffmpeg",
@@ -23,11 +23,11 @@
23
23
  "./package": "./package.json"
24
24
  },
25
25
  "optionalDependencies": {
26
- "@pproenca/webcodecs-ffmpeg-darwin-arm64-non-free": "0.1.4",
27
- "@pproenca/webcodecs-ffmpeg-darwin-x64-non-free": "0.1.4",
28
- "@pproenca/webcodecs-ffmpeg-linux-arm64-non-free": "0.1.4",
29
- "@pproenca/webcodecs-ffmpeg-linux-x64-non-free": "0.1.4",
30
- "@pproenca/webcodecs-ffmpeg-linux-x64-musl-non-free": "0.1.4"
26
+ "@pproenca/webcodecs-ffmpeg-darwin-arm64-non-free": "0.1.5",
27
+ "@pproenca/webcodecs-ffmpeg-darwin-x64-non-free": "0.1.5",
28
+ "@pproenca/webcodecs-ffmpeg-linux-arm64-non-free": "0.1.5",
29
+ "@pproenca/webcodecs-ffmpeg-linux-x64-non-free": "0.1.5",
30
+ "@pproenca/webcodecs-ffmpeg-linux-x64-musl-non-free": "0.1.5"
31
31
  },
32
32
  "scripts": {
33
33
  "postinstall": "node install.js"