@ai-sdk/prodia 2.0.0-canary.38 → 2.0.0-canary.39
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 +7 -0
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -992,7 +992,7 @@ function getExtension(mediaType) {
|
|
|
992
992
|
}
|
|
993
993
|
|
|
994
994
|
// src/version.ts
|
|
995
|
-
var VERSION = true ? "2.0.0-canary.
|
|
995
|
+
var VERSION = true ? "2.0.0-canary.39" : "0.0.0-test";
|
|
996
996
|
|
|
997
997
|
// src/prodia-provider.ts
|
|
998
998
|
var defaultBaseURL = "https://inference.prodia.com/v2";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/prodia",
|
|
3
|
-
"version": "2.0.0-canary.
|
|
3
|
+
"version": "2.0.0-canary.39",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@ai-sdk/provider": "4.0.0-canary.16",
|
|
32
|
-
"@ai-sdk/provider-utils": "5.0.0-canary.
|
|
32
|
+
"@ai-sdk/provider-utils": "5.0.0-canary.35"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/node": "20.17.24",
|