Fix links in mp3-encoder's package.json

This commit is contained in:
Vanilagy
2025-08-10 04:08:22 +02:00
parent 224da29440
commit db437bba01
3 changed files with 11 additions and 10 deletions
+6 -6
View File
@@ -1,12 +1,12 @@
{ {
"name": "mediabunny", "name": "mediabunny",
"version": "1.6.1", "version": "1.6.2",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mediabunny", "name": "mediabunny",
"version": "1.6.1", "version": "1.6.2",
"license": "MPL-2.0", "license": "MPL-2.0",
"workspaces": [ "workspaces": [
"packages/*" "packages/*"
@@ -5900,9 +5900,9 @@
} }
}, },
"node_modules/mediabunny": { "node_modules/mediabunny": {
"version": "1.6.0", "version": "1.6.1",
"resolved": "https://registry.npmjs.org/mediabunny/-/mediabunny-1.6.0.tgz", "resolved": "https://registry.npmjs.org/mediabunny/-/mediabunny-1.6.1.tgz",
"integrity": "sha512-6qBEk4sxAiZQINUvww/ose/hwqw7MIZXYbnBMezd7Uoh6v+Fkr4JQAkNyimli/fEgOJ0DJ8tglTJ/hyLMCH69w==", "integrity": "sha512-ERSjrBcytllVGFmdpC7bWwi4Ym0B6q48Rxgo9byHAMrsXyOK738bYo8hJTTZuNeIyAz1MhoYGpKRyv67klJnJg==",
"license": "MPL-2.0", "license": "MPL-2.0",
"peer": true, "peer": true,
"workspaces": [ "workspaces": [
@@ -9017,7 +9017,7 @@
}, },
"packages/mp3-encoder": { "packages/mp3-encoder": {
"name": "@mediabunny/mp3-encoder", "name": "@mediabunny/mp3-encoder",
"version": "1.6.1", "version": "1.6.2",
"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.6.1", "version": "1.6.2",
"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": [
+4 -3
View File
@@ -1,7 +1,7 @@
{ {
"name": "@mediabunny/mp3-encoder", "name": "@mediabunny/mp3-encoder",
"author": "Vanilagy", "author": "Vanilagy",
"version": "1.6.1", "version": "1.6.2",
"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",
@@ -22,12 +22,13 @@
"license": "MPL-2.0", "license": "MPL-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/Vanilagy/mediabunny.git" "url": "git+https://github.com/Vanilagy/mediabunny.git",
"directory": "packages/mp3-encoder"
}, },
"bugs": { "bugs": {
"url": "https://github.com/Vanilagy/mediabunny/issues" "url": "https://github.com/Vanilagy/mediabunny/issues"
}, },
"homepage": "https://mediabunny.dev/", "homepage": "https://mediabunny.dev/guide/extensions/mp3-encoder",
"funding": { "funding": {
"type": "individual", "type": "individual",
"url": "https://github.com/sponsors/Vanilagy" "url": "https://github.com/sponsors/Vanilagy"