@adl-spec/cli 0.1.1 → 0.1.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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -18054,7 +18054,7 @@ function registerInitCommand(program2) {
|
|
|
18054
18054
|
|
|
18055
18055
|
// src/index.ts
|
|
18056
18056
|
var program2 = new Command;
|
|
18057
|
-
program2.name("adl").description("CLI tooling for the Agent Definition Language (ADL)").version("0.1.
|
|
18057
|
+
program2.name("adl").description("CLI tooling for the Agent Definition Language (ADL)").version("0.1.2");
|
|
18058
18058
|
registerValidateCommand(program2);
|
|
18059
18059
|
registerConvertCommand(program2);
|
|
18060
18060
|
registerInitCommand(program2);
|