@ai-sdk/gladia 2.0.58 → 2.0.59

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,12 @@
1
1
  # @ai-sdk/gladia
2
2
 
3
+ ## 2.0.59
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [82e18b0]
8
+ - @ai-sdk/provider-utils@4.0.52
9
+
3
10
  ## 2.0.58
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -565,7 +565,7 @@ var gladiaTranscriptionResultResponseSchema = import_v42.z.object({
565
565
  });
566
566
 
567
567
  // src/version.ts
568
- var VERSION = true ? "2.0.58" : "0.0.0-test";
568
+ var VERSION = true ? "2.0.59" : "0.0.0-test";
569
569
 
570
570
  // src/gladia-provider.ts
571
571
  function createGladia(options = {}) {
package/dist/index.mjs CHANGED
@@ -555,7 +555,7 @@ var gladiaTranscriptionResultResponseSchema = z2.object({
555
555
  });
556
556
 
557
557
  // src/version.ts
558
- var VERSION = true ? "2.0.58" : "0.0.0-test";
558
+ var VERSION = true ? "2.0.59" : "0.0.0-test";
559
559
 
560
560
  // src/gladia-provider.ts
561
561
  function createGladia(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/gladia",
3
- "version": "2.0.58",
3
+ "version": "2.0.59",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@ai-sdk/provider": "3.0.16",
33
- "@ai-sdk/provider-utils": "4.0.51"
33
+ "@ai-sdk/provider-utils": "4.0.52"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "20.17.24",