@ai-sdk/replicate 2.0.19 → 2.0.20

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
+ ## 2.0.20
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4024a3a]
8
+ - @ai-sdk/provider-utils@4.0.15
9
+
3
10
  ## 2.0.19
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -457,7 +457,7 @@ var replicateVideoModelOptionsSchema = (0, import_provider_utils3.lazySchema)(
457
457
  );
458
458
 
459
459
  // src/version.ts
460
- var VERSION = true ? "2.0.19" : "0.0.0-test";
460
+ var VERSION = true ? "2.0.20" : "0.0.0-test";
461
461
 
462
462
  // src/replicate-provider.ts
463
463
  function createReplicate(options = {}) {
package/dist/index.mjs CHANGED
@@ -455,7 +455,7 @@ var replicateVideoModelOptionsSchema = lazySchema2(
455
455
  );
456
456
 
457
457
  // src/version.ts
458
- var VERSION = true ? "2.0.19" : "0.0.0-test";
458
+ var VERSION = true ? "2.0.20" : "0.0.0-test";
459
459
 
460
460
  // src/replicate-provider.ts
461
461
  function createReplicate(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/replicate",
3
- "version": "2.0.19",
3
+ "version": "2.0.20",
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.8",
33
- "@ai-sdk/provider-utils": "4.0.14"
33
+ "@ai-sdk/provider-utils": "4.0.15"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "20.17.24",