Skip to content

Commit fd04687

Browse files
committed
Bump version to 0.5.4
1 parent 3a78408 commit fd04687

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"type": "module",
55
"engines": {
66
"node": ">=20"

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moqt/browser",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Browser adapters for @moqt/player: WebCodecs decoding, Canvas and WebAudio rendering, and MSE/CMAF playback, implementing the player's swappable interfaces.",
55
"license": "Apache-2.0",
66
"author": "OpenMOQ (https://github.com/openmoq)",

packages/loc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moqt/loc",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Low Overhead Media Container (LOC) codec for Media over QUIC (MoQ): parses and builds LOC header extensions and yields WebCodecs-ready media chunks.",
55
"license": "Apache-2.0",
66
"author": "OpenMOQ (https://github.com/openmoq)",

packages/msf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moqt/msf",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Media over QUIC Streaming Format (MSF) catalog: JSON catalog parsing, validation, track selection and ABR, delta updates, and timeline parsing.",
55
"license": "Apache-2.0",
66
"author": "OpenMOQ (https://github.com/openmoq)",

packages/playa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@playa/player",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Batteries-included Media over QUIC (MoQ) media player for the browser.",
55
"license": "Apache-2.0",
66
"author": "OpenMOQ (https://github.com/openmoq)",

packages/playa/src/player.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export class Player {
7979
// ─── Static ──────────────────────────────────────────────────────
8080

8181
/** Player version (set at build time). */
82-
static readonly version = '0.5.3';
82+
static readonly version = '0.5.4';
8383

8484
/** Check if the current browser supports MoQ playback. */
8585
static isSupported(): boolean {

packages/playback/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moqt/playback",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Sans-I/O media playback core for Media over QUIC (MoQ): jitter buffer, A/V sync, gap detection, decoder state machine, and pipeline orchestration.",
55
"license": "Apache-2.0",
66
"author": "OpenMOQ (https://github.com/openmoq)",

packages/player/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moqt/player",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Convenience facade for Media over QUIC (MoQ) playback: wires the sans-I/O core packages into a simple load()/play()/pause()/destroy() API.",
55
"license": "Apache-2.0",
66
"author": "OpenMOQ (https://github.com/openmoq)",

packages/transport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moqt/transport",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Sans-I/O protocol core for Media over QUIC Transport (MoQT): wire codec and session state machine for draft-14/16/18, with no I/O.",
55
"license": "Apache-2.0",
66
"author": "OpenMOQ (https://github.com/openmoq)",

packages/webtransport/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moqt/webtransport",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Media over QUIC Transport (MoQT) session over WebTransport — the WebTransport binding for @moqt/transport.",
55
"license": "Apache-2.0",
66
"author": "OpenMOQ (https://github.com/openmoq)",

0 commit comments

Comments
 (0)