@youdotcom-oss/ai-sdk-plugin 2.0.5 → 2.0.6
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 +3 -3
- package/package.json +2 -2
package/dist/main.js
CHANGED
|
@@ -13567,7 +13567,7 @@ var ContentsItemSchema = object({
|
|
|
13567
13567
|
});
|
|
13568
13568
|
var ContentsApiResponseSchema = array(ContentsItemSchema);
|
|
13569
13569
|
// ../api/src/shared/api.constants.ts
|
|
13570
|
-
var SEARCH_API_URL = process.env.YDC_SEARCH_API_URL || "https://
|
|
13570
|
+
var SEARCH_API_URL = process.env.YDC_SEARCH_API_URL || "https://api.you.com/v1/agents/search";
|
|
13571
13571
|
var DEEP_SEARCH_API_URL = process.env.YDC_DEEP_SEARCH_API_URL || "https://api.you.com/v1/deep_search";
|
|
13572
13572
|
var CONTENTS_API_URL = process.env.YDC_CONTENTS_API_URL || "https://ydc-index.io/v1/contents";
|
|
13573
13573
|
|
|
@@ -13865,7 +13865,7 @@ import { tool } from "ai";
|
|
|
13865
13865
|
// package.json
|
|
13866
13866
|
var package_default = {
|
|
13867
13867
|
name: "@youdotcom-oss/ai-sdk-plugin",
|
|
13868
|
-
version: "2.0.
|
|
13868
|
+
version: "2.0.6",
|
|
13869
13869
|
description: "Vercel AI SDK plugin for You.com web search, AI agents, and content extraction via MCP",
|
|
13870
13870
|
license: "MIT",
|
|
13871
13871
|
engines: {
|
|
@@ -13927,7 +13927,7 @@ var package_default = {
|
|
|
13927
13927
|
},
|
|
13928
13928
|
types: "./dist/main.d.ts",
|
|
13929
13929
|
dependencies: {
|
|
13930
|
-
"@youdotcom-oss/api": "0.3.
|
|
13930
|
+
"@youdotcom-oss/api": "0.3.3"
|
|
13931
13931
|
},
|
|
13932
13932
|
peerDependencies: {
|
|
13933
13933
|
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.0.
|
|
3
|
+
"version": "2.0.6",
|
|
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.3.
|
|
65
|
+
"@youdotcom-oss/api": "0.3.3"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"ai": "^6.0.83"
|