From c6d0c7a3006d6cf928b3cf5abfe47154c348ff78 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Wed, 19 Feb 2025 21:49:30 +0700 Subject: [PATCH] chore: changeset --- packages/ai-sdk/CHANGELOG.md | 8 +++++ packages/ai-sdk/package.json | 2 +- packages/bing/CHANGELOG.md | 8 +++++ packages/bing/package.json | 2 +- packages/calculator/CHANGELOG.md | 8 +++++ packages/calculator/package.json | 2 +- packages/clearbit/CHANGELOG.md | 8 +++++ packages/clearbit/package.json | 2 +- packages/core/CHANGELOG.md | 6 ++++ packages/core/package.json | 2 +- packages/dexa/CHANGELOG.md | 8 +++++ packages/dexa/package.json | 2 +- packages/dexter/CHANGELOG.md | 8 +++++ packages/dexter/package.json | 2 +- packages/diffbot/CHANGELOG.md | 8 +++++ packages/diffbot/package.json | 2 +- packages/e2b/CHANGELOG.md | 8 +++++ packages/e2b/package.json | 2 +- packages/exa/CHANGELOG.md | 8 +++++ packages/exa/package.json | 2 +- packages/firecrawl/CHANGELOG.md | 8 +++++ packages/firecrawl/package.json | 2 +- packages/genkit/CHANGELOG.md | 8 +++++ packages/genkit/package.json | 2 +- packages/github/CHANGELOG.md | 8 +++++ packages/github/package.json | 2 +- packages/hacker-news/CHANGELOG.md | 8 +++++ packages/hacker-news/package.json | 2 +- packages/hunter/CHANGELOG.md | 8 +++++ packages/hunter/package.json | 2 +- packages/jigsawstack/CHANGELOG.md | 8 +++++ packages/jigsawstack/package.json | 2 +- packages/jina/CHANGELOG.md | 8 +++++ packages/jina/package.json | 2 +- packages/langchain/CHANGELOG.md | 8 +++++ packages/langchain/package.json | 2 +- packages/llamaindex/CHANGELOG.md | 8 +++++ packages/llamaindex/package.json | 2 +- packages/midjourney/CHANGELOG.md | 8 +++++ packages/midjourney/package.json | 2 +- packages/novu/CHANGELOG.md | 8 +++++ packages/novu/package.json | 2 +- packages/people-data-labs/CHANGELOG.md | 8 +++++ packages/people-data-labs/package.json | 2 +- packages/perigon/CHANGELOG.md | 8 +++++ packages/perigon/package.json | 2 +- packages/polygon/CHANGELOG.md | 8 +++++ packages/polygon/package.json | 2 +- packages/predict-leads/CHANGELOG.md | 8 +++++ packages/predict-leads/package.json | 2 +- packages/proxycurl/CHANGELOG.md | 8 +++++ packages/proxycurl/package.json | 2 +- packages/searxng/CHANGELOG.md | 8 +++++ packages/searxng/package.json | 2 +- packages/serpapi/CHANGELOG.md | 8 +++++ packages/serpapi/package.json | 2 +- packages/serper/CHANGELOG.md | 8 +++++ packages/serper/package.json | 2 +- packages/slack/CHANGELOG.md | 8 +++++ packages/slack/package.json | 2 +- packages/social-data/CHANGELOG.md | 8 +++++ packages/social-data/package.json | 2 +- packages/stdlib/CHANGELOG.md | 44 ++++++++++++++++++++++++++ packages/stdlib/package.json | 2 +- packages/tavily/CHANGELOG.md | 8 +++++ packages/tavily/package.json | 2 +- packages/twilio/CHANGELOG.md | 8 +++++ packages/twilio/package.json | 2 +- packages/twitter/CHANGELOG.md | 8 +++++ packages/twitter/package.json | 2 +- packages/weather/CHANGELOG.md | 8 +++++ packages/weather/package.json | 2 +- packages/wikidata/CHANGELOG.md | 8 +++++ packages/wikidata/package.json | 2 +- packages/wikipedia/CHANGELOG.md | 8 +++++ packages/wikipedia/package.json | 2 +- packages/wolfram-alpha/CHANGELOG.md | 8 +++++ packages/wolfram-alpha/package.json | 2 +- 78 files changed, 385 insertions(+), 39 deletions(-) diff --git a/packages/ai-sdk/CHANGELOG.md b/packages/ai-sdk/CHANGELOG.md index 6091533..7796aca 100644 --- a/packages/ai-sdk/CHANGELOG.md +++ b/packages/ai-sdk/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/ai-sdk +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/ai-sdk/package.json b/packages/ai-sdk/package.json index 3a0acd1..328f9d5 100644 --- a/packages/ai-sdk/package.json +++ b/packages/ai-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/ai-sdk", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic adapter for the Vercel AI SDK.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/bing/CHANGELOG.md b/packages/bing/CHANGELOG.md index fc9df94..5f6c8c1 100644 --- a/packages/bing/CHANGELOG.md +++ b/packages/bing/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/bing +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/bing/package.json b/packages/bing/package.json index adf1b5c..36d6c86 100644 --- a/packages/bing/package.json +++ b/packages/bing/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/bing", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for Bing search.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/calculator/CHANGELOG.md b/packages/calculator/CHANGELOG.md index 848b610..bddf978 100644 --- a/packages/calculator/CHANGELOG.md +++ b/packages/calculator/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/calculator +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/calculator/package.json b/packages/calculator/package.json index ea10fbd..5ee9dae 100644 --- a/packages/calculator/package.json +++ b/packages/calculator/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/calculator", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic calculator tool wrapping mathjs.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/clearbit/CHANGELOG.md b/packages/clearbit/CHANGELOG.md index 3fdac80..316eb24 100644 --- a/packages/clearbit/CHANGELOG.md +++ b/packages/clearbit/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/clearbit +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/clearbit/package.json b/packages/clearbit/package.json index 74b8020..016bca4 100644 --- a/packages/clearbit/package.json +++ b/packages/clearbit/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/clearbit", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for Clearbit.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e294918..b563763 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @agentic/core +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. + ## 7.3.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 0e35fbc..715a23d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/core", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic AI utils which work with any LLM and TypeScript AI SDK.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/dexa/CHANGELOG.md b/packages/dexa/CHANGELOG.md index a0ca7e2..7307963 100644 --- a/packages/dexa/CHANGELOG.md +++ b/packages/dexa/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/dexa +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/dexa/package.json b/packages/dexa/package.json index f96c419..b6cfe26 100644 --- a/packages/dexa/package.json +++ b/packages/dexa/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/dexa", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for Dexa's API (currently closed beta).", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/dexter/CHANGELOG.md b/packages/dexter/CHANGELOG.md index 7d46f06..88ed590 100644 --- a/packages/dexter/CHANGELOG.md +++ b/packages/dexter/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/dexter +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/dexter/package.json b/packages/dexter/package.json index 7683087..fcdc169 100644 --- a/packages/dexter/package.json +++ b/packages/dexter/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/dexter", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic adapter for the Dexter AI SDK by Dexa.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/diffbot/CHANGELOG.md b/packages/diffbot/CHANGELOG.md index 83786c5..30f038f 100644 --- a/packages/diffbot/CHANGELOG.md +++ b/packages/diffbot/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/diffbot +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/diffbot/package.json b/packages/diffbot/package.json index d7b4c1c..87aab6c 100644 --- a/packages/diffbot/package.json +++ b/packages/diffbot/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/diffbot", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for Diffbot.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/e2b/CHANGELOG.md b/packages/e2b/CHANGELOG.md index 53ca945..3d226ca 100644 --- a/packages/e2b/CHANGELOG.md +++ b/packages/e2b/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/e2b +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/e2b/package.json b/packages/e2b/package.json index 048226b..06fc29f 100644 --- a/packages/e2b/package.json +++ b/packages/e2b/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/e2b", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for E2B's hosted code interpreter.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/exa/CHANGELOG.md b/packages/exa/CHANGELOG.md index 127ba98..4464a34 100644 --- a/packages/exa/CHANGELOG.md +++ b/packages/exa/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/exa +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/exa/package.json b/packages/exa/package.json index 730c26a..4ac958d 100644 --- a/packages/exa/package.json +++ b/packages/exa/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/exa", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for the Exa search engine.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/firecrawl/CHANGELOG.md b/packages/firecrawl/CHANGELOG.md index 1efc933..70fdcbd 100644 --- a/packages/firecrawl/CHANGELOG.md +++ b/packages/firecrawl/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/firecrawl +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/firecrawl/package.json b/packages/firecrawl/package.json index 6e95827..961dd73 100644 --- a/packages/firecrawl/package.json +++ b/packages/firecrawl/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/firecrawl", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for Firecrawl.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/genkit/CHANGELOG.md b/packages/genkit/CHANGELOG.md index beebec8..327aba0 100644 --- a/packages/genkit/CHANGELOG.md +++ b/packages/genkit/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/genkit +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/genkit/package.json b/packages/genkit/package.json index 4dfa151..653f087 100644 --- a/packages/genkit/package.json +++ b/packages/genkit/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/genkit", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic adapter for the Firebase Genkit AI SDK.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/github/CHANGELOG.md b/packages/github/CHANGELOG.md index b2fc5f4..48f4320 100644 --- a/packages/github/CHANGELOG.md +++ b/packages/github/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/github +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/github/package.json b/packages/github/package.json index c5d8843..3fe1d60 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/github", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for GitHub.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/hacker-news/CHANGELOG.md b/packages/hacker-news/CHANGELOG.md index 7454f22..954cb93 100644 --- a/packages/hacker-news/CHANGELOG.md +++ b/packages/hacker-news/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/hacker-news +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/hacker-news/package.json b/packages/hacker-news/package.json index ecb176b..75e20ab 100644 --- a/packages/hacker-news/package.json +++ b/packages/hacker-news/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/hacker-news", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for Hacker News.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/hunter/CHANGELOG.md b/packages/hunter/CHANGELOG.md index 5a139a7..8795f9d 100644 --- a/packages/hunter/CHANGELOG.md +++ b/packages/hunter/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/hunter +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/hunter/package.json b/packages/hunter/package.json index 45be42d..1fdb3fb 100644 --- a/packages/hunter/package.json +++ b/packages/hunter/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/hunter", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for hunter.io email lookup.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/jigsawstack/CHANGELOG.md b/packages/jigsawstack/CHANGELOG.md index e84e914..da5fe46 100644 --- a/packages/jigsawstack/CHANGELOG.md +++ b/packages/jigsawstack/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/jigsawstack +## 2.0.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 2.0.0 ### Minor Changes diff --git a/packages/jigsawstack/package.json b/packages/jigsawstack/package.json index a25ca04..a59a4a3 100644 --- a/packages/jigsawstack/package.json +++ b/packages/jigsawstack/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/jigsawstack", - "version": "2.0.0", + "version": "2.0.1", "description": "Agentic adapter for the Jigsawstack AI SDK.", "author": "Narcisse Egonu", "license": "MIT", diff --git a/packages/jina/CHANGELOG.md b/packages/jina/CHANGELOG.md index 2afc016..b93b6f3 100644 --- a/packages/jina/CHANGELOG.md +++ b/packages/jina/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/jina +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/jina/package.json b/packages/jina/package.json index 412a1dc..29f9df3 100644 --- a/packages/jina/package.json +++ b/packages/jina/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/jina", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for Jina AI.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/langchain/CHANGELOG.md b/packages/langchain/CHANGELOG.md index a5bff74..bd67666 100644 --- a/packages/langchain/CHANGELOG.md +++ b/packages/langchain/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/langchain +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/langchain/package.json b/packages/langchain/package.json index 9e40ab8..caef96c 100644 --- a/packages/langchain/package.json +++ b/packages/langchain/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/langchain", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic adapter for the LangChain AI SDK.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/llamaindex/CHANGELOG.md b/packages/llamaindex/CHANGELOG.md index cd3147f..1a6f772 100644 --- a/packages/llamaindex/CHANGELOG.md +++ b/packages/llamaindex/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/llamaindex +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/llamaindex/package.json b/packages/llamaindex/package.json index 5377ad7..29ae986 100644 --- a/packages/llamaindex/package.json +++ b/packages/llamaindex/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/llamaindex", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic adapter for the LlamaIndex AI SDK.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/midjourney/CHANGELOG.md b/packages/midjourney/CHANGELOG.md index 164d512..1c6ff7a 100644 --- a/packages/midjourney/CHANGELOG.md +++ b/packages/midjourney/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/midjourney +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/midjourney/package.json b/packages/midjourney/package.json index 2cfcf8c..47b6190 100644 --- a/packages/midjourney/package.json +++ b/packages/midjourney/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/midjourney", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for the unofficial Midjourney API via imagineapi.dev.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/novu/CHANGELOG.md b/packages/novu/CHANGELOG.md index ca3ba77..9268b18 100644 --- a/packages/novu/CHANGELOG.md +++ b/packages/novu/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/novu +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/novu/package.json b/packages/novu/package.json index cddbe76..d553b37 100644 --- a/packages/novu/package.json +++ b/packages/novu/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/novu", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for the Novu notifications API.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/people-data-labs/CHANGELOG.md b/packages/people-data-labs/CHANGELOG.md index 3e2c7e1..8098886 100644 --- a/packages/people-data-labs/CHANGELOG.md +++ b/packages/people-data-labs/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/people-data-labs +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/people-data-labs/package.json b/packages/people-data-labs/package.json index d777b74..b47cd52 100644 --- a/packages/people-data-labs/package.json +++ b/packages/people-data-labs/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/people-data-labs", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for People Data Labs.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/perigon/CHANGELOG.md b/packages/perigon/CHANGELOG.md index 9d226bf..34686f3 100644 --- a/packages/perigon/CHANGELOG.md +++ b/packages/perigon/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/perigon +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/perigon/package.json b/packages/perigon/package.json index 1c0b4c2..d6485f6 100644 --- a/packages/perigon/package.json +++ b/packages/perigon/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/perigon", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for the Perigon News API.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/polygon/CHANGELOG.md b/packages/polygon/CHANGELOG.md index 838bcaa..49ff3a2 100644 --- a/packages/polygon/CHANGELOG.md +++ b/packages/polygon/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/polygon +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/polygon/package.json b/packages/polygon/package.json index 234d04e..492c247 100644 --- a/packages/polygon/package.json +++ b/packages/polygon/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/polygon", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for the Polygon stock API.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/predict-leads/CHANGELOG.md b/packages/predict-leads/CHANGELOG.md index 3a4f28a..4df67d6 100644 --- a/packages/predict-leads/CHANGELOG.md +++ b/packages/predict-leads/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/predict-leads +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/predict-leads/package.json b/packages/predict-leads/package.json index 23391bc..bd4e23d 100644 --- a/packages/predict-leads/package.json +++ b/packages/predict-leads/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/predict-leads", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for Predict Leads.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/proxycurl/CHANGELOG.md b/packages/proxycurl/CHANGELOG.md index b9ef3d8..932459b 100644 --- a/packages/proxycurl/CHANGELOG.md +++ b/packages/proxycurl/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/proxycurl +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/proxycurl/package.json b/packages/proxycurl/package.json index a74bd8a..c032782 100644 --- a/packages/proxycurl/package.json +++ b/packages/proxycurl/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/proxycurl", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for Proxycurl.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/searxng/CHANGELOG.md b/packages/searxng/CHANGELOG.md index c519d2f..b925325 100644 --- a/packages/searxng/CHANGELOG.md +++ b/packages/searxng/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/searxng +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/searxng/package.json b/packages/searxng/package.json index 860ec73..ee99941 100644 --- a/packages/searxng/package.json +++ b/packages/searxng/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/searxng", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for the SearXNG meta search engine.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/serpapi/CHANGELOG.md b/packages/serpapi/CHANGELOG.md index 3a4949c..d5c43f5 100644 --- a/packages/serpapi/CHANGELOG.md +++ b/packages/serpapi/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/serpapi +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/serpapi/package.json b/packages/serpapi/package.json index f8323a4..5d66d77 100644 --- a/packages/serpapi/package.json +++ b/packages/serpapi/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/serpapi", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for SerpAPI Google Search.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/serper/CHANGELOG.md b/packages/serper/CHANGELOG.md index f26aed2..fea0080 100644 --- a/packages/serper/CHANGELOG.md +++ b/packages/serper/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/serper +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/serper/package.json b/packages/serper/package.json index 29a44fe..b94096a 100644 --- a/packages/serper/package.json +++ b/packages/serper/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/serper", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for Serper Google Search.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/slack/CHANGELOG.md b/packages/slack/CHANGELOG.md index dff37fd..3feac54 100644 --- a/packages/slack/CHANGELOG.md +++ b/packages/slack/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/slack +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/slack/package.json b/packages/slack/package.json index e99125a..af575e3 100644 --- a/packages/slack/package.json +++ b/packages/slack/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/slack", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for Slack.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/social-data/CHANGELOG.md b/packages/social-data/CHANGELOG.md index 7ab512e..e10117f 100644 --- a/packages/social-data/CHANGELOG.md +++ b/packages/social-data/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/social-data +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/social-data/package.json b/packages/social-data/package.json index 1e8ff3c..8bbfde9 100644 --- a/packages/social-data/package.json +++ b/packages/social-data/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/social-data", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for accessing Twitter via Social Data.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/stdlib/CHANGELOG.md b/packages/stdlib/CHANGELOG.md index 3a3b5a9..ce99ba8 100644 --- a/packages/stdlib/CHANGELOG.md +++ b/packages/stdlib/CHANGELOG.md @@ -1,5 +1,49 @@ # @agentic/stdlib +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/ai-sdk@7.3.1 + - @agentic/bing@7.3.1 + - @agentic/calculator@7.3.1 + - @agentic/clearbit@7.3.1 + - @agentic/core@7.3.1 + - @agentic/dexa@7.3.1 + - @agentic/dexter@7.3.1 + - @agentic/diffbot@7.3.1 + - @agentic/e2b@7.3.1 + - @agentic/exa@7.3.1 + - @agentic/firecrawl@7.3.1 + - @agentic/genkit@7.3.1 + - @agentic/github@7.3.1 + - @agentic/hacker-news@7.3.1 + - @agentic/hunter@7.3.1 + - @agentic/jina@7.3.1 + - @agentic/langchain@7.3.1 + - @agentic/llamaindex@7.3.1 + - @agentic/midjourney@7.3.1 + - @agentic/novu@7.3.1 + - @agentic/people-data-labs@7.3.1 + - @agentic/perigon@7.3.1 + - @agentic/polygon@7.3.1 + - @agentic/predict-leads@7.3.1 + - @agentic/proxycurl@7.3.1 + - @agentic/searxng@7.3.1 + - @agentic/serpapi@7.3.1 + - @agentic/serper@7.3.1 + - @agentic/slack@7.3.1 + - @agentic/social-data@7.3.1 + - @agentic/tavily@7.3.1 + - @agentic/twilio@7.3.1 + - @agentic/twitter@7.3.1 + - @agentic/weather@7.3.1 + - @agentic/wikidata@7.3.1 + - @agentic/wikipedia@7.3.1 + - @agentic/wolfram-alpha@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/stdlib/package.json b/packages/stdlib/package.json index bc111b1..424047d 100644 --- a/packages/stdlib/package.json +++ b/packages/stdlib/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/stdlib", - "version": "7.3.0", + "version": "7.3.1", "description": "Standard library of AI functions which work with any LLM and TypeScript AI SDK.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/tavily/CHANGELOG.md b/packages/tavily/CHANGELOG.md index 81831f4..d83d956 100644 --- a/packages/tavily/CHANGELOG.md +++ b/packages/tavily/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/tavily +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/tavily/package.json b/packages/tavily/package.json index 9902a4c..5204b07 100644 --- a/packages/tavily/package.json +++ b/packages/tavily/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/tavily", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for Tavily.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/twilio/CHANGELOG.md b/packages/twilio/CHANGELOG.md index e8360ab..03d0ca9 100644 --- a/packages/twilio/CHANGELOG.md +++ b/packages/twilio/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/twilio +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/twilio/package.json b/packages/twilio/package.json index 7342539..46a00b1 100644 --- a/packages/twilio/package.json +++ b/packages/twilio/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/twilio", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for Twilio.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/twitter/CHANGELOG.md b/packages/twitter/CHANGELOG.md index 89642c6..018db94 100644 --- a/packages/twitter/CHANGELOG.md +++ b/packages/twitter/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/twitter +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/twitter/package.json b/packages/twitter/package.json index c1a598f..b6fa03e 100644 --- a/packages/twitter/package.json +++ b/packages/twitter/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/twitter", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for Twitter.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/weather/CHANGELOG.md b/packages/weather/CHANGELOG.md index acd0b78..5ecabd0 100644 --- a/packages/weather/CHANGELOG.md +++ b/packages/weather/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/weather +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/weather/package.json b/packages/weather/package.json index dabc0db..ae80ea4 100644 --- a/packages/weather/package.json +++ b/packages/weather/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/weather", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for weatherapi.com.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/wikidata/CHANGELOG.md b/packages/wikidata/CHANGELOG.md index f9d9e82..b7f8222 100644 --- a/packages/wikidata/CHANGELOG.md +++ b/packages/wikidata/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/wikidata +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/wikidata/package.json b/packages/wikidata/package.json index 0a0ff41..886d55e 100644 --- a/packages/wikidata/package.json +++ b/packages/wikidata/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/wikidata", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for Wikidata.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/wikipedia/CHANGELOG.md b/packages/wikipedia/CHANGELOG.md index e0aca10..2d494d4 100644 --- a/packages/wikipedia/CHANGELOG.md +++ b/packages/wikipedia/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/wikipedia +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/wikipedia/package.json b/packages/wikipedia/package.json index d62fb1a..af4be49 100644 --- a/packages/wikipedia/package.json +++ b/packages/wikipedia/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/wikipedia", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for wikipedia.", "author": "Travis Fischer ", "license": "MIT", diff --git a/packages/wolfram-alpha/CHANGELOG.md b/packages/wolfram-alpha/CHANGELOG.md index e8ea037..2e9252a 100644 --- a/packages/wolfram-alpha/CHANGELOG.md +++ b/packages/wolfram-alpha/CHANGELOG.md @@ -1,5 +1,13 @@ # @agentic/wolfram-alpha +## 7.3.1 + +### Patch Changes + +- Add readmes to all packages. +- Updated dependencies + - @agentic/core@7.3.1 + ## 7.3.0 ### Minor Changes diff --git a/packages/wolfram-alpha/package.json b/packages/wolfram-alpha/package.json index 0b02597..aa548db 100644 --- a/packages/wolfram-alpha/package.json +++ b/packages/wolfram-alpha/package.json @@ -1,6 +1,6 @@ { "name": "@agentic/wolfram-alpha", - "version": "7.3.0", + "version": "7.3.1", "description": "Agentic SDK for Wolfram Alpha.", "author": "Travis Fischer ", "license": "MIT",