@youdotcom-oss/ai-sdk-plugin 2.0.0 → 2.0.2

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.
Files changed (2) hide show
  1. package/dist/main.js +4 -4
  2. package/package.json +4 -4
package/dist/main.js CHANGED
@@ -4552,7 +4552,7 @@ import { tool } from "ai";
4552
4552
  // package.json
4553
4553
  var package_default = {
4554
4554
  name: "@youdotcom-oss/ai-sdk-plugin",
4555
- version: "2.0.0",
4555
+ version: "2.0.2",
4556
4556
  description: "Vercel AI SDK plugin for You.com web search, AI agents, and content extraction via MCP",
4557
4557
  license: "MIT",
4558
4558
  engines: {
@@ -4614,14 +4614,14 @@ var package_default = {
4614
4614
  },
4615
4615
  types: "./dist/main.d.ts",
4616
4616
  dependencies: {
4617
- "@youdotcom-oss/api": "0.2.0"
4617
+ "@youdotcom-oss/api": "0.2.2"
4618
4618
  },
4619
4619
  peerDependencies: {
4620
- ai: "^6.0.0"
4620
+ ai: "^6.0.72"
4621
4621
  },
4622
4622
  devDependencies: {
4623
4623
  "@ai-sdk/anthropic": "^3.0.35",
4624
- ai: "^6.0.67"
4624
+ ai: "^6.0.72"
4625
4625
  }
4626
4626
  };
4627
4627
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youdotcom-oss/ai-sdk-plugin",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "Vercel AI SDK plugin for You.com web search, AI agents, and content extraction via MCP",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -62,13 +62,13 @@
62
62
  },
63
63
  "types": "./dist/main.d.ts",
64
64
  "dependencies": {
65
- "@youdotcom-oss/api": "0.2.0"
65
+ "@youdotcom-oss/api": "0.2.2"
66
66
  },
67
67
  "peerDependencies": {
68
- "ai": "^6.0.0"
68
+ "ai": "^6.0.72"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@ai-sdk/anthropic": "^3.0.35",
72
- "ai": "^6.0.67"
72
+ "ai": "^6.0.72"
73
73
  }
74
74
  }