@ai-sdk/gladia 3.0.0-canary.34 → 3.0.0-canary.36

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,20 @@
1
1
  # @ai-sdk/gladia
2
2
 
3
+ ## 3.0.0-canary.36
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f634bac]
8
+ - @ai-sdk/provider-utils@5.0.0-canary.35
9
+
10
+ ## 3.0.0-canary.35
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [69254e0]
15
+ - Updated dependencies [3015fc3]
16
+ - @ai-sdk/provider-utils@5.0.0-canary.34
17
+
3
18
  ## 3.0.0-canary.34
4
19
 
5
20
  ### Patch Changes
package/dist/index.js CHANGED
@@ -557,7 +557,7 @@ var gladiaTranscriptionResultResponseSchema = z3.object({
557
557
  });
558
558
 
559
559
  // src/version.ts
560
- var VERSION = true ? "3.0.0-canary.34" : "0.0.0-test";
560
+ var VERSION = true ? "3.0.0-canary.36" : "0.0.0-test";
561
561
 
562
562
  // src/gladia-provider.ts
563
563
  function createGladia(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/gladia",
3
- "version": "3.0.0-canary.34",
3
+ "version": "3.0.0-canary.36",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@ai-sdk/provider": "4.0.0-canary.16",
33
- "@ai-sdk/provider-utils": "5.0.0-canary.33"
33
+ "@ai-sdk/provider-utils": "5.0.0-canary.35"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "20.17.24",