diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 73bf2eec..3e8f9dc5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: env: TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} TURBO_TEAM: ${{ vars.TURBO_TEAM }} - NODE_OPTIONS: --max-old-space-size=4096 + NODE_OPTIONS: --max-old-space-size=8192 steps: - uses: actions/checkout@v4 diff --git a/stdlib/airtable/package.json b/legacy/packages/airtable/package.json similarity index 100% rename from stdlib/airtable/package.json rename to legacy/packages/airtable/package.json diff --git a/stdlib/airtable/src/airtable-client.ts b/legacy/packages/airtable/src/airtable-client.ts similarity index 100% rename from stdlib/airtable/src/airtable-client.ts rename to legacy/packages/airtable/src/airtable-client.ts diff --git a/stdlib/airtable/src/airtable.ts b/legacy/packages/airtable/src/airtable.ts similarity index 100% rename from stdlib/airtable/src/airtable.ts rename to legacy/packages/airtable/src/airtable.ts diff --git a/stdlib/airtable/src/index.ts b/legacy/packages/airtable/src/index.ts similarity index 100% rename from stdlib/airtable/src/index.ts rename to legacy/packages/airtable/src/index.ts diff --git a/stdlib/airtable/tsconfig.json b/legacy/packages/airtable/tsconfig.json similarity index 100% rename from stdlib/airtable/tsconfig.json rename to legacy/packages/airtable/tsconfig.json diff --git a/stdlib/apollo/package.json b/legacy/packages/apollo/package.json similarity index 100% rename from stdlib/apollo/package.json rename to legacy/packages/apollo/package.json diff --git a/stdlib/apollo/src/apollo-client.ts b/legacy/packages/apollo/src/apollo-client.ts similarity index 100% rename from stdlib/apollo/src/apollo-client.ts rename to legacy/packages/apollo/src/apollo-client.ts diff --git a/stdlib/apollo/src/index.ts b/legacy/packages/apollo/src/index.ts similarity index 100% rename from stdlib/apollo/src/index.ts rename to legacy/packages/apollo/src/index.ts diff --git a/stdlib/apollo/tsconfig.json b/legacy/packages/apollo/tsconfig.json similarity index 100% rename from stdlib/apollo/tsconfig.json rename to legacy/packages/apollo/tsconfig.json diff --git a/stdlib/arxiv/package.json b/legacy/packages/arxiv/package.json similarity index 100% rename from stdlib/arxiv/package.json rename to legacy/packages/arxiv/package.json diff --git a/stdlib/arxiv/src/arxiv-client.ts b/legacy/packages/arxiv/src/arxiv-client.ts similarity index 100% rename from stdlib/arxiv/src/arxiv-client.ts rename to legacy/packages/arxiv/src/arxiv-client.ts diff --git a/stdlib/arxiv/src/index.ts b/legacy/packages/arxiv/src/index.ts similarity index 100% rename from stdlib/arxiv/src/index.ts rename to legacy/packages/arxiv/src/index.ts diff --git a/stdlib/arxiv/src/utils.ts b/legacy/packages/arxiv/src/utils.ts similarity index 100% rename from stdlib/arxiv/src/utils.ts rename to legacy/packages/arxiv/src/utils.ts diff --git a/stdlib/arxiv/tsconfig.json b/legacy/packages/arxiv/tsconfig.json similarity index 100% rename from stdlib/arxiv/tsconfig.json rename to legacy/packages/arxiv/tsconfig.json diff --git a/stdlib/bing/package.json b/legacy/packages/bing/package.json similarity index 100% rename from stdlib/bing/package.json rename to legacy/packages/bing/package.json diff --git a/stdlib/bing/src/bing-client.ts b/legacy/packages/bing/src/bing-client.ts similarity index 100% rename from stdlib/bing/src/bing-client.ts rename to legacy/packages/bing/src/bing-client.ts diff --git a/stdlib/bing/src/index.ts b/legacy/packages/bing/src/index.ts similarity index 100% rename from stdlib/bing/src/index.ts rename to legacy/packages/bing/src/index.ts diff --git a/stdlib/bing/tsconfig.json b/legacy/packages/bing/tsconfig.json similarity index 100% rename from stdlib/bing/tsconfig.json rename to legacy/packages/bing/tsconfig.json diff --git a/stdlib/brave-search/package.json b/legacy/packages/brave-search/package.json similarity index 100% rename from stdlib/brave-search/package.json rename to legacy/packages/brave-search/package.json diff --git a/stdlib/brave-search/src/brave-search-client.ts b/legacy/packages/brave-search/src/brave-search-client.ts similarity index 100% rename from stdlib/brave-search/src/brave-search-client.ts rename to legacy/packages/brave-search/src/brave-search-client.ts diff --git a/stdlib/brave-search/src/brave-search.ts b/legacy/packages/brave-search/src/brave-search.ts similarity index 100% rename from stdlib/brave-search/src/brave-search.ts rename to legacy/packages/brave-search/src/brave-search.ts diff --git a/stdlib/brave-search/src/index.ts b/legacy/packages/brave-search/src/index.ts similarity index 100% rename from stdlib/brave-search/src/index.ts rename to legacy/packages/brave-search/src/index.ts diff --git a/stdlib/brave-search/tsconfig.json b/legacy/packages/brave-search/tsconfig.json similarity index 100% rename from stdlib/brave-search/tsconfig.json rename to legacy/packages/brave-search/tsconfig.json diff --git a/stdlib/calculator/package.json b/legacy/packages/calculator/package.json similarity index 100% rename from stdlib/calculator/package.json rename to legacy/packages/calculator/package.json diff --git a/stdlib/calculator/src/calculator.ts b/legacy/packages/calculator/src/calculator.ts similarity index 100% rename from stdlib/calculator/src/calculator.ts rename to legacy/packages/calculator/src/calculator.ts diff --git a/stdlib/calculator/src/index.ts b/legacy/packages/calculator/src/index.ts similarity index 100% rename from stdlib/calculator/src/index.ts rename to legacy/packages/calculator/src/index.ts diff --git a/stdlib/calculator/tsconfig.json b/legacy/packages/calculator/tsconfig.json similarity index 100% rename from stdlib/calculator/tsconfig.json rename to legacy/packages/calculator/tsconfig.json diff --git a/stdlib/clearbit/package.json b/legacy/packages/clearbit/package.json similarity index 100% rename from stdlib/clearbit/package.json rename to legacy/packages/clearbit/package.json diff --git a/stdlib/clearbit/src/clearbit-client.ts b/legacy/packages/clearbit/src/clearbit-client.ts similarity index 100% rename from stdlib/clearbit/src/clearbit-client.ts rename to legacy/packages/clearbit/src/clearbit-client.ts diff --git a/stdlib/clearbit/src/index.ts b/legacy/packages/clearbit/src/index.ts similarity index 100% rename from stdlib/clearbit/src/index.ts rename to legacy/packages/clearbit/src/index.ts diff --git a/stdlib/clearbit/tsconfig.json b/legacy/packages/clearbit/tsconfig.json similarity index 100% rename from stdlib/clearbit/tsconfig.json rename to legacy/packages/clearbit/tsconfig.json diff --git a/stdlib/diffbot/package.json b/legacy/packages/diffbot/package.json similarity index 100% rename from stdlib/diffbot/package.json rename to legacy/packages/diffbot/package.json diff --git a/stdlib/diffbot/src/diffbot-client.ts b/legacy/packages/diffbot/src/diffbot-client.ts similarity index 100% rename from stdlib/diffbot/src/diffbot-client.ts rename to legacy/packages/diffbot/src/diffbot-client.ts diff --git a/stdlib/diffbot/src/index.ts b/legacy/packages/diffbot/src/index.ts similarity index 100% rename from stdlib/diffbot/src/index.ts rename to legacy/packages/diffbot/src/index.ts diff --git a/stdlib/diffbot/tsconfig.json b/legacy/packages/diffbot/tsconfig.json similarity index 100% rename from stdlib/diffbot/tsconfig.json rename to legacy/packages/diffbot/tsconfig.json diff --git a/stdlib/duck-duck-go/package.json b/legacy/packages/duck-duck-go/package.json similarity index 100% rename from stdlib/duck-duck-go/package.json rename to legacy/packages/duck-duck-go/package.json diff --git a/stdlib/duck-duck-go/src/duck-duck-go-client.ts b/legacy/packages/duck-duck-go/src/duck-duck-go-client.ts similarity index 100% rename from stdlib/duck-duck-go/src/duck-duck-go-client.ts rename to legacy/packages/duck-duck-go/src/duck-duck-go-client.ts diff --git a/stdlib/duck-duck-go/src/index.ts b/legacy/packages/duck-duck-go/src/index.ts similarity index 100% rename from stdlib/duck-duck-go/src/index.ts rename to legacy/packages/duck-duck-go/src/index.ts diff --git a/stdlib/duck-duck-go/src/paginate.ts b/legacy/packages/duck-duck-go/src/paginate.ts similarity index 100% rename from stdlib/duck-duck-go/src/paginate.ts rename to legacy/packages/duck-duck-go/src/paginate.ts diff --git a/stdlib/duck-duck-go/tsconfig.json b/legacy/packages/duck-duck-go/tsconfig.json similarity index 100% rename from stdlib/duck-duck-go/tsconfig.json rename to legacy/packages/duck-duck-go/tsconfig.json diff --git a/stdlib/exa/package.json b/legacy/packages/exa/package.json similarity index 100% rename from stdlib/exa/package.json rename to legacy/packages/exa/package.json diff --git a/stdlib/exa/src/exa-client.ts b/legacy/packages/exa/src/exa-client.ts similarity index 100% rename from stdlib/exa/src/exa-client.ts rename to legacy/packages/exa/src/exa-client.ts diff --git a/stdlib/exa/src/index.ts b/legacy/packages/exa/src/index.ts similarity index 100% rename from stdlib/exa/src/index.ts rename to legacy/packages/exa/src/index.ts diff --git a/stdlib/exa/tsconfig.json b/legacy/packages/exa/tsconfig.json similarity index 100% rename from stdlib/exa/tsconfig.json rename to legacy/packages/exa/tsconfig.json diff --git a/stdlib/firecrawl/package.json b/legacy/packages/firecrawl/package.json similarity index 100% rename from stdlib/firecrawl/package.json rename to legacy/packages/firecrawl/package.json diff --git a/stdlib/firecrawl/src/firecrawl-client.test.ts b/legacy/packages/firecrawl/src/firecrawl-client.test.ts similarity index 100% rename from stdlib/firecrawl/src/firecrawl-client.test.ts rename to legacy/packages/firecrawl/src/firecrawl-client.test.ts diff --git a/stdlib/firecrawl/src/firecrawl-client.ts b/legacy/packages/firecrawl/src/firecrawl-client.ts similarity index 100% rename from stdlib/firecrawl/src/firecrawl-client.ts rename to legacy/packages/firecrawl/src/firecrawl-client.ts diff --git a/stdlib/firecrawl/src/index.ts b/legacy/packages/firecrawl/src/index.ts similarity index 100% rename from stdlib/firecrawl/src/index.ts rename to legacy/packages/firecrawl/src/index.ts diff --git a/stdlib/firecrawl/tsconfig.json b/legacy/packages/firecrawl/tsconfig.json similarity index 100% rename from stdlib/firecrawl/tsconfig.json rename to legacy/packages/firecrawl/tsconfig.json diff --git a/stdlib/github/package.json b/legacy/packages/github/package.json similarity index 100% rename from stdlib/github/package.json rename to legacy/packages/github/package.json diff --git a/stdlib/github/src/github-client.ts b/legacy/packages/github/src/github-client.ts similarity index 100% rename from stdlib/github/src/github-client.ts rename to legacy/packages/github/src/github-client.ts diff --git a/stdlib/github/src/index.ts b/legacy/packages/github/src/index.ts similarity index 100% rename from stdlib/github/src/index.ts rename to legacy/packages/github/src/index.ts diff --git a/stdlib/github/tsconfig.json b/legacy/packages/github/tsconfig.json similarity index 100% rename from stdlib/github/tsconfig.json rename to legacy/packages/github/tsconfig.json diff --git a/stdlib/google-custom-search/package.json b/legacy/packages/google-custom-search/package.json similarity index 100% rename from stdlib/google-custom-search/package.json rename to legacy/packages/google-custom-search/package.json diff --git a/stdlib/google-custom-search/src/google-custom-search-client.ts b/legacy/packages/google-custom-search/src/google-custom-search-client.ts similarity index 100% rename from stdlib/google-custom-search/src/google-custom-search-client.ts rename to legacy/packages/google-custom-search/src/google-custom-search-client.ts diff --git a/stdlib/google-custom-search/src/index.ts b/legacy/packages/google-custom-search/src/index.ts similarity index 100% rename from stdlib/google-custom-search/src/index.ts rename to legacy/packages/google-custom-search/src/index.ts diff --git a/stdlib/google-custom-search/src/paginate.ts b/legacy/packages/google-custom-search/src/paginate.ts similarity index 100% rename from stdlib/google-custom-search/src/paginate.ts rename to legacy/packages/google-custom-search/src/paginate.ts diff --git a/stdlib/google-custom-search/tsconfig.json b/legacy/packages/google-custom-search/tsconfig.json similarity index 100% rename from stdlib/google-custom-search/tsconfig.json rename to legacy/packages/google-custom-search/tsconfig.json diff --git a/stdlib/google-docs/package.json b/legacy/packages/google-docs/package.json similarity index 100% rename from stdlib/google-docs/package.json rename to legacy/packages/google-docs/package.json diff --git a/stdlib/google-docs/src/google-docs-client.ts b/legacy/packages/google-docs/src/google-docs-client.ts similarity index 100% rename from stdlib/google-docs/src/google-docs-client.ts rename to legacy/packages/google-docs/src/google-docs-client.ts diff --git a/stdlib/google-docs/src/index.ts b/legacy/packages/google-docs/src/index.ts similarity index 100% rename from stdlib/google-docs/src/index.ts rename to legacy/packages/google-docs/src/index.ts diff --git a/stdlib/google-docs/tsconfig.json b/legacy/packages/google-docs/tsconfig.json similarity index 100% rename from stdlib/google-docs/tsconfig.json rename to legacy/packages/google-docs/tsconfig.json diff --git a/stdlib/google-drive/package.json b/legacy/packages/google-drive/package.json similarity index 100% rename from stdlib/google-drive/package.json rename to legacy/packages/google-drive/package.json diff --git a/stdlib/google-drive/src/google-drive-client.ts b/legacy/packages/google-drive/src/google-drive-client.ts similarity index 100% rename from stdlib/google-drive/src/google-drive-client.ts rename to legacy/packages/google-drive/src/google-drive-client.ts diff --git a/stdlib/google-drive/src/index.ts b/legacy/packages/google-drive/src/index.ts similarity index 100% rename from stdlib/google-drive/src/index.ts rename to legacy/packages/google-drive/src/index.ts diff --git a/stdlib/google-drive/tsconfig.json b/legacy/packages/google-drive/tsconfig.json similarity index 100% rename from stdlib/google-drive/tsconfig.json rename to legacy/packages/google-drive/tsconfig.json diff --git a/stdlib/gravatar/package.json b/legacy/packages/gravatar/package.json similarity index 100% rename from stdlib/gravatar/package.json rename to legacy/packages/gravatar/package.json diff --git a/stdlib/gravatar/src/gravatar-client.ts b/legacy/packages/gravatar/src/gravatar-client.ts similarity index 100% rename from stdlib/gravatar/src/gravatar-client.ts rename to legacy/packages/gravatar/src/gravatar-client.ts diff --git a/stdlib/gravatar/src/index.ts b/legacy/packages/gravatar/src/index.ts similarity index 100% rename from stdlib/gravatar/src/index.ts rename to legacy/packages/gravatar/src/index.ts diff --git a/stdlib/gravatar/tsconfig.json b/legacy/packages/gravatar/tsconfig.json similarity index 100% rename from stdlib/gravatar/tsconfig.json rename to legacy/packages/gravatar/tsconfig.json diff --git a/stdlib/hacker-news/package.json b/legacy/packages/hacker-news/package.json similarity index 100% rename from stdlib/hacker-news/package.json rename to legacy/packages/hacker-news/package.json diff --git a/stdlib/hacker-news/src/hacker-news-client.ts b/legacy/packages/hacker-news/src/hacker-news-client.ts similarity index 100% rename from stdlib/hacker-news/src/hacker-news-client.ts rename to legacy/packages/hacker-news/src/hacker-news-client.ts diff --git a/stdlib/hacker-news/src/index.ts b/legacy/packages/hacker-news/src/index.ts similarity index 100% rename from stdlib/hacker-news/src/index.ts rename to legacy/packages/hacker-news/src/index.ts diff --git a/stdlib/hacker-news/tsconfig.json b/legacy/packages/hacker-news/tsconfig.json similarity index 100% rename from stdlib/hacker-news/tsconfig.json rename to legacy/packages/hacker-news/tsconfig.json diff --git a/stdlib/hunter/package.json b/legacy/packages/hunter/package.json similarity index 100% rename from stdlib/hunter/package.json rename to legacy/packages/hunter/package.json diff --git a/stdlib/hunter/src/hunter-client.ts b/legacy/packages/hunter/src/hunter-client.ts similarity index 100% rename from stdlib/hunter/src/hunter-client.ts rename to legacy/packages/hunter/src/hunter-client.ts diff --git a/stdlib/hunter/src/index.ts b/legacy/packages/hunter/src/index.ts similarity index 100% rename from stdlib/hunter/src/index.ts rename to legacy/packages/hunter/src/index.ts diff --git a/stdlib/hunter/tsconfig.json b/legacy/packages/hunter/tsconfig.json similarity index 100% rename from stdlib/hunter/tsconfig.json rename to legacy/packages/hunter/tsconfig.json diff --git a/stdlib/jigsawstack/package.json b/legacy/packages/jigsawstack/package.json similarity index 100% rename from stdlib/jigsawstack/package.json rename to legacy/packages/jigsawstack/package.json diff --git a/stdlib/jigsawstack/src/index.ts b/legacy/packages/jigsawstack/src/index.ts similarity index 100% rename from stdlib/jigsawstack/src/index.ts rename to legacy/packages/jigsawstack/src/index.ts diff --git a/stdlib/jigsawstack/src/integration.test.ts b/legacy/packages/jigsawstack/src/integration.test.ts similarity index 100% rename from stdlib/jigsawstack/src/integration.test.ts rename to legacy/packages/jigsawstack/src/integration.test.ts diff --git a/stdlib/jigsawstack/src/jigsawstack-client.ts b/legacy/packages/jigsawstack/src/jigsawstack-client.ts similarity index 100% rename from stdlib/jigsawstack/src/jigsawstack-client.ts rename to legacy/packages/jigsawstack/src/jigsawstack-client.ts diff --git a/stdlib/jigsawstack/src/tool.test.ts b/legacy/packages/jigsawstack/src/tool.test.ts similarity index 100% rename from stdlib/jigsawstack/src/tool.test.ts rename to legacy/packages/jigsawstack/src/tool.test.ts diff --git a/stdlib/jigsawstack/tsconfig.json b/legacy/packages/jigsawstack/tsconfig.json similarity index 100% rename from stdlib/jigsawstack/tsconfig.json rename to legacy/packages/jigsawstack/tsconfig.json diff --git a/stdlib/jina/package.json b/legacy/packages/jina/package.json similarity index 100% rename from stdlib/jina/package.json rename to legacy/packages/jina/package.json diff --git a/stdlib/jina/src/index.ts b/legacy/packages/jina/src/index.ts similarity index 100% rename from stdlib/jina/src/index.ts rename to legacy/packages/jina/src/index.ts diff --git a/stdlib/jina/src/jina-client.ts b/legacy/packages/jina/src/jina-client.ts similarity index 100% rename from stdlib/jina/src/jina-client.ts rename to legacy/packages/jina/src/jina-client.ts diff --git a/stdlib/jina/tsconfig.json b/legacy/packages/jina/tsconfig.json similarity index 100% rename from stdlib/jina/tsconfig.json rename to legacy/packages/jina/tsconfig.json diff --git a/stdlib/leadmagic/package.json b/legacy/packages/leadmagic/package.json similarity index 100% rename from stdlib/leadmagic/package.json rename to legacy/packages/leadmagic/package.json diff --git a/stdlib/leadmagic/src/index.ts b/legacy/packages/leadmagic/src/index.ts similarity index 100% rename from stdlib/leadmagic/src/index.ts rename to legacy/packages/leadmagic/src/index.ts diff --git a/stdlib/leadmagic/src/leadmagic-client.ts b/legacy/packages/leadmagic/src/leadmagic-client.ts similarity index 100% rename from stdlib/leadmagic/src/leadmagic-client.ts rename to legacy/packages/leadmagic/src/leadmagic-client.ts diff --git a/stdlib/leadmagic/tsconfig.json b/legacy/packages/leadmagic/tsconfig.json similarity index 100% rename from stdlib/leadmagic/tsconfig.json rename to legacy/packages/leadmagic/tsconfig.json diff --git a/stdlib/midjourney/package.json b/legacy/packages/midjourney/package.json similarity index 100% rename from stdlib/midjourney/package.json rename to legacy/packages/midjourney/package.json diff --git a/stdlib/midjourney/src/index.ts b/legacy/packages/midjourney/src/index.ts similarity index 100% rename from stdlib/midjourney/src/index.ts rename to legacy/packages/midjourney/src/index.ts diff --git a/stdlib/midjourney/src/midjourney-client.ts b/legacy/packages/midjourney/src/midjourney-client.ts similarity index 100% rename from stdlib/midjourney/src/midjourney-client.ts rename to legacy/packages/midjourney/src/midjourney-client.ts diff --git a/stdlib/midjourney/tsconfig.json b/legacy/packages/midjourney/tsconfig.json similarity index 100% rename from stdlib/midjourney/tsconfig.json rename to legacy/packages/midjourney/tsconfig.json diff --git a/stdlib/notion/package.json b/legacy/packages/notion/package.json similarity index 100% rename from stdlib/notion/package.json rename to legacy/packages/notion/package.json diff --git a/stdlib/notion/src/index.ts b/legacy/packages/notion/src/index.ts similarity index 100% rename from stdlib/notion/src/index.ts rename to legacy/packages/notion/src/index.ts diff --git a/stdlib/notion/src/notion-client.ts b/legacy/packages/notion/src/notion-client.ts similarity index 100% rename from stdlib/notion/src/notion-client.ts rename to legacy/packages/notion/src/notion-client.ts diff --git a/stdlib/notion/src/notion.ts b/legacy/packages/notion/src/notion.ts similarity index 100% rename from stdlib/notion/src/notion.ts rename to legacy/packages/notion/src/notion.ts diff --git a/stdlib/notion/tsconfig.json b/legacy/packages/notion/tsconfig.json similarity index 100% rename from stdlib/notion/tsconfig.json rename to legacy/packages/notion/tsconfig.json diff --git a/stdlib/novu/package.json b/legacy/packages/novu/package.json similarity index 100% rename from stdlib/novu/package.json rename to legacy/packages/novu/package.json diff --git a/stdlib/novu/src/index.ts b/legacy/packages/novu/src/index.ts similarity index 100% rename from stdlib/novu/src/index.ts rename to legacy/packages/novu/src/index.ts diff --git a/stdlib/novu/src/novu-client.ts b/legacy/packages/novu/src/novu-client.ts similarity index 100% rename from stdlib/novu/src/novu-client.ts rename to legacy/packages/novu/src/novu-client.ts diff --git a/stdlib/novu/tsconfig.json b/legacy/packages/novu/tsconfig.json similarity index 100% rename from stdlib/novu/tsconfig.json rename to legacy/packages/novu/tsconfig.json diff --git a/stdlib/open-meteo/package.json b/legacy/packages/open-meteo/package.json similarity index 100% rename from stdlib/open-meteo/package.json rename to legacy/packages/open-meteo/package.json diff --git a/stdlib/open-meteo/src/index.ts b/legacy/packages/open-meteo/src/index.ts similarity index 100% rename from stdlib/open-meteo/src/index.ts rename to legacy/packages/open-meteo/src/index.ts diff --git a/stdlib/open-meteo/src/open-meteo-client.ts b/legacy/packages/open-meteo/src/open-meteo-client.ts similarity index 100% rename from stdlib/open-meteo/src/open-meteo-client.ts rename to legacy/packages/open-meteo/src/open-meteo-client.ts diff --git a/stdlib/open-meteo/src/open-meteo.ts b/legacy/packages/open-meteo/src/open-meteo.ts similarity index 100% rename from stdlib/open-meteo/src/open-meteo.ts rename to legacy/packages/open-meteo/src/open-meteo.ts diff --git a/stdlib/open-meteo/tsconfig.json b/legacy/packages/open-meteo/tsconfig.json similarity index 100% rename from stdlib/open-meteo/tsconfig.json rename to legacy/packages/open-meteo/tsconfig.json diff --git a/stdlib/people-data-labs/package.json b/legacy/packages/people-data-labs/package.json similarity index 100% rename from stdlib/people-data-labs/package.json rename to legacy/packages/people-data-labs/package.json diff --git a/stdlib/people-data-labs/src/index.ts b/legacy/packages/people-data-labs/src/index.ts similarity index 100% rename from stdlib/people-data-labs/src/index.ts rename to legacy/packages/people-data-labs/src/index.ts diff --git a/stdlib/people-data-labs/src/people-data-labs-client.ts b/legacy/packages/people-data-labs/src/people-data-labs-client.ts similarity index 100% rename from stdlib/people-data-labs/src/people-data-labs-client.ts rename to legacy/packages/people-data-labs/src/people-data-labs-client.ts diff --git a/stdlib/people-data-labs/tsconfig.json b/legacy/packages/people-data-labs/tsconfig.json similarity index 100% rename from stdlib/people-data-labs/tsconfig.json rename to legacy/packages/people-data-labs/tsconfig.json diff --git a/stdlib/perigon/package.json b/legacy/packages/perigon/package.json similarity index 100% rename from stdlib/perigon/package.json rename to legacy/packages/perigon/package.json diff --git a/stdlib/perigon/src/index.ts b/legacy/packages/perigon/src/index.ts similarity index 100% rename from stdlib/perigon/src/index.ts rename to legacy/packages/perigon/src/index.ts diff --git a/stdlib/perigon/src/perigon-client.ts b/legacy/packages/perigon/src/perigon-client.ts similarity index 100% rename from stdlib/perigon/src/perigon-client.ts rename to legacy/packages/perigon/src/perigon-client.ts diff --git a/stdlib/perigon/tsconfig.json b/legacy/packages/perigon/tsconfig.json similarity index 100% rename from stdlib/perigon/tsconfig.json rename to legacy/packages/perigon/tsconfig.json diff --git a/stdlib/polygon/package.json b/legacy/packages/polygon/package.json similarity index 100% rename from stdlib/polygon/package.json rename to legacy/packages/polygon/package.json diff --git a/stdlib/polygon/src/index.ts b/legacy/packages/polygon/src/index.ts similarity index 100% rename from stdlib/polygon/src/index.ts rename to legacy/packages/polygon/src/index.ts diff --git a/stdlib/polygon/src/polygon-client.ts b/legacy/packages/polygon/src/polygon-client.ts similarity index 100% rename from stdlib/polygon/src/polygon-client.ts rename to legacy/packages/polygon/src/polygon-client.ts diff --git a/stdlib/polygon/tsconfig.json b/legacy/packages/polygon/tsconfig.json similarity index 100% rename from stdlib/polygon/tsconfig.json rename to legacy/packages/polygon/tsconfig.json diff --git a/stdlib/predict-leads/package.json b/legacy/packages/predict-leads/package.json similarity index 100% rename from stdlib/predict-leads/package.json rename to legacy/packages/predict-leads/package.json diff --git a/stdlib/predict-leads/src/index.ts b/legacy/packages/predict-leads/src/index.ts similarity index 100% rename from stdlib/predict-leads/src/index.ts rename to legacy/packages/predict-leads/src/index.ts diff --git a/stdlib/predict-leads/src/predict-leads-client.ts b/legacy/packages/predict-leads/src/predict-leads-client.ts similarity index 100% rename from stdlib/predict-leads/src/predict-leads-client.ts rename to legacy/packages/predict-leads/src/predict-leads-client.ts diff --git a/stdlib/predict-leads/tsconfig.json b/legacy/packages/predict-leads/tsconfig.json similarity index 100% rename from stdlib/predict-leads/tsconfig.json rename to legacy/packages/predict-leads/tsconfig.json diff --git a/stdlib/proxycurl/package.json b/legacy/packages/proxycurl/package.json similarity index 100% rename from stdlib/proxycurl/package.json rename to legacy/packages/proxycurl/package.json diff --git a/stdlib/proxycurl/src/index.ts b/legacy/packages/proxycurl/src/index.ts similarity index 100% rename from stdlib/proxycurl/src/index.ts rename to legacy/packages/proxycurl/src/index.ts diff --git a/stdlib/proxycurl/src/proxycurl-client.ts b/legacy/packages/proxycurl/src/proxycurl-client.ts similarity index 100% rename from stdlib/proxycurl/src/proxycurl-client.ts rename to legacy/packages/proxycurl/src/proxycurl-client.ts diff --git a/stdlib/proxycurl/tsconfig.json b/legacy/packages/proxycurl/tsconfig.json similarity index 100% rename from stdlib/proxycurl/tsconfig.json rename to legacy/packages/proxycurl/tsconfig.json diff --git a/stdlib/reddit/package.json b/legacy/packages/reddit/package.json similarity index 100% rename from stdlib/reddit/package.json rename to legacy/packages/reddit/package.json diff --git a/stdlib/reddit/src/index.ts b/legacy/packages/reddit/src/index.ts similarity index 100% rename from stdlib/reddit/src/index.ts rename to legacy/packages/reddit/src/index.ts diff --git a/stdlib/reddit/src/reddit-client.ts b/legacy/packages/reddit/src/reddit-client.ts similarity index 100% rename from stdlib/reddit/src/reddit-client.ts rename to legacy/packages/reddit/src/reddit-client.ts diff --git a/stdlib/reddit/tsconfig.json b/legacy/packages/reddit/tsconfig.json similarity index 100% rename from stdlib/reddit/tsconfig.json rename to legacy/packages/reddit/tsconfig.json diff --git a/stdlib/rocketreach/package.json b/legacy/packages/rocketreach/package.json similarity index 100% rename from stdlib/rocketreach/package.json rename to legacy/packages/rocketreach/package.json diff --git a/stdlib/rocketreach/src/index.ts b/legacy/packages/rocketreach/src/index.ts similarity index 100% rename from stdlib/rocketreach/src/index.ts rename to legacy/packages/rocketreach/src/index.ts diff --git a/stdlib/rocketreach/src/rocketreach-client.ts b/legacy/packages/rocketreach/src/rocketreach-client.ts similarity index 100% rename from stdlib/rocketreach/src/rocketreach-client.ts rename to legacy/packages/rocketreach/src/rocketreach-client.ts diff --git a/stdlib/rocketreach/tsconfig.json b/legacy/packages/rocketreach/tsconfig.json similarity index 100% rename from stdlib/rocketreach/tsconfig.json rename to legacy/packages/rocketreach/tsconfig.json diff --git a/stdlib/searxng/package.json b/legacy/packages/searxng/package.json similarity index 100% rename from stdlib/searxng/package.json rename to legacy/packages/searxng/package.json diff --git a/stdlib/searxng/src/index.ts b/legacy/packages/searxng/src/index.ts similarity index 100% rename from stdlib/searxng/src/index.ts rename to legacy/packages/searxng/src/index.ts diff --git a/stdlib/searxng/src/searxng-client.ts b/legacy/packages/searxng/src/searxng-client.ts similarity index 100% rename from stdlib/searxng/src/searxng-client.ts rename to legacy/packages/searxng/src/searxng-client.ts diff --git a/stdlib/searxng/tsconfig.json b/legacy/packages/searxng/tsconfig.json similarity index 100% rename from stdlib/searxng/tsconfig.json rename to legacy/packages/searxng/tsconfig.json diff --git a/stdlib/slack/package.json b/legacy/packages/slack/package.json similarity index 100% rename from stdlib/slack/package.json rename to legacy/packages/slack/package.json diff --git a/stdlib/slack/src/index.ts b/legacy/packages/slack/src/index.ts similarity index 100% rename from stdlib/slack/src/index.ts rename to legacy/packages/slack/src/index.ts diff --git a/stdlib/slack/src/slack-client.ts b/legacy/packages/slack/src/slack-client.ts similarity index 100% rename from stdlib/slack/src/slack-client.ts rename to legacy/packages/slack/src/slack-client.ts diff --git a/stdlib/slack/src/slack.ts b/legacy/packages/slack/src/slack.ts similarity index 100% rename from stdlib/slack/src/slack.ts rename to legacy/packages/slack/src/slack.ts diff --git a/stdlib/slack/tsconfig.json b/legacy/packages/slack/tsconfig.json similarity index 100% rename from stdlib/slack/tsconfig.json rename to legacy/packages/slack/tsconfig.json diff --git a/stdlib/social-data/package.json b/legacy/packages/social-data/package.json similarity index 100% rename from stdlib/social-data/package.json rename to legacy/packages/social-data/package.json diff --git a/stdlib/social-data/src/index.ts b/legacy/packages/social-data/src/index.ts similarity index 100% rename from stdlib/social-data/src/index.ts rename to legacy/packages/social-data/src/index.ts diff --git a/stdlib/social-data/src/social-data-client.ts b/legacy/packages/social-data/src/social-data-client.ts similarity index 100% rename from stdlib/social-data/src/social-data-client.ts rename to legacy/packages/social-data/src/social-data-client.ts diff --git a/stdlib/social-data/tsconfig.json b/legacy/packages/social-data/tsconfig.json similarity index 100% rename from stdlib/social-data/tsconfig.json rename to legacy/packages/social-data/tsconfig.json diff --git a/stdlib/stdlib/package.json b/legacy/packages/stdlib/package.json similarity index 100% rename from stdlib/stdlib/package.json rename to legacy/packages/stdlib/package.json diff --git a/stdlib/stdlib/src/index.ts b/legacy/packages/stdlib/src/index.ts similarity index 100% rename from stdlib/stdlib/src/index.ts rename to legacy/packages/stdlib/src/index.ts diff --git a/stdlib/stdlib/tsconfig.json b/legacy/packages/stdlib/tsconfig.json similarity index 100% rename from stdlib/stdlib/tsconfig.json rename to legacy/packages/stdlib/tsconfig.json diff --git a/stdlib/tavily/package.json b/legacy/packages/tavily/package.json similarity index 100% rename from stdlib/tavily/package.json rename to legacy/packages/tavily/package.json diff --git a/stdlib/tavily/src/index.ts b/legacy/packages/tavily/src/index.ts similarity index 100% rename from stdlib/tavily/src/index.ts rename to legacy/packages/tavily/src/index.ts diff --git a/stdlib/tavily/src/tavily-client.ts b/legacy/packages/tavily/src/tavily-client.ts similarity index 100% rename from stdlib/tavily/src/tavily-client.ts rename to legacy/packages/tavily/src/tavily-client.ts diff --git a/stdlib/tavily/tsconfig.json b/legacy/packages/tavily/tsconfig.json similarity index 100% rename from stdlib/tavily/tsconfig.json rename to legacy/packages/tavily/tsconfig.json diff --git a/stdlib/twilio/package.json b/legacy/packages/twilio/package.json similarity index 100% rename from stdlib/twilio/package.json rename to legacy/packages/twilio/package.json diff --git a/stdlib/twilio/src/index.ts b/legacy/packages/twilio/src/index.ts similarity index 100% rename from stdlib/twilio/src/index.ts rename to legacy/packages/twilio/src/index.ts diff --git a/stdlib/twilio/src/twilio-client.ts b/legacy/packages/twilio/src/twilio-client.ts similarity index 100% rename from stdlib/twilio/src/twilio-client.ts rename to legacy/packages/twilio/src/twilio-client.ts diff --git a/stdlib/twilio/tsconfig.json b/legacy/packages/twilio/tsconfig.json similarity index 100% rename from stdlib/twilio/tsconfig.json rename to legacy/packages/twilio/tsconfig.json diff --git a/stdlib/twitter/package.json b/legacy/packages/twitter/package.json similarity index 100% rename from stdlib/twitter/package.json rename to legacy/packages/twitter/package.json diff --git a/stdlib/twitter/src/client.ts b/legacy/packages/twitter/src/client.ts similarity index 100% rename from stdlib/twitter/src/client.ts rename to legacy/packages/twitter/src/client.ts diff --git a/stdlib/twitter/src/error.ts b/legacy/packages/twitter/src/error.ts similarity index 100% rename from stdlib/twitter/src/error.ts rename to legacy/packages/twitter/src/error.ts diff --git a/stdlib/twitter/src/index.ts b/legacy/packages/twitter/src/index.ts similarity index 100% rename from stdlib/twitter/src/index.ts rename to legacy/packages/twitter/src/index.ts diff --git a/stdlib/twitter/src/nango.ts b/legacy/packages/twitter/src/nango.ts similarity index 100% rename from stdlib/twitter/src/nango.ts rename to legacy/packages/twitter/src/nango.ts diff --git a/stdlib/twitter/src/twitter-client.ts b/legacy/packages/twitter/src/twitter-client.ts similarity index 100% rename from stdlib/twitter/src/twitter-client.ts rename to legacy/packages/twitter/src/twitter-client.ts diff --git a/stdlib/twitter/src/types.ts b/legacy/packages/twitter/src/types.ts similarity index 100% rename from stdlib/twitter/src/types.ts rename to legacy/packages/twitter/src/types.ts diff --git a/stdlib/twitter/src/utils.ts b/legacy/packages/twitter/src/utils.ts similarity index 100% rename from stdlib/twitter/src/utils.ts rename to legacy/packages/twitter/src/utils.ts diff --git a/stdlib/twitter/tsconfig.json b/legacy/packages/twitter/tsconfig.json similarity index 100% rename from stdlib/twitter/tsconfig.json rename to legacy/packages/twitter/tsconfig.json diff --git a/stdlib/typeform/package.json b/legacy/packages/typeform/package.json similarity index 100% rename from stdlib/typeform/package.json rename to legacy/packages/typeform/package.json diff --git a/stdlib/typeform/src/index.ts b/legacy/packages/typeform/src/index.ts similarity index 100% rename from stdlib/typeform/src/index.ts rename to legacy/packages/typeform/src/index.ts diff --git a/stdlib/typeform/src/typeform-client.ts b/legacy/packages/typeform/src/typeform-client.ts similarity index 100% rename from stdlib/typeform/src/typeform-client.ts rename to legacy/packages/typeform/src/typeform-client.ts diff --git a/stdlib/typeform/tsconfig.json b/legacy/packages/typeform/tsconfig.json similarity index 100% rename from stdlib/typeform/tsconfig.json rename to legacy/packages/typeform/tsconfig.json diff --git a/stdlib/weather/package.json b/legacy/packages/weather/package.json similarity index 100% rename from stdlib/weather/package.json rename to legacy/packages/weather/package.json diff --git a/stdlib/weather/src/index.ts b/legacy/packages/weather/src/index.ts similarity index 100% rename from stdlib/weather/src/index.ts rename to legacy/packages/weather/src/index.ts diff --git a/stdlib/weather/src/weather-client.ts b/legacy/packages/weather/src/weather-client.ts similarity index 100% rename from stdlib/weather/src/weather-client.ts rename to legacy/packages/weather/src/weather-client.ts diff --git a/stdlib/weather/tsconfig.json b/legacy/packages/weather/tsconfig.json similarity index 100% rename from stdlib/weather/tsconfig.json rename to legacy/packages/weather/tsconfig.json diff --git a/stdlib/wikidata/package.json b/legacy/packages/wikidata/package.json similarity index 100% rename from stdlib/wikidata/package.json rename to legacy/packages/wikidata/package.json diff --git a/stdlib/wikidata/src/index.ts b/legacy/packages/wikidata/src/index.ts similarity index 100% rename from stdlib/wikidata/src/index.ts rename to legacy/packages/wikidata/src/index.ts diff --git a/stdlib/wikidata/src/wikidata-client.ts b/legacy/packages/wikidata/src/wikidata-client.ts similarity index 100% rename from stdlib/wikidata/src/wikidata-client.ts rename to legacy/packages/wikidata/src/wikidata-client.ts diff --git a/stdlib/wikidata/tsconfig.json b/legacy/packages/wikidata/tsconfig.json similarity index 100% rename from stdlib/wikidata/tsconfig.json rename to legacy/packages/wikidata/tsconfig.json diff --git a/stdlib/wikipedia/package.json b/legacy/packages/wikipedia/package.json similarity index 100% rename from stdlib/wikipedia/package.json rename to legacy/packages/wikipedia/package.json diff --git a/stdlib/wikipedia/src/index.ts b/legacy/packages/wikipedia/src/index.ts similarity index 100% rename from stdlib/wikipedia/src/index.ts rename to legacy/packages/wikipedia/src/index.ts diff --git a/stdlib/wikipedia/src/wikipedia-client.ts b/legacy/packages/wikipedia/src/wikipedia-client.ts similarity index 100% rename from stdlib/wikipedia/src/wikipedia-client.ts rename to legacy/packages/wikipedia/src/wikipedia-client.ts diff --git a/stdlib/wikipedia/tsconfig.json b/legacy/packages/wikipedia/tsconfig.json similarity index 100% rename from stdlib/wikipedia/tsconfig.json rename to legacy/packages/wikipedia/tsconfig.json diff --git a/stdlib/wolfram-alpha/package.json b/legacy/packages/wolfram-alpha/package.json similarity index 100% rename from stdlib/wolfram-alpha/package.json rename to legacy/packages/wolfram-alpha/package.json diff --git a/stdlib/wolfram-alpha/src/index.ts b/legacy/packages/wolfram-alpha/src/index.ts similarity index 100% rename from stdlib/wolfram-alpha/src/index.ts rename to legacy/packages/wolfram-alpha/src/index.ts diff --git a/stdlib/wolfram-alpha/src/wolfram-alpha-client.ts b/legacy/packages/wolfram-alpha/src/wolfram-alpha-client.ts similarity index 100% rename from stdlib/wolfram-alpha/src/wolfram-alpha-client.ts rename to legacy/packages/wolfram-alpha/src/wolfram-alpha-client.ts diff --git a/stdlib/wolfram-alpha/tsconfig.json b/legacy/packages/wolfram-alpha/tsconfig.json similarity index 100% rename from stdlib/wolfram-alpha/tsconfig.json rename to legacy/packages/wolfram-alpha/tsconfig.json diff --git a/stdlib/youtube/package.json b/legacy/packages/youtube/package.json similarity index 100% rename from stdlib/youtube/package.json rename to legacy/packages/youtube/package.json diff --git a/stdlib/youtube/src/index.ts b/legacy/packages/youtube/src/index.ts similarity index 100% rename from stdlib/youtube/src/index.ts rename to legacy/packages/youtube/src/index.ts diff --git a/stdlib/youtube/src/youtube-client.ts b/legacy/packages/youtube/src/youtube-client.ts similarity index 100% rename from stdlib/youtube/src/youtube-client.ts rename to legacy/packages/youtube/src/youtube-client.ts diff --git a/stdlib/youtube/tsconfig.json b/legacy/packages/youtube/tsconfig.json similarity index 100% rename from stdlib/youtube/tsconfig.json rename to legacy/packages/youtube/tsconfig.json diff --git a/stdlib/zoominfo/package.json b/legacy/packages/zoominfo/package.json similarity index 100% rename from stdlib/zoominfo/package.json rename to legacy/packages/zoominfo/package.json diff --git a/stdlib/zoominfo/src/index.ts b/legacy/packages/zoominfo/src/index.ts similarity index 100% rename from stdlib/zoominfo/src/index.ts rename to legacy/packages/zoominfo/src/index.ts diff --git a/stdlib/zoominfo/src/zoominfo-client.ts b/legacy/packages/zoominfo/src/zoominfo-client.ts similarity index 100% rename from stdlib/zoominfo/src/zoominfo-client.ts rename to legacy/packages/zoominfo/src/zoominfo-client.ts diff --git a/stdlib/zoominfo/tsconfig.json b/legacy/packages/zoominfo/tsconfig.json similarity index 100% rename from stdlib/zoominfo/tsconfig.json rename to legacy/packages/zoominfo/tsconfig.json diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 46d99acb..cbc2fb18 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,9 +12,6 @@ catalogs: '@agentic/serper': specifier: ^7.6.9 version: 7.6.9 - '@ai-sdk/openai': - specifier: ^1.3.22 - version: 1.3.22 '@apideck/better-ajv-errors': specifier: ^0.3.6 version: 0.3.6 @@ -51,9 +48,6 @@ catalogs: '@fisch0920/drizzle-zod': specifier: ^0.7.9 version: 0.7.9 - '@googleapis/customsearch': - specifier: ^4.0.1 - version: 4.0.1 '@hono/mcp': specifier: ^0.1.0 version: 0.1.0 @@ -78,9 +72,6 @@ catalogs: '@modelcontextprotocol/sdk': specifier: ^1.13.2 version: 1.13.2 - '@nangohq/node': - specifier: 0.42.22 - version: 0.42.22 '@number-flow/react': specifier: ^0.5.10 version: 0.5.10 @@ -162,9 +153,6 @@ catalogs: '@types/canvas-confetti': specifier: ^1.9.0 version: 1.9.0 - '@types/jsrsasign': - specifier: ^10.5.15 - version: 10.5.15 '@types/ms': specifier: ^2.1.0 version: 2.1.0 @@ -249,9 +237,6 @@ catalogs: drizzle-orm: specifier: ^0.44.2 version: 0.44.2 - duck-duck-scrape: - specifier: ^2.2.7 - version: 2.2.7 email-validator: specifier: ^2.0.4 version: 2.0.4 @@ -273,9 +258,6 @@ catalogs: fast-uri: specifier: ^3.0.6 version: 3.0.6 - fast-xml-parser: - specifier: ^5.2.5 - version: 5.2.5 fastmcp: specifier: ^3.6.2 version: 3.6.2 @@ -285,9 +267,6 @@ catalogs: get-port: specifier: ^7.1.0 version: 7.1.0 - googleapis: - specifier: ^150.0.1 - version: 150.0.1 hast-util-to-jsx-runtime: specifier: ^2.3.6 version: 2.3.6 @@ -300,9 +279,6 @@ catalogs: jsonrepair: specifier: ^3.12.0 version: 3.12.0 - jsrsasign: - specifier: ^10.9.0 - version: 10.9.0 knip: specifier: ^5.61.3 version: 5.61.3 @@ -318,9 +294,6 @@ catalogs: lucide-react: specifier: ^0.525.0 version: 0.525.0 - mathjs: - specifier: ^13.2.3 - version: 13.2.3 mint: specifier: ^4.1.97 version: 4.1.97 @@ -432,9 +405,6 @@ catalogs: sort-keys: specifier: ^5.1.0 version: 5.1.0 - string-strip-html: - specifier: ^13.4.12 - version: 13.4.12 stripe: specifier: ^18.2.1 version: 18.2.1 @@ -462,9 +432,6 @@ catalogs: tw-animate-css: specifier: ^1.3.4 version: 1.3.4 - twitter-api-sdk: - specifier: ^1.2.1 - version: 1.2.1 type-fest: specifier: ^4.41.0 version: 4.41.0 @@ -480,9 +447,6 @@ catalogs: vitest: specifier: ^3.2.4 version: 3.2.4 - wikibase-sdk: - specifier: ^10.2.3 - version: 10.2.3 wrangler: specifier: ^4.22.0 version: 4.22.0 @@ -495,9 +459,6 @@ catalogs: zod-validation-error: specifier: ^3.5.2 version: 3.5.2 - zoominfo-api-auth-client: - specifier: ^1.0.1 - version: 1.0.1 importers: @@ -1351,99 +1312,6 @@ importers: specifier: 'catalog:' version: 4.3.16(react@19.1.0)(zod@3.25.67) - stdlib/airtable: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/apollo: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - p-throttle: - specifier: 'catalog:' - version: 6.2.0 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/arxiv: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - fast-xml-parser: - specifier: 'catalog:' - version: 5.2.5 - ky: - specifier: 'catalog:' - version: 1.8.1 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/bing: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/brave-search: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/calculator: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - mathjs: - specifier: 'catalog:' - version: 13.2.3 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/clearbit: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - p-throttle: - specifier: 'catalog:' - version: 6.2.0 - zod: - specifier: 'catalog:' - version: 3.25.67 - stdlib/core: dependencies: dedent: @@ -1478,63 +1346,6 @@ importers: specifier: 'catalog:' version: 3.4.2 - stdlib/diffbot: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - p-throttle: - specifier: 'catalog:' - version: 6.2.0 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/duck-duck-go: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - duck-duck-scrape: - specifier: 'catalog:' - version: 2.2.7 - string-strip-html: - specifier: 'catalog:' - version: 13.4.12 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/exa: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/firecrawl: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - p-throttle: - specifier: 'catalog:' - version: 6.2.0 - zod: - specifier: 'catalog:' - version: 3.25.67 - stdlib/genkit: dependencies: '@agentic/core': @@ -1548,135 +1359,6 @@ importers: specifier: 'catalog:' version: 1.14.0 - stdlib/github: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - octokit: - specifier: 'catalog:' - version: 5.0.3 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/google-custom-search: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - '@googleapis/customsearch': - specifier: 'catalog:' - version: 4.0.1 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/google-docs: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - type-fest: - specifier: 'catalog:' - version: 4.41.0 - zod: - specifier: 'catalog:' - version: 3.25.67 - devDependencies: - googleapis: - specifier: 'catalog:' - version: 150.0.1 - - stdlib/google-drive: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - type-fest: - specifier: 'catalog:' - version: 4.41.0 - zod: - specifier: 'catalog:' - version: 3.25.67 - devDependencies: - googleapis: - specifier: 'catalog:' - version: 150.0.1 - - stdlib/gravatar: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - p-throttle: - specifier: 'catalog:' - version: 6.2.0 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/hacker-news: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/hunter: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/jigsawstack: - dependencies: - ky: - specifier: 'catalog:' - version: 1.8.1 - p-throttle: - specifier: 'catalog:' - version: 6.2.0 - devDependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - '@ai-sdk/openai': - specifier: 'catalog:' - version: 1.3.22(zod@3.25.67) - ai: - specifier: 'catalog:' - version: 4.3.16(react@19.1.0)(zod@3.25.67) - - stdlib/jina: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - p-throttle: - specifier: 'catalog:' - version: 6.2.0 - zod: - specifier: 'catalog:' - version: 3.25.67 - stdlib/langchain: dependencies: '@agentic/core': @@ -1690,21 +1372,6 @@ importers: specifier: 'catalog:' version: 0.3.61 - stdlib/leadmagic: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - p-throttle: - specifier: 'catalog:' - version: 6.2.0 - zod: - specifier: 'catalog:' - version: 3.25.67 - stdlib/llamaindex: dependencies: '@agentic/core': @@ -1737,165 +1404,6 @@ importers: specifier: 'catalog:' version: 0.10.8(openapi-types@12.1.3)(react@19.1.0)(zod@3.25.67) - stdlib/midjourney: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/notion: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/novu: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/open-meteo: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/people-data-labs: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - p-throttle: - specifier: 'catalog:' - version: 6.2.0 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/perigon: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - p-throttle: - specifier: 'catalog:' - version: 6.2.0 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/polygon: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/predict-leads: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - p-throttle: - specifier: 'catalog:' - version: 6.2.0 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/proxycurl: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - p-throttle: - specifier: 'catalog:' - version: 6.2.0 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/reddit: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/rocketreach: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - p-throttle: - specifier: 'catalog:' - version: 6.2.0 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/searxng: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - zod: - specifier: 'catalog:' - version: 3.25.67 - stdlib/serpapi: dependencies: '@agentic/core': @@ -1920,337 +1428,6 @@ importers: specifier: 'catalog:' version: 3.25.67 - stdlib/slack: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/social-data: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - p-throttle: - specifier: 'catalog:' - version: 6.2.0 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/stdlib: - dependencies: - '@agentic/airtable': - specifier: workspace:* - version: link:../airtable - '@agentic/apollo': - specifier: workspace:* - version: link:../apollo - '@agentic/arxiv': - specifier: workspace:* - version: link:../arxiv - '@agentic/bing': - specifier: workspace:* - version: link:../bing - '@agentic/brave-search': - specifier: workspace:* - version: link:../brave-search - '@agentic/calculator': - specifier: workspace:* - version: link:../calculator - '@agentic/clearbit': - specifier: workspace:* - version: link:../clearbit - '@agentic/core': - specifier: workspace:* - version: link:../core - '@agentic/diffbot': - specifier: workspace:* - version: link:../diffbot - '@agentic/duck-duck-go': - specifier: workspace:* - version: link:../duck-duck-go - '@agentic/exa': - specifier: workspace:* - version: link:../exa - '@agentic/firecrawl': - specifier: workspace:* - version: link:../firecrawl - '@agentic/github': - specifier: workspace:* - version: link:../github - '@agentic/google-custom-search': - specifier: workspace:* - version: link:../google-custom-search - '@agentic/google-docs': - specifier: workspace:* - version: link:../google-docs - '@agentic/google-drive': - specifier: workspace:* - version: link:../google-drive - '@agentic/gravatar': - specifier: workspace:* - version: link:../gravatar - '@agentic/hacker-news': - specifier: workspace:* - version: link:../hacker-news - '@agentic/hunter': - specifier: workspace:* - version: link:../hunter - '@agentic/jina': - specifier: workspace:* - version: link:../jina - '@agentic/leadmagic': - specifier: workspace:* - version: link:../leadmagic - '@agentic/midjourney': - specifier: workspace:* - version: link:../midjourney - '@agentic/notion': - specifier: workspace:* - version: link:../notion - '@agentic/novu': - specifier: workspace:* - version: link:../novu - '@agentic/open-meteo': - specifier: workspace:* - version: link:../open-meteo - '@agentic/people-data-labs': - specifier: workspace:* - version: link:../people-data-labs - '@agentic/perigon': - specifier: workspace:* - version: link:../perigon - '@agentic/polygon': - specifier: workspace:* - version: link:../polygon - '@agentic/predict-leads': - specifier: workspace:* - version: link:../predict-leads - '@agentic/proxycurl': - specifier: workspace:* - version: link:../proxycurl - '@agentic/reddit': - specifier: workspace:* - version: link:../reddit - '@agentic/rocketreach': - specifier: workspace:* - version: link:../rocketreach - '@agentic/searxng': - specifier: workspace:* - version: link:../searxng - '@agentic/serpapi': - specifier: workspace:* - version: link:../serpapi - '@agentic/serper': - specifier: workspace:* - version: link:../serper - '@agentic/slack': - specifier: workspace:* - version: link:../slack - '@agentic/social-data': - specifier: workspace:* - version: link:../social-data - '@agentic/tavily': - specifier: workspace:* - version: link:../tavily - '@agentic/twilio': - specifier: workspace:* - version: link:../twilio - '@agentic/twitter': - specifier: workspace:* - version: link:../twitter - '@agentic/typeform': - specifier: workspace:* - version: link:../typeform - '@agentic/weather': - specifier: workspace:* - version: link:../weather - '@agentic/wikidata': - specifier: workspace:* - version: link:../wikidata - '@agentic/wikipedia': - specifier: workspace:* - version: link:../wikipedia - '@agentic/wolfram-alpha': - specifier: workspace:* - version: link:../wolfram-alpha - '@agentic/youtube': - specifier: workspace:* - version: link:../youtube - '@agentic/zoominfo': - specifier: workspace:* - version: link:../zoominfo - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/tavily: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - p-throttle: - specifier: 'catalog:' - version: 6.2.0 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/twilio: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/twitter: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - '@nangohq/node': - specifier: 'catalog:' - version: 0.42.22 - ky: - specifier: 'catalog:' - version: 1.8.1 - p-throttle: - specifier: 'catalog:' - version: 6.2.0 - twitter-api-sdk: - specifier: 'catalog:' - version: 1.2.1 - type-fest: - specifier: 'catalog:' - version: 4.41.0 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/typeform: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/weather: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/wikidata: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - p-throttle: - specifier: 'catalog:' - version: 6.2.0 - wikibase-sdk: - specifier: 'catalog:' - version: 10.2.3 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/wikipedia: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - p-throttle: - specifier: 'catalog:' - version: 6.2.0 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/wolfram-alpha: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/youtube: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - ky: - specifier: 'catalog:' - version: 1.8.1 - zod: - specifier: 'catalog:' - version: 3.25.67 - - stdlib/zoominfo: - dependencies: - '@agentic/core': - specifier: workspace:* - version: link:../core - jsrsasign: - specifier: 'catalog:' - version: 10.9.0 - ky: - specifier: 'catalog:' - version: 1.8.1 - p-throttle: - specifier: 'catalog:' - version: 6.2.0 - zod: - specifier: 'catalog:' - version: 3.25.67 - zoominfo-api-auth-client: - specifier: 'catalog:' - version: 1.0.1 - devDependencies: - '@types/jsrsasign': - specifier: 'catalog:' - version: 10.5.15 - packages: '@agentic/core@7.6.9': @@ -2263,12 +1440,6 @@ packages: peerDependencies: zod: ^3.25.67 - '@ai-sdk/openai@1.3.22': - resolution: {integrity: sha512-QwA+2EkG0QyjVR+7h6FE7iOu2ivNqAVMm9UJZkVxxTk5OIq5fFJDTEI/zICEMuHImTTXR2JjsL6EirJ28Jc4cw==} - engines: {node: '>=18'} - peerDependencies: - zod: ^3.0.0 - '@ai-sdk/provider-utils@2.2.8': resolution: {integrity: sha512-fqhG+4sCVv8x7nFzYnFo19ryhAa3w096Kmc3hWxMQfW/TubPOmt3A6tYZhl4mUfQWWQMsuSkLrtjlWuXBVSGQA==} engines: {node: '>=18'} @@ -3412,10 +2583,6 @@ packages: '@genkit-ai/core@1.14.0': resolution: {integrity: sha512-UYqvqXxEYmQp6kt5f5kUh+46UpfhuLwzd1TAsYQMhwA0qeqwgkSOxmYKzuYRoeramY6Dcg02LOIoKKhoNS7Hgg==} - '@googleapis/customsearch@4.0.1': - resolution: {integrity: sha512-Kd08s3UGrX+dTdf2HyHrVc9156DGpd/hC7fTt4KhcAzKOyCbnYGQFGD3l0kEaD0nBOEVeeZEzEtF52+3CIyc8w==} - engines: {node: '>=12.0.0'} - '@grpc/grpc-js@1.13.4': resolution: {integrity: sha512-GsFaMXCkMqkKIvwCQjCrwH+GHbPKBjhwo/8ZuUkWHqbI73Kky9I+pQltrlT0+MWpedCoosda53lgjYfyEPgxBg==} engines: {node: '>=12.10.0'} @@ -4045,10 +3212,6 @@ packages: peerDependencies: three: '>= 0.159.0' - '@nangohq/node@0.42.22': - resolution: {integrity: sha512-zFiq6PdtYkaM3oOFLBpKiuu4Gmz2nl8PHSk2JxiRRjx5HBd4oFYf8w7HLY53pRtCHxgLMCJwBDjYF3hjlr8Paw==} - engines: {node: '>=18.0'} - '@napi-rs/wasm-runtime@0.2.11': resolution: {integrity: sha512-9DPkXtvHydrcOsopiYpUgPHpmj0HWZKMUnL2dZqpvC42lsratuBG06V5ipyno0fUek5VlFsNQ+AcFATSrJXgMA==} @@ -6400,15 +5563,9 @@ packages: '@types/json5@0.0.29': resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} - '@types/jsrsasign@10.5.15': - resolution: {integrity: sha512-3stUTaSRtN09PPzVWR6aySD9gNnuymz+WviNHoTb85dKu+BjaV4uBbWWGykBBJkfwPtcNZVfTn2lbX00U+yhpQ==} - '@types/katex@0.16.7': resolution: {integrity: sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ==} - '@types/lodash-es@4.17.12': - resolution: {integrity: sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==} - '@types/lodash@4.17.19': resolution: {integrity: sha512-NYqRyg/hIQrYPT9lbOeYc3kIRabJDn/k4qQHIXUpx88CBDww2fD15Sg5kbXlW86zm2XEW4g0QxkTI3/Kfkc7xQ==} @@ -6880,9 +6037,6 @@ packages: resolution: {integrity: sha512-Xm7bpRXnDSX2YE2YFfBk2FnF0ep6tmG7xPh8iHee8MIcrgq762Nkce856dYtJYLkuIoYZvGfTs/PbZhideTcEg==} engines: {node: '>=4'} - axios@0.21.4: - resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==} - axios@1.10.0: resolution: {integrity: sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==} @@ -7004,9 +6158,6 @@ packages: buffer-crc32@0.2.13: resolution: {integrity: sha512-VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==} - buffer-equal-constant-time@1.0.1: - resolution: {integrity: sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==} - buffer-from@1.1.2: resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} @@ -7236,10 +6387,6 @@ packages: resolution: {integrity: sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==} engines: {node: '>=6'} - codsen-utils@1.6.7: - resolution: {integrity: sha512-M+9D3IhFAk4T8iATX62herVuIx1sp5kskWgxEegKD/JwTTSSGjGQs5Q5J4vVJ4mLcn1uhfxDYv6Yzr8zleHF3w==} - engines: {node: '>=14.18.0'} - cohere-ai@7.17.1: resolution: {integrity: sha512-GI/uWVYYGIN3gdjJRlbjEaLJNJVXsUJyOlPqwBWgAmK18kP4CJoErxKwU0aLe3tHHOBcC2RqXe6PmGO0dz7dpQ==} @@ -7296,9 +6443,6 @@ packages: resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} engines: {node: '>= 12'} - complex.js@2.4.2: - resolution: {integrity: sha512-qtx7HRhPGSCBtGiST4/WGHuW+zeaND/6Ld+db6PbrulIB1i2Ev/2UPiqcmpQNPSyfBKraC0EOvOKCB5dGZKt3g==} - concat-map@0.0.1: resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} @@ -7485,9 +6629,6 @@ packages: resolution: {integrity: sha512-Fv96DCsdOgB6mdGl67MT5JaTNKRzrzill5OH5s8bjYJXVlcXyPYGyPsUkWyGV5p1TXI5esYIYMMeDJL0hEIwaA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} - decimal.js@10.5.0: - resolution: {integrity: sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==} - decircular@1.0.0: resolution: {integrity: sha512-YhCtYW0jQs9+gzL2vDLxanRhMHeKa55kw5z2oheI6D+MQA7KafrqtiGKhhpKCLZQurm2a9h0LkP9T5z5gy+A0A==} engines: {node: '>=18'} @@ -7761,9 +6902,6 @@ packages: sqlite3: optional: true - duck-duck-scrape@2.2.7: - resolution: {integrity: sha512-BEcglwnfx5puJl90KQfX+Q2q5vCguqyMpZcSRPBWk8OY55qWwV93+E+7DbIkrGDW4qkqPfUvtOUdi0lXz6lEMQ==} - dunder-proto@1.0.1: resolution: {integrity: sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==} engines: {node: '>= 0.4'} @@ -7771,9 +6909,6 @@ packages: eastasianwidth@0.2.0: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} - ecdsa-sig-formatter@1.0.11: - resolution: {integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==} - eciesjs@0.4.15: resolution: {integrity: sha512-r6kEJXDKecVOCj2nLMuXK/FCPeurW33+3JRpfXVbjLja3XUYFfD9I/JBreH6sUyzcm3G/YQboBjMla6poKeSdA==} engines: {bun: '>=1', deno: '>=2', node: '>=16'} @@ -7921,9 +7056,6 @@ packages: escape-html@1.0.3: resolution: {integrity: sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==} - escape-latex@1.2.0: - resolution: {integrity: sha512-nV5aVWW1K0wEiUIEdZ4erkGGH8mDxGyxSeqPzRNtWP7ataw+/olFObw7hujFWlVjNsaDFw5VZ5NzVSIqRgfTiw==} - escape-string-regexp@1.0.5: resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} engines: {node: '>=0.8.0'} @@ -8241,10 +7373,6 @@ packages: resolution: {integrity: sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==} hasBin: true - fast-xml-parser@5.2.5: - resolution: {integrity: sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==} - hasBin: true - fastest-stable-stringify@2.0.2: resolution: {integrity: sha512-bijHueCGd0LqqNK9b5oCMHc0MluJAx0cwqASgbWMvkO01lCYgIhacVRLcaDz3QnyYIRNJRDwMb41VuT6pHJ91Q==} @@ -8440,10 +7568,6 @@ packages: resolution: {integrity: sha512-LDODD4TMYx7XXdpwxAVRAIAuB0bzv0s+ywFonY46k126qzQHT9ygyoa9tncmOiQmmDrik65UYsEkv3lbfqQ3yQ==} engines: {node: '>=14'} - gaxios@7.1.1: - resolution: {integrity: sha512-Odju3uBUJyVCkW64nLD4wKLhbh93bh6vIg/ZIXkWiLPBrdgtc65+tls/qml+un3pr6JqYVFDZbbmLDQT68rTOQ==} - engines: {node: '>=18'} - gcd@0.0.1: resolution: {integrity: sha512-VNx3UEGr+ILJTiMs1+xc5SX1cMgJCrXezKPa003APUWNqQqaF6n25W8VcR7nHN6yRWbvvUTwCpZCFJeWC2kXlw==} @@ -8451,10 +7575,6 @@ packages: resolution: {integrity: sha512-a4tiq7E0/5fTjxPAaH4jpjkSv/uCaU2p5KC6HVGrvl0cDjA8iBZv4vv1gyzlmK0ZUKqwpOyQMKzZQe3lTit77A==} engines: {node: '>=14'} - gcp-metadata@7.0.1: - resolution: {integrity: sha512-UcO3kefx6dCcZkgcTGgVOTFb7b1LlQ02hY1omMjjrrBzkajRMCFgYOjs7J71WqnuG1k2b+9ppGL7FsOfhZMQKQ==} - engines: {node: '>=18'} - genkit@1.14.0: resolution: {integrity: sha512-H5kla5K7j3CqlpfSeuTIaaBRaYuJYzdluLTZB8Z6/7A+Gs5684D+amZHGoEmnUCLt+rUnGa3bPtwuq2bPDiMuQ==} @@ -8562,26 +7682,10 @@ packages: glsl-noise@0.0.0: resolution: {integrity: sha512-b/ZCF6amfAUb7dJM/MxRs7AetQEahYzJ8PtgfrmEdtw6uyGOr+ZSGtgjFm6mfsBkxJ4d2W7kg+Nlqzqvn3Bc0w==} - google-auth-library@10.1.0: - resolution: {integrity: sha512-GspVjZj1RbyRWpQ9FbAXMKjFGzZwDKnUHi66JJ+tcjcu5/xYAP1pdlWotCuIkMwjfVsxxDvsGZXGLzRt72D0sQ==} - engines: {node: '>=18'} - google-logging-utils@0.0.2: resolution: {integrity: sha512-NEgUnEcBiP5HrPzufUkBzJOD/Sxsco3rLNo1F1TNf7ieU8ryUzBhqba8r756CjLX7rn3fHl6iLEwPYuqpoKgQQ==} engines: {node: '>=14'} - google-logging-utils@1.1.1: - resolution: {integrity: sha512-rcX58I7nqpu4mbKztFeOAObbomBbHU2oIb/d3tJfF3dizGSApqtSwYJigGCooHdnMyQBIw8BrWyK96w3YXgr6A==} - engines: {node: '>=14'} - - googleapis-common@8.0.2-rc.0: - resolution: {integrity: sha512-JTcxRvmFa9Ec1uyfMEimEMeeKq1sHNZX3vn2qmoUMtnvixXXvcqTcbDZvEZXkEWpGlPlOf4joyep6/qs0BrLyg==} - engines: {node: '>=18.0.0'} - - googleapis@150.0.1: - resolution: {integrity: sha512-9Wa9vm3WtDpss0VFBHsbZWcoRccpOSWdpz7YIfb1LBXopZJEg/Zc8ymmaSgvDkP4FhN+pqPS9nZjO7REAJWSUg==} - engines: {node: '>=18'} - gopd@1.2.0: resolution: {integrity: sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==} engines: {node: '>= 0.4'} @@ -8604,10 +7708,6 @@ packages: resolution: {integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==} engines: {node: '>=6.0'} - gtoken@8.0.0: - resolution: {integrity: sha512-+CqsMbHPiSTdtSO14O51eMNlrp9N79gmeqmXeouJOhfucAedHw9noVe/n5uJk3tbKE6a+6ZCQg3RPhVhHByAIw==} - engines: {node: '>=18'} - handlebars@4.7.8: resolution: {integrity: sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==} engines: {node: '>=0.4.7'} @@ -8752,9 +7852,6 @@ packages: resolution: {integrity: sha512-jYZ6ZtfWjzBdh8H/0CIFfCBHaFL75k+KMzaM177hrWWm2TWL39YMYaJgB74uK/niRc866NMlH9B8uCvIo284WQ==} engines: {node: '>=16.9.0'} - html-entities@2.6.0: - resolution: {integrity: sha512-kig+rMn/QOVRvr7c86gQ8lWXq+Hkv6CbAH1hLu+RG338StTpE8Z0b44SDVaqVu7HGKf27frdmUYEs9hTUX/cLQ==} - html-to-text@9.0.5: resolution: {integrity: sha512-qY60FjREgVZL03vJU6IfMV4GDjGBIoOyvuFdpBDIX9yTlDw0TjxVBQp+P8NvpdIXNJvfWBTNul7fsAQJq2FNpg==} engines: {node: '>=14'} @@ -9126,9 +8223,6 @@ packages: resolution: {integrity: sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==} engines: {node: 20 || >=22} - javascript-natural-sort@0.7.1: - resolution: {integrity: sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==} - jiti@2.4.2: resolution: {integrity: sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==} hasBin: true @@ -9257,19 +8351,10 @@ packages: resolution: {integrity: sha512-SWfjz8SuQ0wZjwsxtSJ3Zy8vvLg6aO/kxcp9TWNPGwJKgTZVfhNEQBMk/vPOpYCDFWRxD6QWuI6IHR1t615f0w==} hasBin: true - jsrsasign@10.9.0: - resolution: {integrity: sha512-QWLUikj1SBJGuyGK8tjKSx3K7Y69KYJnrs/pQ1KZ6wvZIkHkWjZ1PJDpuvc1/28c1uP0KW9qn1eI1LzHQqDOwQ==} - jsx-ast-utils@3.3.5: resolution: {integrity: sha512-ZZow9HBI5O6EPgSJLUb8n2NKgmVWTwCvHGwFuJlMjvLFqlGG6pjirPhtdsseaLZjSibD8eegzmYpUZwoIlj2cQ==} engines: {node: '>=4.0'} - jwa@2.0.1: - resolution: {integrity: sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==} - - jws@4.0.0: - resolution: {integrity: sha512-KDncfTmOZoOMTFG4mBlG0qUIOlc03fmzH+ru6RgYVZhPkyiy/92Owlt/8UEN+a4TXR1FQetfIpJE8ApdvdVxTg==} - katex@0.16.22: resolution: {integrity: sha512-XCHRdUw4lf3SKBaJe4EvgqIuWwkPSo9XoeO8GjQW94Bp7TWv9hNhzZjZ+OH9yf1UmLygb7DIT5GSFQiyt16zYg==} hasBin: true @@ -9425,9 +8510,6 @@ packages: resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} engines: {node: '>=10'} - lodash-es@4.17.21: - resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} - lodash.camelcase@4.3.0: resolution: {integrity: sha512-TwuEnCnxbc3rAvhf/LbG7tJUDzhqXyFnv3dtzLOPgCG/hODL7WFnsbwktkD7yUV0RrreP/l1PALq/YSg6VvjlA==} @@ -9538,11 +8620,6 @@ packages: resolution: {integrity: sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==} engines: {node: '>= 0.4'} - mathjs@13.2.3: - resolution: {integrity: sha512-I67Op0JU7gGykFK64bJexkSAmX498x0oybxfVXn1rroEMZTmfxppORhnk8mEUnPrbTfabDKCqvm18vJKMk2UJQ==} - engines: {node: '>= 18'} - hasBin: true - mcp-proxy@5.1.1: resolution: {integrity: sha512-7FTIRIdHjZL7/sRBQ2/FiyQZDV3tJGBANJ9UV5VTiSaOOkDs8F1boY+EP4X/Blcme8eWVFjzmfx9LqdXA/ZHRQ==} hasBin: true @@ -9949,11 +9026,6 @@ packages: natural-compare@1.4.0: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} - needle@3.3.1: - resolution: {integrity: sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==} - engines: {node: '>= 4.4.x'} - hasBin: true - negotiator@0.6.3: resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} engines: {node: '>= 0.6'} @@ -10652,22 +9724,6 @@ packages: resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} engines: {node: '>= 0.6'} - ranges-apply@7.0.19: - resolution: {integrity: sha512-imA03KuTSuSpQtq9SDhavUz7BtiddCPj+fsYM/XpdypRN/s8vyTayKzni6m5nYs7VMds1kSNK1V3jfwVrPUWBQ==} - engines: {node: '>=14.18.0'} - - ranges-merge@9.0.18: - resolution: {integrity: sha512-2+6Eh4yxi5sudUmvCdvxVOSdXIXV+Brfutw8chhZmqkT0REqlzilpyQps1S5n8c7f0+idblqSAHGahTbf/Ar5g==} - engines: {node: '>=14.18.0'} - - ranges-push@7.0.18: - resolution: {integrity: sha512-wzGHipEklSlY0QloQ88PNt+PkTURIB42PLLcQGY+WyYBlNpnrzps6EYooD3RqNXtdqMQ9kR8IVaF9itRYtuzLA==} - engines: {node: '>=14.18.0'} - - ranges-sort@6.0.13: - resolution: {integrity: sha512-M3P0/dUnU3ihLPX2jq0MT2NJA1ls/q6cUAUVPD28xdFFqm3VFarPjTKKhnsBSvYCpZD8HdiElAGAyoPu6uOQjA==} - engines: {node: '>=14.18.0'} - raw-body@2.5.2: resolution: {integrity: sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==} engines: {node: '>= 0.8'} @@ -11041,9 +10097,6 @@ packages: secure-json-parse@2.7.0: resolution: {integrity: sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==} - seedrandom@3.0.5: - resolution: {integrity: sha512-8OwmbklUNzwezjGInmZ+2clQmExQPvomqjL7LFqOYqtmuxRgQYqOD3mHaU+MvZn5FLUeVxVfQjwLZW/n/JFuqg==} - selderee@0.11.0: resolution: {integrity: sha512-5TF+l7p4+OsnP8BCCvSyZiSPc4x4//p5uPwK8TCnVPJYRmU2aYKMpOXvw8zM5a5JvuuCGN1jmsMwuU2W02ukfA==} @@ -11326,22 +10379,6 @@ packages: resolution: {integrity: sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==} engines: {node: '>=0.6.19'} - string-collapse-leading-whitespace@7.0.9: - resolution: {integrity: sha512-lEuTHlogBT9PWipfk0FOyvoMKX8syiE03QoFk5MDh8oS0AJ2C07IlstR5cGkxz48nKkOIuvkC28w9Rx/cVRNDg==} - engines: {node: '>=14.18.0'} - - string-left-right@6.0.20: - resolution: {integrity: sha512-dz2mUgmsI7m/FMe+BoxZ2+73X1TUoQvjCdnq8vbIAnHlvWfVZleNUR+lw+QgHA2dlJig+hUWC9bFYdNFGGy2bA==} - engines: {node: '>=14.18.0'} - - string-strip-html@13.4.12: - resolution: {integrity: sha512-mr1GM1TFcwDkYwLE7TNkHY+Lf3YFEBa19W9KntZoJJSbrKF07W4xmLkPnqf8cypEGyr+dc1H9hsdTw5VSNVGxg==} - engines: {node: '>=14.18.0'} - - string-trim-spaces-only@5.0.12: - resolution: {integrity: sha512-Un5nIO1av+hzfnKGmY+bWe0AD4WH37TuDW+jeMPm81rUvU2r3VPRj9vEKdZkPmuhYAMuKlzarm7jDSKwJKOcpQ==} - engines: {node: '>=14.18.0'} - string-width@4.2.3: resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} engines: {node: '>=8'} @@ -11434,9 +10471,6 @@ packages: strnum@1.1.2: resolution: {integrity: sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==} - strnum@2.1.1: - resolution: {integrity: sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==} - strtok3@10.3.1: resolution: {integrity: sha512-3JWEZM6mfix/GCJBBUrkA8p2Id2pBkyTkVCJKto55w080QBKZ+8R171fGrbiSp+yMO/u6F8/yUh7K4V9K+YCnw==} engines: {node: '>=18'} @@ -11559,12 +10593,6 @@ packages: through@2.3.8: resolution: {integrity: sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==} - tiny-emitter@2.1.0: - resolution: {integrity: sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==} - - tiny-invariant@1.3.3: - resolution: {integrity: sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==} - tinybench@2.9.0: resolution: {integrity: sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==} @@ -11750,10 +10778,6 @@ packages: tw-animate-css@1.3.4: resolution: {integrity: sha512-dd1Ht6/YQHcNbq0znIT6dG8uhO7Ce+VIIhZUhjsryXsMPJQz3bZg7Q2eNzLwipb25bRZslGb2myio5mScd1TFg==} - twitter-api-sdk@1.2.1: - resolution: {integrity: sha512-tNQ6DGYucFk94JlnUMsHCkHg5o1wnCdHh71Y2ukygNVssOdD1gNVjOpaojJrdwbEAhoZvcWdGHerCa55F8HKxQ==} - engines: {node: '>=14'} - type-check@0.4.0: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} engines: {node: '>= 0.8.0'} @@ -11790,10 +10814,6 @@ packages: resolution: {integrity: sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==} engines: {node: '>= 0.4'} - typed-function@4.2.1: - resolution: {integrity: sha512-EGjWssW7Tsk4DGfE+5yluuljS1OGYWiI1J6e8puZz9nTMM51Oug8CD5Zo4gWMsOhq5BI+1bF+rWTm4Vbj3ivRA==} - engines: {node: '>= 18'} - typescript-eslint@8.35.0: resolution: {integrity: sha512-uEnz70b7kBz6eg/j0Czy6K5NivaYopgxRjsnAJ2Fx5oTLo3wefTHIbL7AkQr1+7tJCRVpTs/wiM8JR/11Loq9A==} engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0} @@ -11935,9 +10955,6 @@ packages: url-join@4.0.1: resolution: {integrity: sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==} - url-template@2.0.8: - resolution: {integrity: sha512-XdVKMF4SJ0nP/O7XIPB0JwAEuT9lDIYnNsK8yGVe43y0AWoKeJNdv3ZNWh7ksJ6KqQFjOO6ox/VEitLnaVNufw==} - urlpattern-polyfill@10.0.0: resolution: {integrity: sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==} @@ -12167,10 +11184,6 @@ packages: engines: {node: '>=8'} hasBin: true - wikibase-sdk@10.2.3: - resolution: {integrity: sha512-TOSqq37x+uDgr0RA/gT2IhHd5kkEZ4PL9r5ug0UZnwL2cG2dUSjy7xVyjY6WTdyQHhXnkCCZuc09OhR9kEk4qg==} - engines: {node: '>= 12.0.0'} - word-wrap@1.2.5: resolution: {integrity: sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==} engines: {node: '>=0.10.0'} @@ -12359,9 +11372,6 @@ packages: zod@3.25.67: resolution: {integrity: sha512-idA2YXwpCdqUSKRCACDE6ItZD9TZzy3OZMtpfLoh6oPR47lipysRrJfjzMqFxQ3uJuUPyUeWe1r9vLH33xO/Qw==} - zoominfo-api-auth-client@1.0.1: - resolution: {integrity: sha512-0MOZ5XhEo5ZOeky3jx6n2+4iI3jZd97qePOu8Z27wTQuQ6eRcRIxVbX1mosy3Wn6C7VtcbIsIyf6YDcjHwpIRg==} - zustand@4.5.7: resolution: {integrity: sha512-CHOUy7mu3lbD6o6LJLfllpjkzhHXSBlX8B9+qPddUsIfeF5S/UZ5q0kmCsnRqT1UHFQZchNFDDzMbQsuesHWlw==} engines: {node: '>=12.7.0'} @@ -12422,12 +11432,6 @@ snapshots: transitivePeerDependencies: - babel-plugin-macros - '@ai-sdk/openai@1.3.22(zod@3.25.67)': - dependencies: - '@ai-sdk/provider': 1.1.3 - '@ai-sdk/provider-utils': 2.2.8(zod@3.25.67) - zod: 3.25.67 - '@ai-sdk/provider-utils@2.2.8(zod@3.25.67)': dependencies: '@ai-sdk/provider': 1.1.3 @@ -13647,12 +12651,6 @@ snapshots: transitivePeerDependencies: - supports-color - '@googleapis/customsearch@4.0.1': - dependencies: - googleapis-common: 8.0.2-rc.0 - transitivePeerDependencies: - - supports-color - '@grpc/grpc-js@1.13.4': dependencies: '@grpc/proto-loader': 0.7.15 @@ -14475,12 +13473,6 @@ snapshots: promise-worker-transferable: 1.0.4 three: 0.177.0 - '@nangohq/node@0.42.22': - dependencies: - axios: 1.10.0 - transitivePeerDependencies: - - debug - '@napi-rs/wasm-runtime@0.2.11': dependencies: '@emnapi/core': 1.4.3 @@ -17318,14 +16310,8 @@ snapshots: '@types/json5@0.0.29': {} - '@types/jsrsasign@10.5.15': {} - '@types/katex@0.16.7': {} - '@types/lodash-es@4.17.12': - dependencies: - '@types/lodash': 4.17.19 - '@types/lodash@4.17.19': {} '@types/mdast@4.0.4': @@ -17855,12 +16841,6 @@ snapshots: axe-core@4.10.3: {} - axios@0.21.4: - dependencies: - follow-redirects: 1.15.9 - transitivePeerDependencies: - - debug - axios@1.10.0: dependencies: follow-redirects: 1.15.9 @@ -17996,8 +16976,6 @@ snapshots: buffer-crc32@0.2.13: {} - buffer-equal-constant-time@1.0.1: {} - buffer-from@1.1.2: {} buffer@5.7.1: @@ -18229,10 +17207,6 @@ snapshots: clsx@2.1.1: {} - codsen-utils@1.6.7: - dependencies: - rfdc: 1.4.1 - cohere-ai@7.17.1: dependencies: '@aws-sdk/client-sagemaker': 3.839.0 @@ -18293,8 +17267,6 @@ snapshots: commander@8.3.0: {} - complex.js@2.4.2: {} - concat-map@0.0.1: {} conf@14.0.0: @@ -18451,8 +17423,6 @@ snapshots: decamelize@6.0.0: {} - decimal.js@10.5.0: {} - decircular@1.0.0: {} decode-formdata@0.9.0: {} @@ -18627,11 +17597,6 @@ snapshots: kysely: 0.28.2 postgres: 3.4.7 - duck-duck-scrape@2.2.7: - dependencies: - html-entities: 2.6.0 - needle: 3.3.1 - dunder-proto@1.0.1: dependencies: call-bind-apply-helpers: 1.0.2 @@ -18640,10 +17605,6 @@ snapshots: eastasianwidth@0.2.0: {} - ecdsa-sig-formatter@1.0.11: - dependencies: - safe-buffer: 5.2.1 - eciesjs@0.4.15: dependencies: '@ecies/ciphers': 0.2.3(@noble/ciphers@1.3.0) @@ -18934,8 +17895,6 @@ snapshots: escape-html@1.0.3: {} - escape-latex@1.2.0: {} - escape-string-regexp@1.0.5: {} escape-string-regexp@4.0.0: {} @@ -19391,10 +18350,6 @@ snapshots: dependencies: strnum: 1.1.2 - fast-xml-parser@5.2.5: - dependencies: - strnum: 2.1.1 - fastest-stable-stringify@2.0.2: {} fastmcp@3.6.2: @@ -19613,14 +18568,6 @@ snapshots: - encoding - supports-color - gaxios@7.1.1: - dependencies: - extend: 3.0.2 - https-proxy-agent: 7.0.6(supports-color@10.0.0) - node-fetch: 3.3.2 - transitivePeerDependencies: - - supports-color - gcd@0.0.1: {} gcp-metadata@6.1.1: @@ -19632,14 +18579,6 @@ snapshots: - encoding - supports-color - gcp-metadata@7.0.1: - dependencies: - gaxios: 7.1.1 - google-logging-utils: 1.1.1 - json-bigint: 1.0.0 - transitivePeerDependencies: - - supports-color - genkit@1.14.0: dependencies: '@genkit-ai/ai': 1.14.0 @@ -19771,39 +18710,8 @@ snapshots: glsl-noise@0.0.0: {} - google-auth-library@10.1.0: - dependencies: - base64-js: 1.5.1 - ecdsa-sig-formatter: 1.0.11 - gaxios: 7.1.1 - gcp-metadata: 7.0.1 - google-logging-utils: 1.1.1 - gtoken: 8.0.0 - jws: 4.0.0 - transitivePeerDependencies: - - supports-color - google-logging-utils@0.0.2: {} - google-logging-utils@1.1.1: {} - - googleapis-common@8.0.2-rc.0: - dependencies: - extend: 3.0.2 - gaxios: 7.1.1 - google-auth-library: 10.1.0 - qs: 6.14.0 - url-template: 2.0.8 - transitivePeerDependencies: - - supports-color - - googleapis@150.0.1: - dependencies: - google-auth-library: 10.1.0 - googleapis-common: 8.0.2-rc.0 - transitivePeerDependencies: - - supports-color - gopd@1.2.0: {} got@12.6.1: @@ -19845,13 +18753,6 @@ snapshots: section-matter: 1.0.0 strip-bom-string: 1.0.0 - gtoken@8.0.0: - dependencies: - gaxios: 7.1.1 - jws: 4.0.0 - transitivePeerDependencies: - - supports-color - handlebars@4.7.8: dependencies: minimist: 1.2.8 @@ -20062,8 +18963,6 @@ snapshots: hono@4.8.3: {} - html-entities@2.6.0: {} - html-to-text@9.0.5: dependencies: '@selderee/plugin-htmlparser2': 0.11.0 @@ -20419,8 +19318,6 @@ snapshots: dependencies: '@isaacs/cliui': 8.0.2 - javascript-natural-sort@0.7.1: {} - jiti@2.4.2: {} joycon@3.1.1: {} @@ -20517,8 +19414,6 @@ snapshots: jsonrepair@3.12.0: {} - jsrsasign@10.9.0: {} - jsx-ast-utils@3.3.5: dependencies: array-includes: 3.1.9 @@ -20526,17 +19421,6 @@ snapshots: object.assign: 4.1.7 object.values: 1.2.1 - jwa@2.0.1: - dependencies: - buffer-equal-constant-time: 1.0.1 - ecdsa-sig-formatter: 1.0.11 - safe-buffer: 5.2.1 - - jws@4.0.0: - dependencies: - jwa: 2.0.1 - safe-buffer: 5.2.1 - katex@0.16.22: dependencies: commander: 8.3.0 @@ -20709,8 +19593,6 @@ snapshots: dependencies: p-locate: 5.0.0 - lodash-es@4.17.21: {} - lodash.camelcase@4.3.0: {} lodash.castarray@4.4.0: {} @@ -20798,18 +19680,6 @@ snapshots: math-intrinsics@1.1.0: {} - mathjs@13.2.3: - dependencies: - '@babel/runtime': 7.27.6 - complex.js: 2.4.2 - decimal.js: 10.5.0 - escape-latex: 1.2.0 - fraction.js: 4.3.7 - javascript-natural-sort: 0.7.1 - seedrandom: 3.0.5 - tiny-emitter: 2.1.0 - typed-function: 4.2.1 - mcp-proxy@5.1.1: dependencies: '@modelcontextprotocol/sdk': 1.13.2 @@ -21487,11 +20357,6 @@ snapshots: natural-compare@1.4.0: {} - needle@3.3.1: - dependencies: - iconv-lite: 0.6.3 - sax: 1.4.1 - negotiator@0.6.3: {} negotiator@1.0.0: {} @@ -22260,25 +21125,6 @@ snapshots: range-parser@1.2.1: {} - ranges-apply@7.0.19: - dependencies: - ranges-merge: 9.0.18 - tiny-invariant: 1.3.3 - - ranges-merge@9.0.18: - dependencies: - ranges-push: 7.0.18 - ranges-sort: 6.0.13 - - ranges-push@7.0.18: - dependencies: - codsen-utils: 1.6.7 - ranges-sort: 6.0.13 - string-collapse-leading-whitespace: 7.0.9 - string-trim-spaces-only: 5.0.12 - - ranges-sort@6.0.13: {} - raw-body@2.5.2: dependencies: bytes: 3.1.2 @@ -22818,8 +21664,6 @@ snapshots: secure-json-parse@2.7.0: {} - seedrandom@3.0.5: {} - selderee@0.11.0: dependencies: parseley: 0.12.1 @@ -23198,25 +22042,6 @@ snapshots: string-argv@0.3.2: {} - string-collapse-leading-whitespace@7.0.9: {} - - string-left-right@6.0.20: - dependencies: - codsen-utils: 1.6.7 - rfdc: 1.4.1 - - string-strip-html@13.4.12: - dependencies: - '@types/lodash-es': 4.17.12 - codsen-utils: 1.6.7 - html-entities: 2.6.0 - lodash-es: 4.17.21 - ranges-apply: 7.0.19 - ranges-push: 7.0.18 - string-left-right: 6.0.20 - - string-trim-spaces-only@5.0.12: {} - string-width@4.2.3: dependencies: emoji-regex: 8.0.0 @@ -23330,8 +22155,6 @@ snapshots: strnum@1.1.2: {} - strnum@2.1.1: {} - strtok3@10.3.1: dependencies: '@tokenizer/token': 0.3.0 @@ -23467,10 +22290,6 @@ snapshots: through@2.3.8: {} - tiny-emitter@2.1.0: {} - - tiny-invariant@1.3.3: {} - tinybench@2.9.0: {} tinyexec@0.3.2: {} @@ -23647,13 +22466,6 @@ snapshots: tw-animate-css@1.3.4: {} - twitter-api-sdk@1.2.1: - dependencies: - abort-controller: 3.0.0 - node-fetch: 2.7.0 - transitivePeerDependencies: - - encoding - type-check@0.4.0: dependencies: prelude-ls: 1.2.1 @@ -23706,8 +22518,6 @@ snapshots: possible-typed-array-names: 1.1.0 reflect.getprototypeof: 1.0.10 - typed-function@4.2.1: {} - typescript-eslint@8.35.0(eslint@9.30.0(jiti@2.4.2))(typescript@5.8.3): dependencies: '@typescript-eslint/eslint-plugin': 8.35.0(@typescript-eslint/parser@8.35.0(eslint@9.30.0(jiti@2.4.2))(typescript@5.8.3))(eslint@9.30.0(jiti@2.4.2))(typescript@5.8.3) @@ -23883,8 +22693,6 @@ snapshots: url-join@4.0.1: {} - url-template@2.0.8: {} - urlpattern-polyfill@10.0.0: {} use-callback-ref@1.3.3(@types/react@19.1.8)(react@19.1.0): @@ -24127,8 +22935,6 @@ snapshots: siginfo: 2.0.0 stackback: 0.0.2 - wikibase-sdk@10.2.3: {} - word-wrap@1.2.5: {} wordwrap@1.0.0: {} @@ -24278,13 +23084,6 @@ snapshots: zod@3.25.67: {} - zoominfo-api-auth-client@1.0.1: - dependencies: - axios: 0.21.4 - jsrsasign: 10.9.0 - transitivePeerDependencies: - - debug - zustand@4.5.7(@types/react@19.1.8)(immer@9.0.21)(react@19.1.0): dependencies: use-sync-external-store: 1.5.0(react@19.1.0)