Skip to content

Commit 98ca7fd

Browse files
committed
Update deps
1 parent 39e02ad commit 98ca7fd

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/encode-aiff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@audio/encode-aiff",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Encode PCM audio samples to AIFF format",
55
"type": "module",
66
"main": "aiff-encode.js",

packages/encode-flac/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@audio/encode-flac",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Encode PCM audio samples to FLAC format via WASM",
55
"type": "module",
66
"main": "flac-encode.js",

packages/encode-mp3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@audio/encode-mp3",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Encode PCM audio samples to MP3 format via WASM",
55
"type": "module",
66
"main": "mp3-encode.js",

packages/encode-ogg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@audio/encode-ogg",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Encode PCM audio samples to OGG Vorbis format via WASM",
55
"type": "module",
66
"main": "ogg-encode.js",

packages/encode-opus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@audio/encode-opus",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Encode PCM audio samples to Ogg Opus format via WASM",
55
"type": "module",
66
"main": "opus-encode.js",

packages/encode-wav/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@audio/encode-wav",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Encode PCM audio samples to WAV format",
55
"type": "module",
66
"main": "wav-encode.js",

0 commit comments

Comments
 (0)