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 ",