@ai-sdk/replicate 3.0.4 → 3.0.5

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/replicate
2
2
 
3
+ ## 3.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c6f5e62]
8
+ - @ai-sdk/provider-utils@5.0.4
9
+
3
10
  ## 3.0.4
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -483,7 +483,7 @@ var replicatePredictionSchema = z5.object({
483
483
  });
484
484
 
485
485
  // src/version.ts
486
- var VERSION = true ? "3.0.4" : "0.0.0-test";
486
+ var VERSION = true ? "3.0.5" : "0.0.0-test";
487
487
 
488
488
  // src/replicate-provider.ts
489
489
  function createReplicate(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/replicate",
3
- "version": "3.0.4",
3
+ "version": "3.0.5",
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.1",
33
- "@ai-sdk/provider-utils": "5.0.3"
33
+ "@ai-sdk/provider-utils": "5.0.4"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "22.19.19",