@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adl-spec/cli",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "CLI tooling for the Agent Definition Language (ADL)",
5
5
  "type": "module",
6
6
  "bin": {