agentv 3.2.1 → 3.2.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/dist/{chunk-QZRZDCHV.js → chunk-IUNL3OJU.js} +3 -3
- package/dist/chunk-IUNL3OJU.js.map +1 -0
- package/dist/{chunk-CY4TSIZS.js → chunk-LNRX7YV5.js} +3 -3
- package/dist/cli.js +2 -2
- package/dist/index.js +2 -2
- package/dist/{interactive-Q37ICHBG.js → interactive-LMQO2QAX.js} +2 -2
- package/package.json +2 -2
- package/dist/chunk-QZRZDCHV.js.map +0 -1
- /package/dist/{chunk-CY4TSIZS.js.map → chunk-LNRX7YV5.js.map} +0 -0
- /package/dist/{interactive-Q37ICHBG.js.map → interactive-LMQO2QAX.js.map} +0 -0
|
@@ -30,14 +30,14 @@ import {
|
|
|
30
30
|
// package.json
|
|
31
31
|
var package_default = {
|
|
32
32
|
name: "agentv",
|
|
33
|
-
version: "3.2.
|
|
33
|
+
version: "3.2.2",
|
|
34
34
|
description: "CLI entry point for AgentV",
|
|
35
35
|
type: "module",
|
|
36
36
|
repository: {
|
|
37
37
|
type: "git",
|
|
38
38
|
url: "https://github.com/EntityProcess/agentv.git"
|
|
39
39
|
},
|
|
40
|
-
homepage: "https://
|
|
40
|
+
homepage: "https://agentv.dev",
|
|
41
41
|
bugs: {
|
|
42
42
|
url: "https://github.com/EntityProcess/agentv/issues"
|
|
43
43
|
},
|
|
@@ -4260,4 +4260,4 @@ export {
|
|
|
4260
4260
|
selectTarget,
|
|
4261
4261
|
runEvalCommand
|
|
4262
4262
|
};
|
|
4263
|
-
//# sourceMappingURL=chunk-
|
|
4263
|
+
//# sourceMappingURL=chunk-IUNL3OJU.js.map
|