Skip to content

Commit cf0358c

Browse files
authored
Fix workspace dependencies (#636)
1 parent 934c490 commit cf0358c

File tree

11 files changed

+52
-52
lines changed

11 files changed

+52
-52
lines changed

plugins/cartesia/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"api:update": "api-extractor run --local --typescript-compiler-folder ../../node_modules/typescript --verbose"
3535
},
3636
"devDependencies": {
37-
"@livekit/agents": "workspace:^1.0.0-next.2",
38-
"@livekit/agents-plugin-openai": "workspace:^1.0.0-next.2",
39-
"@livekit/agents-plugins-test": "workspace:^1.0.0-next.2",
37+
"@livekit/agents": "workspace:*",
38+
"@livekit/agents-plugin-openai": "workspace:*",
39+
"@livekit/agents-plugins-test": "workspace:*",
4040
"@livekit/rtc-node": "^0.13.12",
4141
"@microsoft/api-extractor": "^7.35.0",
4242
"@types/ws": "^8.5.10",
@@ -47,7 +47,7 @@
4747
"ws": "^8.16.0"
4848
},
4949
"peerDependencies": {
50-
"@livekit/agents": "workspace:^1.0.0-next.2",
50+
"@livekit/agents": "workspace:*",
5151
"@livekit/rtc-node": "^0.13.12"
5252
}
5353
}

plugins/deepgram/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"api:update": "api-extractor run --local --typescript-compiler-folder ../../node_modules/typescript --verbose"
3535
},
3636
"devDependencies": {
37-
"@livekit/agents": "workspace:^1.0.0-next.2",
38-
"@livekit/agents-plugin-silero": "workspace:^1.0.0-next.2",
39-
"@livekit/agents-plugins-test": "workspace:^1.0.0-next.2",
37+
"@livekit/agents": "workspace:*",
38+
"@livekit/agents-plugin-silero": "workspace:*",
39+
"@livekit/agents-plugins-test": "workspace:*",
4040
"@livekit/rtc-node": "^0.13.12",
4141
"@microsoft/api-extractor": "^7.35.0",
4242
"@types/ws": "^8.5.10",
@@ -47,7 +47,7 @@
4747
"ws": "^8.16.0"
4848
},
4949
"peerDependencies": {
50-
"@livekit/agents": "workspace:^1.0.0-next.2",
50+
"@livekit/agents": "workspace:*",
5151
"@livekit/rtc-node": "^0.13.12"
5252
}
5353
}

plugins/elevenlabs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"api:update": "api-extractor run --local --typescript-compiler-folder ../../node_modules/typescript --verbose"
3535
},
3636
"devDependencies": {
37-
"@livekit/agents": "workspace:^1.0.0-next.2",
38-
"@livekit/agents-plugin-openai": "workspace:^1.0.0-next.2",
39-
"@livekit/agents-plugins-test": "workspace:^1.0.0-next.2",
37+
"@livekit/agents": "workspace:*",
38+
"@livekit/agents-plugin-openai": "workspace:*",
39+
"@livekit/agents-plugins-test": "workspace:*",
4040
"@livekit/rtc-node": "^0.13.12",
4141
"@microsoft/api-extractor": "^7.35.0",
4242
"@types/ws": "^8.5.10",
@@ -47,7 +47,7 @@
4747
"ws": "^8.16.0"
4848
},
4949
"peerDependencies": {
50-
"@livekit/agents": "workspace:^1.0.0-next.2",
50+
"@livekit/agents": "workspace:*",
5151
"@livekit/rtc-node": "^0.13.12"
5252
}
5353
}

plugins/google/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"api:update": "api-extractor run --local --typescript-compiler-folder ../../node_modules/typescript --verbose"
3535
},
3636
"devDependencies": {
37-
"@livekit/agents": "workspace:^1.0.0-next.2",
38-
"@livekit/agents-plugin-openai": "workspace:^1.0.0-next.2",
39-
"@livekit/agents-plugins-test": "workspace:^1.0.0-next.2",
37+
"@livekit/agents": "workspace:*",
38+
"@livekit/agents-plugin-openai": "workspace:*",
39+
"@livekit/agents-plugins-test": "workspace:*",
4040
"@livekit/rtc-node": "^0.13.12",
4141
"@microsoft/api-extractor": "^7.35.0",
4242
"tsup": "^8.3.5",
@@ -49,7 +49,7 @@
4949
"json-schema": "^0.4.0"
5050
},
5151
"peerDependencies": {
52-
"@livekit/agents": "workspace:^1.0.0-next.2",
52+
"@livekit/agents": "workspace:*",
5353
"@livekit/rtc-node": "^0.13.12"
5454
}
5555
}

plugins/livekit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@
3434
"api:update": "api-extractor run --local --typescript-compiler-folder ../../node_modules/typescript --verbose"
3535
},
3636
"devDependencies": {
37-
"@livekit/agents": "workspace:^1.0.0-next.2",
37+
"@livekit/agents": "workspace:*",
3838
"@microsoft/api-extractor": "^7.35.0",
3939
"onnxruntime-common": ">=1.19.0 <1.22.0",
4040
"tsup": "^8.3.5",
4141
"typescript": "^5.0.0"
4242
},
4343
"peerDependencies": {
44-
"@livekit/agents": "workspace:^1.0.0-next.2"
44+
"@livekit/agents": "workspace:*"
4545
},
4646
"dependencies": {
4747
"@huggingface/hub": "^2.4.0",

plugins/neuphonic/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"api:update": "api-extractor run --local --typescript-compiler-folder ../../node_modules/typescript --verbose"
3535
},
3636
"devDependencies": {
37-
"@livekit/agents": "workspace:^1.0.0-next.2",
38-
"@livekit/agents-plugin-openai": "workspace:^1.0.0-next.2",
39-
"@livekit/agents-plugins-test": "workspace:^1.0.0-next.2",
37+
"@livekit/agents": "workspace:*",
38+
"@livekit/agents-plugin-openai": "workspace:*",
39+
"@livekit/agents-plugins-test": "workspace:*",
4040
"@livekit/rtc-node": "^0.13.12",
4141
"@microsoft/api-extractor": "^7.35.0",
4242
"@types/ws": "^8.5.10",
@@ -47,7 +47,7 @@
4747
"ws": "^8.16.0"
4848
},
4949
"peerDependencies": {
50-
"@livekit/agents": "workspace:^1.0.0-next.2",
50+
"@livekit/agents": "workspace:*",
5151
"@livekit/rtc-node": "^0.13.12"
5252
}
5353
}

plugins/openai/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"api:update": "api-extractor run --local --typescript-compiler-folder ../../node_modules/typescript --verbose"
3535
},
3636
"devDependencies": {
37-
"@livekit/agents": "workspace:^1.0.0-next.2",
38-
"@livekit/agents-plugin-silero": "workspace:^1.0.0-next.2",
39-
"@livekit/agents-plugins-test": "workspace:^1.0.0-next.2",
37+
"@livekit/agents": "workspace:*",
38+
"@livekit/agents-plugin-silero": "workspace:*",
39+
"@livekit/agents-plugins-test": "workspace:*",
4040
"@livekit/rtc-node": "^0.13.12",
4141
"@microsoft/api-extractor": "^7.35.0",
4242
"@types/ws": "^8.5.10",
@@ -50,7 +50,7 @@
5050
"ws": "^8.16.0"
5151
},
5252
"peerDependencies": {
53-
"@livekit/agents": "workspace:^1.0.0-next.2",
53+
"@livekit/agents": "workspace:*",
5454
"@livekit/rtc-node": "^0.13.12"
5555
}
5656
}

plugins/resemble/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"ws": "^8.16.0"
4848
},
4949
"peerDependencies": {
50-
"@livekit/agents": "workspace:^1.0.0-next.2",
50+
"@livekit/agents": "workspace:*",
5151
"@livekit/rtc-node": "^0.13.12"
5252
}
5353
}

plugins/silero/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"api:update": "api-extractor run --local --typescript-compiler-folder ../../node_modules/typescript --verbose"
3535
},
3636
"devDependencies": {
37-
"@livekit/agents": "workspace:^1.0.0-next.2",
37+
"@livekit/agents": "workspace:*",
3838
"@livekit/rtc-node": "^0.13.12",
3939
"@microsoft/api-extractor": "^7.35.0",
4040
"@types/ws": "^8.5.10",
@@ -47,7 +47,7 @@
4747
"ws": "^8.16.0"
4848
},
4949
"peerDependencies": {
50-
"@livekit/agents": "workspace:^1.0.0-next.2",
50+
"@livekit/agents": "workspace:*",
5151
"@livekit/rtc-node": "^0.13.12"
5252
}
5353
}

plugins/test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint": "eslint -f unix \"src/**/*.{ts,js}\""
3232
},
3333
"devDependencies": {
34-
"@livekit/agents": "workspace:^1.0.0-next.2",
34+
"@livekit/agents": "workspace:*",
3535
"@livekit/rtc-node": "^0.13.12",
3636
"@types/node": "^22.5.5",
3737
"tsup": "^8.3.5",
@@ -43,7 +43,7 @@
4343
"zod": "^3.23.8"
4444
},
4545
"peerDependencies": {
46-
"@livekit/agents": "workspace:^1.0.0-next.2",
46+
"@livekit/agents": "workspace:*",
4747
"@livekit/rtc-node": "^0.13.12"
4848
}
4949
}

0 commit comments

Comments
 (0)