@edugate/ai-engine 0.7.1 → 0.7.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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edugate/ai-engine",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"description": "Come Edugate governa un modello: l'adattatore, il budget, i ritentativi, lo stato di sessione, il controllo di fedeltà — e l'esecutore che fa girare uno specialista.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"zod": "^3.24.2",
|
|
29
29
|
"zod-to-json-schema": "^3.23.0",
|
|
30
|
-
"@edugate/authoring": "0.
|
|
30
|
+
"@edugate/authoring": "0.3.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"@modelcontextprotocol/sdk": ">=1.21.0"
|