RELEASE: v12.14 (main)

This commit is contained in:
Lucas Gelfond 2025-01-06 23:55:10 +01:00
parent 21b90a8d09
commit 4ace9e8a70
3 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -28718,7 +28718,7 @@
}, },
"packages/ffmpeg": { "packages/ffmpeg": {
"name": "@ffmpeg/ffmpeg", "name": "@ffmpeg/ffmpeg",
"version": "0.12.13", "version": "0.12.14",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@ffmpeg/types": "^0.12.4" "@ffmpeg/types": "^0.12.4"

View File

@ -1,6 +1,6 @@
{ {
"name": "@ffmpeg/ffmpeg", "name": "@ffmpeg/ffmpeg",
"version": "0.12.13", "version": "0.12.14",
"description": "FFmpeg WebAssembly version for browser", "description": "FFmpeg WebAssembly version for browser",
"main": "./dist/umd/ffmpeg.js", "main": "./dist/umd/ffmpeg.js",
"types": "./dist/esm/index.d.ts", "types": "./dist/esm/index.d.ts",

View File

@ -4,7 +4,7 @@ const fs = require("fs");
const NPM_URL = "https://registry.npmjs.org"; const NPM_URL = "https://registry.npmjs.org";
const ROOT = "public/assets"; const ROOT = "public/assets";
const FFMPEG_VERSION = "0.12.13"; const FFMPEG_VERSION = "0.12.14";
const UTIL_VERSION = "0.12.1"; const UTIL_VERSION = "0.12.1";
const CORE_VERSION = "0.12.9"; const CORE_VERSION = "0.12.9";
const CORE_MT_VERSION = "0.12.9"; const CORE_MT_VERSION = "0.12.9";