Skip to content

Commit 9b3f914

Browse files
SDK regeneration
1 parent fd629ba commit 9b3f914

43 files changed

Lines changed: 750 additions & 1321 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.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": "8dd6f48a06eee8c3985894f68ba3b554e5564d21",
14+
"originGitCommit": "335af96251466afae7a9f71badb65c630a48626e",
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",
@@ -441,6 +441,17 @@
441441
},
442442
"default": "./dist/cjs/api/resources/speak/resources/v1/exports.js"
443443
},
444+
"./speak/v2": {
445+
"import": {
446+
"types": "./dist/esm/api/resources/speak/resources/v2/exports.d.mts",
447+
"default": "./dist/esm/api/resources/speak/resources/v2/exports.mjs"
448+
},
449+
"require": {
450+
"types": "./dist/cjs/api/resources/speak/resources/v2/exports.d.ts",
451+
"default": "./dist/cjs/api/resources/speak/resources/v2/exports.js"
452+
},
453+
"default": "./dist/cjs/api/resources/speak/resources/v2/exports.js"
454+
},
444455
"./speak/v1/audio": {
445456
"import": {
446457
"types": "./dist/esm/api/resources/speak/resources/v1/resources/audio/exports.d.mts",
@@ -516,15 +527,9 @@
516527
"@types/ws": "^8.18.1",
517528
"vitest": "^4.1.1",
518529
"msw": "2.11.2",
519-
"@types/node": "^20.17.57",
530+
"@types/node": "^20.0.0",
520531
"typescript": "~5.9.3",
521-
"@biomejs/biome": "2.4.10",
522-
"@commitlint/cli": "20.5.0",
523-
"@commitlint/config-conventional": "20.0.0",
524-
"tsx": "4.20.6",
525-
"playwright": "1.59.1",
526-
"vite": "6.4.2",
527-
"terser": "5.46.1"
532+
"@biomejs/biome": "2.4.10"
528533
},
529534
"browser": {
530535
"fs": false,

0 commit comments

Comments
 (0)