Release core v0.12.8
This commit is contained in:
parent
4695a20581
commit
376aaacf3a
2
package-lock.json
generated
2
package-lock.json
generated
@ -28702,7 +28702,7 @@
|
|||||||
},
|
},
|
||||||
"packages/core": {
|
"packages/core": {
|
||||||
"name": "@ffmpeg/core",
|
"name": "@ffmpeg/core",
|
||||||
"version": "0.12.7",
|
"version": "0.12.8",
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.x"
|
"node": ">=16.x"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@ffmpeg/core",
|
"name": "@ffmpeg/core",
|
||||||
"version": "0.12.7",
|
"version": "0.12.8",
|
||||||
"description": "FFmpeg WebAssembly version (single thread)",
|
"description": "FFmpeg WebAssembly version (single thread)",
|
||||||
"main": "./dist/umd/ffmpeg-core.js",
|
"main": "./dist/umd/ffmpeg-core.js",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
@ -6,7 +6,7 @@ const ROOT = "public/assets";
|
|||||||
|
|
||||||
const FFMPEG_VERSION = "0.12.7";
|
const FFMPEG_VERSION = "0.12.7";
|
||||||
const UTIL_VERSION = "0.12.0";
|
const UTIL_VERSION = "0.12.0";
|
||||||
const CORE_VERSION = "0.12.5";
|
const CORE_VERSION = "0.12.8";
|
||||||
const CORE_MT_VERSION = "0.12.5";
|
const CORE_MT_VERSION = "0.12.5";
|
||||||
|
|
||||||
const FFMPEG_TGZ = `ffmpeg-${FFMPEG_VERSION}.tgz`;
|
const FFMPEG_TGZ = `ffmpeg-${FFMPEG_VERSION}.tgz`;
|
||||||
|
Loading…
Reference in New Issue
Block a user