Release v0.75.0

This commit is contained in:
Mario Zechner
2026-05-17 21:02:49 +02:00
parent d5ebc973d0
commit 12f5c00cc1
18 changed files with 57 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-agent-core",
"version": "0.74.1",
"version": "0.75.0",
"description": "General-purpose agent with transport abstraction, state management, and attachment support",
"type": "module",
"main": "./dist/index.js",
@@ -30,7 +30,7 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@earendil-works/pi-ai": "^0.74.1",
"@earendil-works/pi-ai": "^0.75.0",
"ignore": "^7.0.5",
"typebox": "^1.1.24",
"yaml": "^2.8.2"