@caupulican/pi-agent-core 0.93.0 → 0.93.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@caupulican/pi-agent-core",
|
|
3
|
-
"version": "0.93.
|
|
3
|
+
"version": "0.93.1",
|
|
4
4
|
"description": "General-purpose agent with transport abstraction, state management, and attachment support",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"prepublishOnly": "npm run clean && npm run build"
|
|
142
142
|
},
|
|
143
143
|
"dependencies": {
|
|
144
|
-
"@caupulican/pi-ai": "^0.93.
|
|
144
|
+
"@caupulican/pi-ai": "^0.93.1",
|
|
145
145
|
"ignore": "7.0.5",
|
|
146
146
|
"typebox": "1.1.38",
|
|
147
147
|
"yaml": "2.9.0"
|