@defai.digital/agent-execution 13.2.7 → 13.3.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/LICENSE +1 -1
- package/package.json +2 -2
package/LICENSE
CHANGED
|
@@ -10,7 +10,7 @@ provided that your organization has less than US$2,000,000 in annual gross
|
|
|
10
10
|
revenue in the prior fiscal year. "Production use" means use in a live
|
|
11
11
|
production environment to support business or operational activities for end
|
|
12
12
|
users.
|
|
13
|
-
Change Date:
|
|
13
|
+
Change Date: Four years after the release date of the Licensed Work version
|
|
14
14
|
Change License: Apache License, Version 2.0
|
|
15
15
|
|
|
16
16
|
Terms
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@defai.digital/agent-execution",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.3.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Agent execution domain for AutomatosX - checkpoints, delegation, parallel execution",
|
|
6
6
|
"license": "BUSL-1.1",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@defai.digital/contracts": "13.
|
|
35
|
+
"@defai.digital/contracts": "13.3.1"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "tsc --build",
|