Bump minor version

This commit is contained in:
Vanilagy
2025-09-25 15:11:48 +02:00
parent 3f03eb8fbb
commit 728c8cd928
4 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -34,8 +34,8 @@
} }
const canvas = document.createElement('canvas'); const canvas = document.createElement('canvas');
canvas.width = 1920; canvas.width = 640;
canvas.height = 1080; canvas.height = 480;
const context = canvas.getContext('2d'); const context = canvas.getContext('2d');
let format = new Mediabunny.MkvOutputFormat({ streamable: false }); let format = new Mediabunny.MkvOutputFormat({ streamable: false });
@@ -47,7 +47,7 @@
format = new Mediabunny.MkvOutputFormat(); format = new Mediabunny.MkvOutputFormat();
format = new Mediabunny.MovOutputFormat(); format = new Mediabunny.MovOutputFormat();
format = new Mediabunny.Mp4OutputFormat({ fastStart: 'reserve' }); format = new Mediabunny.Mp4OutputFormat({ fastStart: 'reserve' });
format = new Mediabunny.MkvOutputFormat(); format = new Mediabunny.WebMOutputFormat();
let target = new Mediabunny.BufferTarget(); let target = new Mediabunny.BufferTarget();
/* /*
+6 -6
View File
@@ -1,12 +1,12 @@
{ {
"name": "mediabunny", "name": "mediabunny",
"version": "1.19.1", "version": "1.20.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mediabunny", "name": "mediabunny",
"version": "1.19.1", "version": "1.20.0",
"license": "MPL-2.0", "license": "MPL-2.0",
"workspaces": [ "workspaces": [
"packages/*" "packages/*"
@@ -7749,9 +7749,9 @@
} }
}, },
"node_modules/mediabunny": { "node_modules/mediabunny": {
"version": "1.19.0", "version": "1.19.1",
"resolved": "https://registry.npmjs.org/mediabunny/-/mediabunny-1.19.0.tgz", "resolved": "https://registry.npmjs.org/mediabunny/-/mediabunny-1.19.1.tgz",
"integrity": "sha512-tqQqaqY/G8U+oa6NsgffxsBJnoYl8A6bMtHWVnvjyp1FAeBH7f5oZKQpRVGWMpRMd9EK852sFvOOq/dOmb+Mvg==", "integrity": "sha512-nyaxskRhj7w634RZ/D0+xbc//nclDVBM1eG9hrrPL/lEG4PW1pBSRHsgPRXQX/PvUXNfJTYQsTl0SYFCrch9PA==",
"license": "MPL-2.0", "license": "MPL-2.0",
"peer": true, "peer": true,
"workspaces": [ "workspaces": [
@@ -12242,7 +12242,7 @@
}, },
"packages/mp3-encoder": { "packages/mp3-encoder": {
"name": "@mediabunny/mp3-encoder", "name": "@mediabunny/mp3-encoder",
"version": "1.19.1", "version": "1.20.0",
"license": "MPL-2.0", "license": "MPL-2.0",
"devDependencies": { "devDependencies": {
"@types/emscripten": "^1.40.1" "@types/emscripten": "^1.40.1"
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "mediabunny", "name": "mediabunny",
"author": "Vanilagy", "author": "Vanilagy",
"version": "1.19.1", "version": "1.20.0",
"description": "Pure TypeScript media toolkit for reading, writing, and converting media files, directly in the browser.", "description": "Pure TypeScript media toolkit for reading, writing, and converting media files, directly in the browser.",
"type": "module", "type": "module",
"workspaces": [ "workspaces": [
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "@mediabunny/mp3-encoder", "name": "@mediabunny/mp3-encoder",
"author": "Vanilagy", "author": "Vanilagy",
"version": "1.19.1", "version": "1.20.0",
"description": "MP3 encoder extension for Mediabunny, based on LAME.", "description": "MP3 encoder extension for Mediabunny, based on LAME.",
"main": "./dist/bundles/mediabunny-mp3-encoder.mjs", "main": "./dist/bundles/mediabunny-mp3-encoder.mjs",
"module": "./dist/bundles/mediabunny-mp3-encoder.mjs", "module": "./dist/bundles/mediabunny-mp3-encoder.mjs",