@ai-sdk/perplexity 4.0.0-canary.35 → 4.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,13 @@
1
1
  # @ai-sdk/perplexity
2
2
 
3
+ ## 4.0.0-canary.36
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [5463d0d]
8
+ - @ai-sdk/provider-utils@5.0.0-canary.32
9
+ - @ai-sdk/provider@4.0.0-canary.16
10
+
3
11
  ## 4.0.0-canary.35
4
12
 
5
13
  ### Patch Changes
package/dist/index.js CHANGED
@@ -527,7 +527,7 @@ var errorToMessage = (data) => {
527
527
  };
528
528
 
529
529
  // src/version.ts
530
- var VERSION = true ? "4.0.0-canary.35" : "0.0.0-test";
530
+ var VERSION = true ? "4.0.0-canary.36" : "0.0.0-test";
531
531
 
532
532
  // src/perplexity-provider.ts
533
533
  function createPerplexity(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/perplexity",
3
- "version": "4.0.0-canary.35",
3
+ "version": "4.0.0-canary.36",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -29,8 +29,8 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@ai-sdk/provider": "4.0.0-canary.15",
33
- "@ai-sdk/provider-utils": "5.0.0-canary.31"
32
+ "@ai-sdk/provider": "4.0.0-canary.16",
33
+ "@ai-sdk/provider-utils": "5.0.0-canary.32"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "20.17.24",