Release v0.75.3

This commit is contained in:
Mario Zechner
2026-05-18 11:58:34 +02:00
parent 967fb4d8b9
commit a7d8dd3d5d
19 changed files with 43 additions and 43 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@earendil-works/pi-agent-core",
"version": "0.75.2",
"version": "0.75.3",
"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.75.2",
"@earendil-works/pi-ai": "^0.75.3",
"ignore": "^7.0.5",
"typebox": "^1.1.24",
"yaml": "^2.8.2"