@deepgram/sdk 3.13.0 → 4.0.0

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/README.md CHANGED
@@ -88,6 +88,8 @@ We have published [a migration guide on our docs](https://developers.deepgram.co
88
88
 
89
89
  We recommend using only documented interfaces, as we strictly follow semantic versioning (semver) and breaking changes may occur for undocumented interfaces. To ensure compatibility, consider pinning your versions if you need to use undocumented interfaces.
90
90
 
91
+ The Agent interfaces have been updated to use the new Voice Agent V1 API.
92
+
91
93
  ## Installation
92
94
 
93
95
  You can install this SDK directly from [npm](https://www.npmjs.com/package/@deepgram/sdk).
@@ -1,2 +1,2 @@
1
- export declare const version = "3.13.0";
1
+ export declare const version = "4.0.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = "3.13.0";
4
+ exports.version = "4.0.0";
5
5
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const version = "3.13.0";
1
+ export declare const version = "4.0.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,2 +1,2 @@
1
- export const version = "3.13.0";
1
+ export const version = "4.0.0";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deepgram/sdk",
3
- "version": "3.13.0",
3
+ "version": "4.0.0",
4
4
  "description": "Isomorphic Javascript client for Deepgram",
5
5
  "keywords": [
6
6
  "javascript",
@@ -1 +1 @@
1
- export const version = "3.13.0";
1
+ export const version = "4.0.0";