@theia/ffmpeg 1.27.0-next.9 → 1.27.0

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # `ffmeg.node`
2
2
 
3
- This is a [Node Native Addon](https://nodejs.org/docs/latest-v12.x/api/n-api.html) to dynamically link to Electron's `ffmpeg.dll` and fetch a list of included codecs.
3
+ This is a [Node Native Addon](https://nodejs.org/docs/latest-v14.x/api/n-api.html) to dynamically link to Electron's `ffmpeg.dll` and fetch a list of included codecs.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/ffmpeg",
3
- "version": "1.27.0-next.9+53a272e1138",
3
+ "version": "1.27.0",
4
4
  "description": "Theia FFMPEG reader utility.",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -34,5 +34,5 @@
34
34
  "devDependencies": {
35
35
  "@types/unzipper": "^0.9.2"
36
36
  },
37
- "gitHead": "53a272e113890174c8b3049b8d1a74999dee0cd4"
37
+ "gitHead": "b952ad743a97821dee94787e946f5a288174d4e8"
38
38
  }