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
5 changes: 2 additions & 3 deletions examples/multimodal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multimodal-demo",
"version": "0.29.0-rc.2",
"version": "0.29.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write .",
Expand All @@ -20,6 +20,5 @@
"prettier": "^3.6.2",
"typescript": "^5.9.3"
},
"module": "src/index.js",
"stableVersion": "0.28.1"
"module": "src/index.js"
}
5 changes: 2 additions & 3 deletions examples/room-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "room-manager",
"version": "0.29.0-rc.2",
"version": "0.29.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -34,6 +34,5 @@
"*.{ts,tsx,js,jsx}": [
"eslint --fix"
]
},
"stableVersion": "0.28.1"
}
}
5 changes: 2 additions & 3 deletions 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.29.0-rc.2",
"version": "0.29.0",
"scripts": {
"dev": "bun run --watch src/index.ts",
"typecheck": "tsc --noEmit"
Expand All @@ -17,6 +17,5 @@
"bun-types": "latest",
"typescript": "^5.9.3"
},
"module": "src/index.js",
"stableVersion": "0.28.1"
"module": "src/index.js"
}
5 changes: 2 additions & 3 deletions 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.29.0-rc.2",
"version": "0.29.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -20,6 +20,5 @@
"@vitejs/plugin-react": "^5.0.3",
"typescript": "^5.9.3",
"vite": "^7.1.9"
},
"stableVersion": "0.28.1"
}
}
5 changes: 2 additions & 3 deletions 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.29.0-rc.2",
"version": "0.29.0",
"workspaces": [
"frontend",
"backend"
Expand All @@ -16,6 +16,5 @@
"concurrently": "^9.2.1",
"prettier": "^3.6.2",
"typescript": "^5.9.3"
},
"stableVersion": "0.28.1"
}
}
5 changes: 2 additions & 3 deletions examples/transcription/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "transcription-demo",
"version": "0.29.0-rc.2",
"version": "0.29.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write .",
Expand All @@ -20,6 +20,5 @@
"prettier": "^3.6.2",
"typescript": "^5.9.3"
},
"module": "src/index.js",
"stableVersion": "0.28.1"
"module": "src/index.js"
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.29.0-rc.2",
"version": "0.29.0",
"license": "Apache-2.0",
"workspaces": [
"packages/*",
Expand Down Expand Up @@ -33,6 +33,5 @@
},
"lint-staged": {
"*.{ts,tsx,mjs,cjs,json,md,mdx,yaml,yml}": "prettier --write"
},
"stableVersion": "0.28.1"
}
}
5 changes: 2 additions & 3 deletions packages/composition/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fishjam-cloud/composition",
"version": "0.29.0-rc.2",
"version": "0.29.0",
"description": "React hooks and event bus for building Fishjam composition templates",
"homepage": "https://github.com/fishjam-cloud/js-server-sdk",
"author": "Fishjam Team",
Expand Down Expand Up @@ -81,6 +81,5 @@
"*.{js,ts,tsx,mjs,cjs}": [
"eslint --fix --config eslint.config.mjs"
]
},
"stableVersion": "0.29.0-rc.0"
}
}
5 changes: 2 additions & 3 deletions 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.29.0-rc.2",
"version": "0.29.0",
"private": true,
"description": "Fishjam OpenAPI",
"homepage": "https://github.com/fishjam-cloud/js-server-sdk",
Expand Down Expand Up @@ -44,6 +44,5 @@
},
"engines": {
"node": ">=18"
},
"stableVersion": "0.28.1"
}
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apis/CredentialsApi.ts
apis/MoQApi.ts
apis/RecordingsApi.ts
apis/RoomsApi.ts
apis/StreamersApi.ts
apis/StreamsApi.ts
Expand All @@ -11,6 +12,7 @@ models/AgentOutput.ts
models/AudioFormat.ts
models/AudioSampleRate.ts
models/CompositionInfo.ts
models/CompositionSource.ts
models/ModelError.ts
models/MoqAccess.ts
models/MoqAccessConfig.ts
Expand All @@ -28,6 +30,12 @@ models/PeerRefreshTokenResponse.ts
models/PeerRefreshTokenResponseData.ts
models/PeerStatus.ts
models/PeerType.ts
models/Recording.ts
models/RecordingConfig.ts
models/RecordingDetailsResponse.ts
models/RecordingListResponse.ts
models/RecordingSource.ts
models/RecordingStatus.ts
models/Room.ts
models/RoomConfig.ts
models/RoomCreateDetailsResponse.ts
Expand Down
Loading
Loading