Bump patch

This commit is contained in:
Vanilagy
2025-11-20 09:22:26 +01:00
parent 9464adf22f
commit c5d1efc18d
3 changed files with 8 additions and 8 deletions
+6 -6
View File
@@ -1,12 +1,12 @@
{
"name": "mediabunny",
"version": "1.25.0",
"version": "1.25.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mediabunny",
"version": "1.25.0",
"version": "1.25.1",
"license": "MPL-2.0",
"workspaces": [
"packages/*"
@@ -7749,9 +7749,9 @@
}
},
"node_modules/mediabunny": {
"version": "1.24.7",
"resolved": "https://registry.npmjs.org/mediabunny/-/mediabunny-1.24.7.tgz",
"integrity": "sha512-uXGKRRWpl+KtbXaEHNYcW4XyWmTXrPQ7hqAtWwS33vn1d9uo6DPZX7a+QVTj+LljKxPCH3mM1dHoWR+2a5E9GA==",
"version": "1.25.0",
"resolved": "https://registry.npmjs.org/mediabunny/-/mediabunny-1.25.0.tgz",
"integrity": "sha512-ozaqk6zS2Vbf3+3+OoxKfnCVeZRcv5PO8DgQtBrM5vpWIbpEK+kMVV6pgfo4mC3XtMwvQEMbhj3zEf0LNklh9w==",
"license": "MPL-2.0",
"peer": true,
"workspaces": [
@@ -12242,7 +12242,7 @@
},
"packages/mp3-encoder": {
"name": "@mediabunny/mp3-encoder",
"version": "1.25.0",
"version": "1.25.1",
"license": "MPL-2.0",
"devDependencies": {
"@types/emscripten": "^1.40.1"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "mediabunny",
"author": "Vanilagy",
"version": "1.25.0",
"version": "1.25.1",
"description": "Pure TypeScript media toolkit for reading, writing, and converting media files, directly in the browser.",
"type": "module",
"workspaces": [
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@mediabunny/mp3-encoder",
"author": "Vanilagy",
"version": "1.25.0",
"version": "1.25.1",
"description": "MP3 encoder extension for Mediabunny, based on LAME.",
"main": "./dist/bundles/mediabunny-mp3-encoder.mjs",
"module": "./dist/bundles/mediabunny-mp3-encoder.mjs",