Release 0.12.8 | 0.12.5
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ffmpeg/core-mt",
|
||||
"version": "0.12.4",
|
||||
"version": "0.12.5",
|
||||
"description": "FFmpeg WebAssembly version (multi thread)",
|
||||
"main": "./dist/umd/ffmpeg-core.js",
|
||||
"exports": {
|
||||
@@ -39,4 +39,4 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ffmpeg/core",
|
||||
"version": "0.12.4",
|
||||
"version": "0.12.5",
|
||||
"description": "FFmpeg WebAssembly version (single thread)",
|
||||
"main": "./dist/umd/ffmpeg-core.js",
|
||||
"exports": {
|
||||
@@ -39,4 +39,4 @@
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ffmpeg/ffmpeg",
|
||||
"version": "0.12.7",
|
||||
"version": "0.12.8",
|
||||
"description": "FFmpeg WebAssembly version for browser",
|
||||
"main": "./dist/umd/ffmpeg.js",
|
||||
"types": "./dist/esm/index.d.ts",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
export const MIME_TYPE_JAVASCRIPT = "text/javascript";
|
||||
export const MIME_TYPE_WASM = "application/wasm";
|
||||
|
||||
export const CORE_VERSION = "0.12.1";
|
||||
export const CORE_VERSION = "0.12.5";
|
||||
export const CORE_URL = `https://unpkg.com/@ffmpeg/core@${CORE_VERSION}/dist/umd/ffmpeg-core.js`;
|
||||
|
||||
export enum FFMessageType {
|
||||
@@ -21,4 +21,4 @@ export enum FFMessageType {
|
||||
LOG = "LOG",
|
||||
MOUNT = "MOUNT",
|
||||
UNMOUNT = "UNMOUNT",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user