@dam-agents/cli 0.2.1-rc2 → 0.2.1-rc3
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/bin.js +1 -1
- package/package.json +3 -3
package/dist/bin.js
CHANGED
|
@@ -34188,7 +34188,7 @@ function createProcessEnvReader() {
|
|
|
34188
34188
|
|
|
34189
34189
|
// src/modules/cli/infrastructure/package-version.ts
|
|
34190
34190
|
function readPackageVersion() {
|
|
34191
|
-
return true ? "0.2.1-
|
|
34191
|
+
return true ? "0.2.1-rc3" : DEV_VERSION;
|
|
34192
34192
|
}
|
|
34193
34193
|
|
|
34194
34194
|
// src/modules/cli/infrastructure/version-probe.ts
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dam-agents/cli",
|
|
3
3
|
"author": "IBM Corp.",
|
|
4
|
-
"version": "0.2.1-
|
|
4
|
+
"version": "0.2.1-rc3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"homepage": "https://github.com/dam-agents/dam/tree/main/packages/cli#readme",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"ws": "^8.20.0",
|
|
43
43
|
"zod": "^4.4.3",
|
|
44
44
|
"agent-runtime-api": "0.0.1",
|
|
45
|
-
"
|
|
46
|
-
"
|
|
45
|
+
"dev-config": "0.0.1",
|
|
46
|
+
"api-server-api": "0.0.1"
|
|
47
47
|
}
|
|
48
48
|
}
|