Skip to content

Commit cbcb3c5

Browse files
SDK regeneration
1 parent 8ce8686 commit cbcb3c5

36 files changed

Lines changed: 566 additions & 1157 deletions

.fern/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"shouldGenerateWebsocketClients": true,
1212
"enableForwardCompatibleEnums": true
1313
},
14-
"originGitCommit": "335af96251466afae7a9f71badb65c630a48626e",
14+
"originGitCommit": "14c0ca94fcd0279d99570389d7b688dc3a18ea41",
1515
"originGitCommitIsDirty": true,
1616
"invokedBy": "manual",
17-
"sdkVersion": "5.5.0"
17+
"sdkVersion": "5.5.1"
1818
}

biome.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
"$schema": "https://biomejs.dev/schemas/2.4.10/schema.json",
33
"root": true,
44
"vcs": {
5-
"clientKind": "git",
6-
"enabled": true,
7-
"useIgnoreFile": true
5+
"enabled": false
86
},
97
"files": {
108
"ignoreUnknown": true,

package.json

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepgram/sdk",
3-
"version": "5.5.0",
3+
"version": "5.5.1",
44
"private": false,
55
"repository": {
66
"type": "git",
@@ -463,6 +463,17 @@
463463
},
464464
"default": "./dist/cjs/api/resources/speak/resources/v1/resources/audio/exports.js"
465465
},
466+
"./speak/v2/audio": {
467+
"import": {
468+
"types": "./dist/esm/api/resources/speak/resources/v2/resources/audio/exports.d.mts",
469+
"default": "./dist/esm/api/resources/speak/resources/v2/resources/audio/exports.mjs"
470+
},
471+
"require": {
472+
"types": "./dist/cjs/api/resources/speak/resources/v2/resources/audio/exports.d.ts",
473+
"default": "./dist/cjs/api/resources/speak/resources/v2/resources/audio/exports.js"
474+
},
475+
"default": "./dist/cjs/api/resources/speak/resources/v2/resources/audio/exports.js"
476+
},
466477
"./voiceAgent": {
467478
"import": {
468479
"types": "./dist/esm/api/resources/voiceAgent/exports.d.mts",
@@ -527,15 +538,9 @@
527538
"@types/ws": "^8.18.1",
528539
"vitest": "^4.1.1",
529540
"msw": "2.11.2",
530-
"@types/node": "^20.17.57",
541+
"@types/node": "^20.0.0",
531542
"typescript": "~5.9.3",
532-
"@biomejs/biome": "2.4.10",
533-
"@commitlint/cli": "20.5.0",
534-
"@commitlint/config-conventional": "20.0.0",
535-
"tsx": "4.20.6",
536-
"playwright": "1.59.1",
537-
"vite": "6.4.2",
538-
"terser": "5.46.1"
543+
"@biomejs/biome": "2.4.10"
539544
},
540545
"browser": {
541546
"fs": false,

0 commit comments

Comments
 (0)