@x12i/funcx 4.3.1 → 4.3.2
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@x12i/funcx",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.2",
|
|
4
4
|
"description": "FuncX: a super-easy typed AI reasoning-functions library for product code",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
"dependencies": {
|
|
138
138
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
139
139
|
"@x12i/activix": "^8.5.0",
|
|
140
|
-
"@x12i/ai-profiles": "^2.0.
|
|
141
|
-
"@x12i/ai-tools": "^2.3.
|
|
140
|
+
"@x12i/ai-profiles": "^2.0.1",
|
|
141
|
+
"@x12i/ai-tools": "^2.3.1",
|
|
142
142
|
"@x12i/catalox": "^5.1.3",
|
|
143
143
|
"@x12i/env": "^4.0.1",
|
|
144
144
|
"@x12i/logxer": "^4.6.0",
|