@cartesia/cartesia-js 3.0.0-b7 → 3.0.0-b8

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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.0.0-b8 (2026-01-16)
4
+
5
+ Full Changelog: [v3.0.0-b7...v3.0.0-b8](https://github.com/cartesia-ai/cartesia-js-internal/compare/v3.0.0-b7...v3.0.0-b8)
6
+
7
+ ### Chores
8
+
9
+ * fix typo in descriptions ([895a99d](https://github.com/cartesia-ai/cartesia-js-internal/commit/895a99d1f9436866184ffa6982635e771cfc16ce))
10
+ * **internal:** update `actions/checkout` version ([78c57e2](https://github.com/cartesia-ai/cartesia-js-internal/commit/78c57e297e0a578a04d03e8b1f3dadc3d2c1ce3d))
11
+ * **internal:** upgrade babel, qs, js-yaml ([b9f1b07](https://github.com/cartesia-ai/cartesia-js-internal/commit/b9f1b0705e635b7d3e0690886adf89349ffe5597))
12
+
3
13
  ## 3.0.0-b7 (2026-01-13)
4
14
 
5
15
  Full Changelog: [v3.0.0-b6...v3.0.0-b7](https://github.com/cartesia-ai/cartesia-js-internal/compare/v3.0.0-b6...v3.0.0-b7)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cartesia/cartesia-js",
3
- "version": "3.0.0-b7",
3
+ "version": "3.0.0-b8",
4
4
  "description": "The official TypeScript library for the Cartesia API",
5
5
  "author": "Cartesia <>",
6
6
  "types": "./index.d.ts",
@@ -80,7 +80,7 @@ export interface SttTranscribeParams {
80
80
  */
81
81
  sample_rate?: number | null;
82
82
  /**
83
- * Body param:
83
+ * Body param
84
84
  */
85
85
  file?: Uploadable;
86
86
  /**
@@ -80,7 +80,7 @@ export interface SttTranscribeParams {
80
80
  */
81
81
  sample_rate?: number | null;
82
82
  /**
83
- * Body param:
83
+ * Body param
84
84
  */
85
85
  file?: Uploadable;
86
86
  /**
@@ -100,7 +100,7 @@ export interface SttTranscribeParams {
100
100
  sample_rate?: number | null;
101
101
 
102
102
  /**
103
- * Body param:
103
+ * Body param
104
104
  */
105
105
  file?: Uploadable;
106
106
 
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '3.0.0-b7'; // x-release-please-version
1
+ export const VERSION = '3.0.0-b8'; // x-release-please-version
package/version.d.mts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "3.0.0-b7";
1
+ export declare const VERSION = "3.0.0-b8";
2
2
  //# sourceMappingURL=version.d.mts.map
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "3.0.0-b7";
1
+ export declare const VERSION = "3.0.0-b8";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -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.0.0-b7'; // x-release-please-version
4
+ exports.VERSION = '3.0.0-b8'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '3.0.0-b7'; // x-release-please-version
1
+ export const VERSION = '3.0.0-b8'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map