@youdotcom-oss/ai-sdk-plugin 0.1.0 → 1.0.0
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/dist/main.js +2 -2
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -4606,7 +4606,7 @@ import { tool } from "ai";
|
|
|
4606
4606
|
// package.json
|
|
4607
4607
|
var package_default = {
|
|
4608
4608
|
name: "@youdotcom-oss/ai-sdk-plugin",
|
|
4609
|
-
version: "
|
|
4609
|
+
version: "1.0.0",
|
|
4610
4610
|
description: "Vercel AI SDK plugin for You.com web search, AI agents, and content extraction via MCP",
|
|
4611
4611
|
license: "MIT",
|
|
4612
4612
|
engines: {
|
|
@@ -4675,7 +4675,7 @@ var package_default = {
|
|
|
4675
4675
|
},
|
|
4676
4676
|
types: "./dist/main.d.ts",
|
|
4677
4677
|
dependencies: {
|
|
4678
|
-
"@youdotcom-oss/mcp": "1.3.
|
|
4678
|
+
"@youdotcom-oss/mcp": "1.3.10"
|
|
4679
4679
|
},
|
|
4680
4680
|
peerDependencies: {
|
|
4681
4681
|
ai: "^5.0.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@youdotcom-oss/ai-sdk-plugin",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.0",
|
|
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": {
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
},
|
|
70
70
|
"types": "./dist/main.d.ts",
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@youdotcom-oss/mcp": "1.3.
|
|
72
|
+
"@youdotcom-oss/mcp": "1.3.10"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
75
|
"ai": "^5.0.0"
|