@livekit/agents-plugin-azure 1.6.4 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -21,7 +21,7 @@ class AzurePlugin extends import_agents.Plugin {
21
21
  constructor() {
22
22
  super({
23
23
  title: "azure",
24
- version: "1.6.4",
24
+ version: "1.7.1",
25
25
  package: "@livekit/agents-plugin-azure"
26
26
  });
27
27
  }
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ class AzurePlugin extends Plugin {
4
4
  constructor() {
5
5
  super({
6
6
  title: "azure",
7
- version: "1.6.4",
7
+ version: "1.7.1",
8
8
  package: "@livekit/agents-plugin-azure"
9
9
  });
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livekit/agents-plugin-azure",
3
- "version": "1.6.4",
3
+ "version": "1.7.1",
4
4
  "description": "Azure plugin for LiveKit Agents for Node.js",
5
5
  "main": "dist/index.js",
6
6
  "require": "dist/index.cjs",
@@ -28,18 +28,18 @@
28
28
  "README.md"
29
29
  ],
30
30
  "devDependencies": {
31
- "@livekit/rtc-node": "^0.13.33",
32
- "@microsoft/api-extractor": "^7.35.0",
31
+ "@livekit/rtc-node": "^0.13.34",
32
+ "@microsoft/api-extractor": "^7.58.12",
33
33
  "tsup": "^8.3.5",
34
34
  "typescript": "^5.0.0",
35
- "@livekit/agents": "1.6.4"
35
+ "@livekit/agents": "1.7.1"
36
36
  },
37
37
  "dependencies": {
38
38
  "microsoft-cognitiveservices-speech-sdk": "^1.50.0"
39
39
  },
40
40
  "peerDependencies": {
41
- "@livekit/rtc-node": "^0.13.33",
42
- "@livekit/agents": "1.6.4"
41
+ "@livekit/rtc-node": "^0.13.34",
42
+ "@livekit/agents": "1.7.1"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "tsup --onSuccess \"pnpm build:types\"",