Release v0.78.1

This commit is contained in:
Mario Zechner
2026-06-04 18:31:33 +02:00
parent 1d33a8eb7a
commit 592c34c056
19 changed files with 50 additions and 74 deletions

View File

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