File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.6.4]
11
+
10
12
### Added
11
13
12
14
- ` transcribe ` method will now return transcription results for both urls or buffers.
@@ -15,4 +17,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
17
16
18
---
17
19
18
- [ unreleased ] : https://github.com/vonage/vscode/compare/edc07b4...HEAD
20
+ [ unreleased ] : https://github.com/vonage/vscode/compare/0.6.4...HEAD
21
+ [ 0.6.4 ] : https://github.com/vonage/vscode/compare/edc07b4...0.6.4
Original file line number Diff line number Diff line change 1
1
# Deepgram Node.js SDK
2
2
3
- ![ GitHub Workflow Status (branch)] ( https://img.shields.io/github/workflow/status/deepgram/node-sdk/CI/main ) ![ npm (scoped)] ( https://img.shields.io/npm/v/deepgram/node- sdk ) [ ![ Contributor Covenant] ( https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg?style=flat-rounded )] ( CODE_OF_CONDUCT.md )
3
+ ![ GitHub Workflow Status (branch)] ( https://img.shields.io/github/workflow/status/deepgram/node-sdk/CI/main ) ![ npm (scoped)] ( https://img.shields.io/npm/v/@ deepgram/sdk ) [ ![ Contributor Covenant] ( https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg?style=flat-rounded )] ( CODE_OF_CONDUCT.md )
4
4
5
5
Node.js official SDK for [ Deepgram] ( https://www.deepgram.com/ ) 's automated
6
6
speech recognition APIs.
@@ -27,12 +27,12 @@ yarn add @deepgram/sdk
27
27
## Constructor
28
28
29
29
``` js
30
- const Deepgram = require (" @deepgram/sdk" );
30
+ const { Deepgram } = require (" @deepgram/sdk" );
31
31
32
32
const deepgram = new Deepgram ({
33
33
apiKey: DEEPGRAM_API_KEY ,
34
34
apiSecret: DEEPGRAM_API_SECRET ,
35
- apiUrl: CUSTOM_API_URL ,
35
+ apiUrl: CUSTOM_API_URL , // Optionally used for on-prem customers
36
36
});
37
37
```
38
38
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @deepgram/sdk" ,
3
- "version" : " 0.6.3 " ,
3
+ "version" : " 0.6.4 " ,
4
4
"description" : " An SDK for the Deepgram automated speech recognition platform" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
51
51
"typescript" : " ^4.2.4"
52
52
},
53
53
"dependencies" : {}
54
- }
54
+ }
You can’t perform that action at this time.
0 commit comments