Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/multimodal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multimodal-demo",
"version": "0.25.3",
"version": "0.25.4",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write .",
Expand Down
2 changes: 1 addition & 1 deletion examples/room-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "room-manager",
"version": "0.25.3",
"version": "0.25.4",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/selective-subscription/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selective-subscription-backend",
"version": "0.25.3",
"version": "0.25.4",
"scripts": {
"dev": "bun run --watch src/index.ts",
"typecheck": "tsc --noEmit"
Expand Down
2 changes: 1 addition & 1 deletion examples/selective-subscription/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "selective-subscription-frontend",
"private": true,
"version": "0.25.3",
"version": "0.25.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/selective-subscription/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selective-subscription-demo",
"version": "0.25.3",
"version": "0.25.4",
"workspaces": [
"frontend",
"backend"
Expand Down
2 changes: 1 addition & 1 deletion examples/transcription/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transcription-demo",
"version": "0.25.3",
"version": "0.25.4",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write .",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.25.3",
"version": "0.25.4",
"license": "Apache-2.0",
"workspaces": [
"packages/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/fishjam-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fishjam-cloud/fishjam-openapi",
"version": "0.25.3",
"version": "0.25.4",
"private": true,
"description": "Fishjam OpenAPI",
"homepage": "https://github.com/fishjam-cloud/js-server-sdk",
Expand Down
2 changes: 1 addition & 1 deletion packages/fishjam-proto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fishjam-cloud/fishjam-proto",
"version": "0.25.3",
"version": "0.25.4",
"private": true,
"description": "Fishjam Proto",
"homepage": "https://github.com/fishjam-cloud/js-server-sdk",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-server-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fishjam-cloud/js-server-sdk",
"version": "0.25.3",
"version": "0.25.4",
"description": "Fishjam server SDK for JavaScript",
"homepage": "https://github.com/fishjam-cloud/js-server-sdk",
"author": "Fishjam Team",
Expand Down
Loading