Skip to content

Commit 0215664

Browse files
committed
chore(release): v0.1.0
1 parent 0cdb311 commit 0215664

11 files changed

Lines changed: 19 additions & 19 deletions

File tree

npm/dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pproenca/webcodecs-ffmpeg-dev",
3-
"version": "0.1.0-alpha",
3+
"version": "0.1.0",
44
"description": "FFmpeg headers for Node.js native addon development",
55
"author": "Pedro Proenca",
66
"homepage": "https://github.com/pproenca/webcodecs-ffmpeg",

npm/webcodecs-ffmpeg-darwin-arm64-non-free/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pproenca/webcodecs-ffmpeg-darwin-arm64-non-free",
3-
"version": "0.1.0-alpha",
3+
"version": "0.1.0",
44
"description": "Prebuilt FFmpeg with all codecs including GPL x264/x265 for darwin-arm64",
55
"author": "Pedro Proenca",
66
"homepage": "https://github.com/pproenca/webcodecs-ffmpeg",

npm/webcodecs-ffmpeg-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pproenca/webcodecs-ffmpeg-darwin-arm64",
3-
"version": "0.1.0-alpha",
3+
"version": "0.1.0",
44
"description": "Prebuilt FFmpeg with LGPL-safe codecs (VP8/9, AV1, Opus, Vorbis, MP3) for darwin-arm64",
55
"author": "Pedro Proenca",
66
"homepage": "https://github.com/pproenca/webcodecs-ffmpeg",

npm/webcodecs-ffmpeg-darwin-x64-non-free/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pproenca/webcodecs-ffmpeg-darwin-x64-non-free",
3-
"version": "0.1.0-alpha",
3+
"version": "0.1.0",
44
"description": "Prebuilt FFmpeg with all codecs including GPL x264/x265 for darwin-x64",
55
"author": "Pedro Proenca",
66
"homepage": "https://github.com/pproenca/webcodecs-ffmpeg",

npm/webcodecs-ffmpeg-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pproenca/webcodecs-ffmpeg-darwin-x64",
3-
"version": "0.1.0-alpha",
3+
"version": "0.1.0",
44
"description": "Prebuilt FFmpeg with LGPL-safe codecs (VP8/9, AV1, Opus, Vorbis, MP3) for darwin-x64",
55
"author": "Pedro Proenca",
66
"homepage": "https://github.com/pproenca/webcodecs-ffmpeg",

npm/webcodecs-ffmpeg-linux-arm64-non-free/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pproenca/webcodecs-ffmpeg-linux-arm64-non-free",
3-
"version": "0.1.0-alpha",
3+
"version": "0.1.0",
44
"description": "Prebuilt FFmpeg with all codecs including GPL x264/x265 for linux-arm64",
55
"author": "Pedro Proenca",
66
"homepage": "https://github.com/pproenca/webcodecs-ffmpeg",

npm/webcodecs-ffmpeg-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pproenca/webcodecs-ffmpeg-linux-arm64",
3-
"version": "0.1.0-alpha",
3+
"version": "0.1.0",
44
"description": "Prebuilt FFmpeg with LGPL-safe codecs (VP8/9, AV1, Opus, Vorbis, MP3) for linux-arm64",
55
"author": "Pedro Proenca",
66
"homepage": "https://github.com/pproenca/webcodecs-ffmpeg",

npm/webcodecs-ffmpeg-linux-x64-non-free/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pproenca/webcodecs-ffmpeg-linux-x64-non-free",
3-
"version": "0.1.0-alpha",
3+
"version": "0.1.0",
44
"description": "Prebuilt FFmpeg with all codecs including GPL x264/x265 for linux-x64",
55
"author": "Pedro Proenca",
66
"homepage": "https://github.com/pproenca/webcodecs-ffmpeg",

npm/webcodecs-ffmpeg-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pproenca/webcodecs-ffmpeg-linux-x64",
3-
"version": "0.1.0-alpha",
3+
"version": "0.1.0",
44
"description": "Prebuilt FFmpeg with LGPL-safe codecs (VP8/9, AV1, Opus, Vorbis, MP3) for linux-x64",
55
"author": "Pedro Proenca",
66
"homepage": "https://github.com/pproenca/webcodecs-ffmpeg",

npm/webcodecs-ffmpeg-non-free/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pproenca/webcodecs-ffmpeg-non-free",
3-
"version": "0.1.0-alpha",
3+
"version": "0.1.0",
44
"description": "Prebuilt FFmpeg with all codecs including GPL x264/x265 - auto-selects platform",
55
"author": "Pedro Proenca",
66
"homepage": "https://github.com/pproenca/webcodecs-ffmpeg",
@@ -26,9 +26,9 @@
2626
"postinstall": "node install.js"
2727
},
2828
"optionalDependencies": {
29-
"@pproenca/webcodecs-ffmpeg-linux-arm64-non-free": "0.1.0-alpha",
30-
"@pproenca/webcodecs-ffmpeg-darwin-arm64-non-free": "0.1.0-alpha",
31-
"@pproenca/webcodecs-ffmpeg-darwin-x64-non-free": "0.1.0-alpha",
32-
"@pproenca/webcodecs-ffmpeg-linux-x64-non-free": "0.1.0-alpha"
29+
"@pproenca/webcodecs-ffmpeg-linux-arm64-non-free": "0.1.0",
30+
"@pproenca/webcodecs-ffmpeg-darwin-arm64-non-free": "0.1.0",
31+
"@pproenca/webcodecs-ffmpeg-darwin-x64-non-free": "0.1.0",
32+
"@pproenca/webcodecs-ffmpeg-linux-x64-non-free": "0.1.0"
3333
}
3434
}

0 commit comments

Comments
 (0)