chore: release v8.4.2

main v8.4.2
Travis Fischer 2025-07-03 06:20:43 -05:00
rodzic 624121387e
commit bc2c1e34fd
24 zmienionych plików z 24 dodań i 24 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "api",
"private": true,
"version": "8.4.1",
"version": "8.4.2",
"description": "Internal Agentic platform API service.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "AGPL-3.0",

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "@agentic/platform-e2e-tests",
"private": true,
"version": "8.4.1",
"version": "8.4.2",
"description": "Internal Agentic platform E2E tests.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "AGPL-3.0",

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "gateway",
"private": true,
"version": "8.4.1",
"version": "8.4.2",
"description": "Internal Agentic platform API gateway.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "AGPL-3.0",

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "web",
"private": true,
"version": "8.4.1",
"version": "8.4.2",
"description": "Agentic platform webapp.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "AGPL-3.0",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@agentic/platform-api-client",
"version": "8.4.1",
"version": "8.4.2",
"description": "TypeScript API client for the Agentic platform.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "AGPL-3.0",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@agentic/cli",
"version": "8.4.1",
"version": "8.4.2",
"description": "CLI for the Agentic platform.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "AGPL-3.0",

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "@agentic/platform-emails",
"private": true,
"version": "8.4.1",
"version": "8.4.2",
"description": "Email templates for the Agentic platform.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "AGPL-3.0",

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "@agentic/platform-hono",
"private": true,
"version": "8.4.1",
"version": "8.4.2",
"description": "Internal Hono utilities for the Agentic platform.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "AGPL-3.0",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@agentic/json-schema",
"version": "8.4.1",
"version": "8.4.2",
"description": "A JSON schema validator that will run on Cloudflare workers. Supports drafts 4, 7, 2019-09, and 2020-12.",
"authors": [
"Jeremy Danyow <jdanyow@gmail.com>",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@agentic/platform-openapi-utils",
"version": "8.4.1",
"version": "8.4.2",
"description": "OpenAPI utilities used by the Agentic platform.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "AGPL-3.0",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@agentic/platform-core",
"version": "8.4.1",
"version": "8.4.2",
"description": "Core utilities shared across the Agentic platform.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "AGPL-3.0",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@agentic/platform",
"version": "8.4.1",
"version": "8.4.2",
"description": "Public SDK for developers building on top of the Agentic platform.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "AGPL-3.0",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@agentic/platform-tool-client",
"version": "8.4.1",
"version": "8.4.2",
"description": "Main client for working with LLM tools hosted on the Agentic platform.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "AGPL-3.0",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@agentic/platform-types",
"version": "8.4.1",
"version": "8.4.2",
"description": "Core schemas and types shared across the Agentic platform.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "AGPL-3.0",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@agentic/platform-validators",
"version": "8.4.1",
"version": "8.4.2",
"description": "Validation utils for core strings and identifiers used across the Agentic platform.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "AGPL-3.0",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@agentic/ai-sdk",
"version": "8.4.1",
"version": "8.4.2",
"description": "Agentic adapter for the Vercel AI SDK.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "MIT",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@agentic/core",
"version": "8.4.1",
"version": "8.4.2",
"description": "Agentic AI utils which work with any LLM and TypeScript AI SDK.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "MIT",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@agentic/genkit",
"version": "8.4.1",
"version": "8.4.2",
"description": "Agentic adapter for the Firebase Genkit AI SDK.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "MIT",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@agentic/langchain",
"version": "8.4.1",
"version": "8.4.2",
"description": "Agentic adapter for the LangChain TS SDK.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "MIT",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@agentic/llamaindex",
"version": "8.4.1",
"version": "8.4.2",
"description": "Agentic adapter for the LlamaIndex AI SDK.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "MIT",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@agentic/mastra",
"version": "8.4.1",
"version": "8.4.2",
"description": "Agentic adapter for the Mastra AI Agent SDK.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "MIT",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@agentic/mcp",
"version": "8.4.1",
"version": "8.4.2",
"description": "Agentic SDK for exposing tools from an MCP client in a way that easily interops with all TypeScript AI SDKs.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "MIT",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@agentic/serpapi",
"version": "8.4.1",
"version": "8.4.2",
"description": "Agentic SDK for SerpAPI Google Search.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "MIT",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "@agentic/serper",
"version": "8.4.1",
"version": "8.4.2",
"description": "Agentic SDK for the Serper Google Search API.",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "MIT",