@agentxjs/agent 1.5.10 → 1.5.11
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 +6 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentxjs/agent",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.11",
|
|
4
4
|
"description": "Agent runtime for AgentX ecosystem - Agent lifecycle and event management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -35,6 +35,9 @@
|
|
|
35
35
|
],
|
|
36
36
|
"author": "Deepractice AI Team",
|
|
37
37
|
"license": "MIT",
|
|
38
|
+
"engines": {
|
|
39
|
+
"node": ">=22.0.0"
|
|
40
|
+
},
|
|
38
41
|
"repository": {
|
|
39
42
|
"type": "git",
|
|
40
43
|
"url": "git+https://github.com/Deepractice/AgentX.git"
|
|
@@ -44,8 +47,8 @@
|
|
|
44
47
|
},
|
|
45
48
|
"homepage": "https://github.com/Deepractice/Agent#readme",
|
|
46
49
|
"dependencies": {
|
|
47
|
-
"@agentxjs/common": "^1.5.
|
|
48
|
-
"@agentxjs/types": "^1.5.
|
|
50
|
+
"@agentxjs/common": "^1.5.11",
|
|
51
|
+
"@agentxjs/types": "^1.5.11",
|
|
49
52
|
"rxjs": "^7.8.2"
|
|
50
53
|
},
|
|
51
54
|
"devDependencies": {}
|