Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Version Packages" #266

Merged
merged 3 commits into from
Sep 12, 2024
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: 5 additions & 0 deletions .changeset/nasty-ravens-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@livekit/rtc-node": minor
---

publishTranscription
5 changes: 5 additions & 0 deletions .changeset/slow-points-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@livekit/rtc-node": patch
---

audiostream: add resampling options
5 changes: 5 additions & 0 deletions .changeset/wise-dolls-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'livekit-server-sdk': patch
---

Include support for SRT Egress
4 changes: 2 additions & 2 deletions examples/publish-wav/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@livekit/rtc-node": "^0.8.0",
"@livekit/rtc-node": "workspace:*",
"dotenv": "^16.4.5",
"livekit-server-sdk": "^2.6.2"
"livekit-server-sdk": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.10.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/receive-audio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"keywords": [],
"license": "Apache-2.0",
"dependencies": {
"@livekit/rtc-node": "^0.8.0",
"@livekit/rtc-node": "workspace:*",
"dotenv": "^16.4.5",
"livekit-server-sdk": "^2.6.2"
"livekit-server-sdk": "workspace:*"
},
"devDependencies": {
"@types/node": "^20.10.4",
Expand Down
10 changes: 0 additions & 10 deletions packages/livekit-rtc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# @livekit/rtc-node

## 0.8.0

### Minor Changes

- publishTranscription - [#265](https://github.com/livekit/node-sdks/pull/265) ([@bcherry](https://github.com/bcherry))

### Patch Changes

- audiostream: add resampling options - [#264](https://github.com/livekit/node-sdks/pull/264) ([@bcherry](https://github.com/bcherry))

## 0.7.0

### Minor Changes
Expand Down
2 changes: 0 additions & 2 deletions packages/livekit-rtc/npm/darwin-arm64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# @livekit/rtc-node-darwin-arm64

## 0.8.0

## 0.7.0

## 0.6.2
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-rtc/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@livekit/rtc-node-darwin-arm64",
"version": "0.8.0",
"version": "0.7.0",
"repository": {
"type": "git",
"url": "https://github.com/livekit/node-sdks.git",
Expand Down
2 changes: 0 additions & 2 deletions packages/livekit-rtc/npm/darwin-x64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# @livekit/rtc-node-darwin-x64

## 0.8.0

## 0.7.0

## 0.6.2
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-rtc/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@livekit/rtc-node-darwin-x64",
"author": "LiveKit",
"version": "0.8.0",
"version": "0.7.0",
"repository": {
"type": "git",
"url": "https://github.com/livekit/node-sdks.git",
Expand Down
2 changes: 0 additions & 2 deletions packages/livekit-rtc/npm/linux-arm64-gnu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# @livekit/rtc-node-linux-arm64-gnu

## 0.8.0

## 0.7.0

## 0.6.2
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-rtc/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@livekit/rtc-node-linux-arm64-gnu",
"author": "LiveKit",
"version": "0.8.0",
"version": "0.7.0",
"repository": {
"type": "git",
"url": "https://github.com/livekit/node-sdks.git",
Expand Down
2 changes: 0 additions & 2 deletions packages/livekit-rtc/npm/linux-x64-gnu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# @livekit/rtc-node-linux-x64-gnu

## 0.8.0

## 0.7.0

## 0.6.2
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-rtc/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@livekit/rtc-node-linux-x64-gnu",
"author": "LiveKit",
"version": "0.8.0",
"version": "0.7.0",
"repository": {
"type": "git",
"url": "https://github.com/livekit/node-sdks.git",
Expand Down
2 changes: 0 additions & 2 deletions packages/livekit-rtc/npm/win32-x64-msvc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# @livekit/rtc-node-win32-x64-msvc

## 0.8.0

## 0.7.0

## 0.6.2
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-rtc/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@livekit/rtc-node-win32-x64-msvc",
"author": "LiveKit",
"version": "0.8.0",
"version": "0.7.0",
"repository": {
"type": "git",
"url": "https://github.com/livekit/node-sdks.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-rtc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "LiveKit RTC Node",
"license": "Apache-2.0",
"author": "LiveKit",
"version": "0.8.0",
"version": "0.7.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
Expand Down
6 changes: 0 additions & 6 deletions packages/livekit-server-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# livekit-server-sdk

## 2.6.2

### Patch Changes

- Include support for SRT Egress - [#255](https://github.com/livekit/node-sdks/pull/255) ([@davidzhao](https://github.com/davidzhao))

## 2.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/livekit-server-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "livekit-server-sdk",
"version": "2.6.2",
"version": "2.6.1",
"description": "Server-side SDK for LiveKit",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
86 changes: 8 additions & 78 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading