@youdotcom-oss/ai-sdk-plugin 2.2.0 → 2.2.1
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
|
@@ -4636,7 +4636,7 @@ import { tool } from "ai";
|
|
|
4636
4636
|
// package.json
|
|
4637
4637
|
var package_default = {
|
|
4638
4638
|
name: "@youdotcom-oss/ai-sdk-plugin",
|
|
4639
|
-
version: "2.2.
|
|
4639
|
+
version: "2.2.1",
|
|
4640
4640
|
description: "Vercel AI SDK plugin for You.com web search, AI agents, and content extraction via MCP",
|
|
4641
4641
|
license: "MIT",
|
|
4642
4642
|
engines: {
|
|
@@ -4698,7 +4698,7 @@ var package_default = {
|
|
|
4698
4698
|
},
|
|
4699
4699
|
types: "./dist/main.d.ts",
|
|
4700
4700
|
dependencies: {
|
|
4701
|
-
"@youdotcom-oss/api": "0.5.
|
|
4701
|
+
"@youdotcom-oss/api": "0.5.1"
|
|
4702
4702
|
},
|
|
4703
4703
|
peerDependencies: {
|
|
4704
4704
|
ai: "^6.0.83"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@youdotcom-oss/ai-sdk-plugin",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
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,7 +62,7 @@
|
|
|
62
62
|
},
|
|
63
63
|
"types": "./dist/main.d.ts",
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@youdotcom-oss/api": "0.5.
|
|
65
|
+
"@youdotcom-oss/api": "0.5.1"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"ai": "^6.0.83"
|