@uluops/core 0.18.0 → 0.18.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 +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uluops/core",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.1",
|
|
4
4
|
"description": "The foundational execution engine for UluOps. Orchestrates AI-powered code analysis through a 4-layer execution hierarchy (Agent > Command > Workflow > Pipeline), manages LLM tool loops via Vercel AI SDK, and integrates with UluOps Registry and Validation services.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -49,26 +49,26 @@
|
|
|
49
49
|
"url": "git+https://github.com/Uluops/uluops-core.git"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@ai-sdk/anthropic": "
|
|
53
|
-
"@ai-sdk/google": "
|
|
54
|
-
"@ai-sdk/openai": "
|
|
55
|
-
"@uluops/ops-sdk": "3.0.
|
|
56
|
-
"@uluops/registry-sdk": "0.30.
|
|
57
|
-
"@uluops/sdk-core": "0.11.
|
|
58
|
-
"ai": "
|
|
59
|
-
"glob": "
|
|
60
|
-
"yaml": "
|
|
61
|
-
"zod": "
|
|
52
|
+
"@ai-sdk/anthropic": "3.0.39",
|
|
53
|
+
"@ai-sdk/google": "3.0.31",
|
|
54
|
+
"@ai-sdk/openai": "3.0.33",
|
|
55
|
+
"@uluops/ops-sdk": "3.0.5",
|
|
56
|
+
"@uluops/registry-sdk": "0.30.2",
|
|
57
|
+
"@uluops/sdk-core": "0.11.1",
|
|
58
|
+
"ai": "6.0.77",
|
|
59
|
+
"glob": "11.1.0",
|
|
60
|
+
"yaml": "2.8.3",
|
|
61
|
+
"zod": "3.25.76"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@types/node": "
|
|
65
|
-
"@typescript-eslint/eslint-plugin": "
|
|
66
|
-
"@typescript-eslint/parser": "
|
|
67
|
-
"eslint": "
|
|
68
|
-
"tsx": "
|
|
69
|
-
"typescript": "
|
|
70
|
-
"typescript-eslint": "
|
|
71
|
-
"vitest": "
|
|
64
|
+
"@types/node": "22.19.10",
|
|
65
|
+
"@typescript-eslint/eslint-plugin": "8.54.0",
|
|
66
|
+
"@typescript-eslint/parser": "8.54.0",
|
|
67
|
+
"eslint": "9.39.2",
|
|
68
|
+
"tsx": "4.21.0",
|
|
69
|
+
"typescript": "5.9.3",
|
|
70
|
+
"typescript-eslint": "8.54.0",
|
|
71
|
+
"vitest": "3.2.6"
|
|
72
72
|
},
|
|
73
73
|
"engines": {
|
|
74
74
|
"node": ">=18.0.0"
|