From 155670acb3bcafc13a19dfabe6683549c647f172 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 7 Jun 2024 02:32:19 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- legacy/examples/package.json | 6 +++--- legacy/package.json | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/legacy/examples/package.json b/legacy/examples/package.json index 4e65fa49..0eeb7b18 100644 --- a/legacy/examples/package.json +++ b/legacy/examples/package.json @@ -2,14 +2,14 @@ "name": "agentic-examples", "private": true, "version": "0.1.0", - "description": "TODO", + "description": "Examples of how to use the Agentic AI SDK.", "author": "Travis Fischer ", "license": "MIT", "repository": { "type": "git", - "url": "transitive-bullshit/agentic" + "url": "git+https://github.com/transitive-bullshit/agentic.git" }, - "packageManager": "pnpm@9.1.4", + "packageManager": "pnpm@9.2.0", "engines": { "node": ">=18" }, diff --git a/legacy/package.json b/legacy/package.json index 8b879de2..0dfd2553 100644 --- a/legacy/package.json +++ b/legacy/package.json @@ -1,6 +1,5 @@ { "name": "@agentic/stdlib", - "private": true, "version": "0.3.1", "description": "AI function stdlib that works with any LLM and TypeScript AI SDK.", "author": "Travis Fischer ",