@ai-sdk/replicate 1.0.0-canary.14 → 1.0.0-canary.16

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,23 @@
1
1
  # @ai-sdk/replicate
2
2
 
3
+ ## 1.0.0-canary.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [87b828f]
8
+ - @ai-sdk/provider-utils@3.0.0-canary.16
9
+
10
+ ## 1.0.0-canary.15
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [a571d6e]
15
+ - Updated dependencies [a8c8bd5]
16
+ - Updated dependencies [7979f7f]
17
+ - Updated dependencies [41fa418]
18
+ - @ai-sdk/provider-utils@3.0.0-canary.15
19
+ - @ai-sdk/provider@2.0.0-canary.14
20
+
3
21
  ## 1.0.0-canary.14
4
22
 
5
23
  ### Patch Changes
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # AI SDK - Replicate Provider
2
2
 
3
- The **[Replicate provider](https://sdk.vercel.ai/providers/ai-sdk-providers/replicate)** for the [AI SDK](https://sdk.vercel.ai/docs) contains image model support for the Replicate API.
3
+ The **[Replicate provider](https://ai-sdk.dev/providers/ai-sdk-providers/replicate)** for the [AI SDK](https://ai-sdk.dev/docs) contains image model support for the Replicate API.
4
4
 
5
5
  ## Setup
6
6
 
@@ -43,4 +43,4 @@ const { image } = await generateImage({
43
43
 
44
44
  ## Documentation
45
45
 
46
- Please check out the **[Replicate provider](https://sdk.vercel.ai/providers/ai-sdk-providers/replicate)** for more information.
46
+ Please check out the **[Replicate provider](https://ai-sdk.dev/providers/ai-sdk-providers/replicate)** for more information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/replicate",
3
- "version": "1.0.0-canary.14",
3
+ "version": "1.0.0-canary.16",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -19,8 +19,8 @@
19
19
  }
20
20
  },
21
21
  "dependencies": {
22
- "@ai-sdk/provider": "2.0.0-canary.13",
23
- "@ai-sdk/provider-utils": "3.0.0-canary.14"
22
+ "@ai-sdk/provider": "2.0.0-canary.14",
23
+ "@ai-sdk/provider-utils": "3.0.0-canary.16"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "20.17.24",
@@ -38,7 +38,7 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "homepage": "https://sdk.vercel.ai/docs",
41
+ "homepage": "https://ai-sdk.dev/docs",
42
42
  "repository": {
43
43
  "type": "git",
44
44
  "url": "git+https://github.com/vercel/ai.git"