open-azdo 0.3.0 → 0.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/dist/open-azdo.js
CHANGED
|
@@ -72640,7 +72640,7 @@ var sandboxCaptureCommand = make33("capture", sandboxCaptureCommandConfig).pipe(
|
|
|
72640
72640
|
var sandboxCommand = make33("sandbox").pipe(withDescription3("Sandbox tooling for live capture and local preview."), withSubcommands([sandboxCaptureCommand]));
|
|
72641
72641
|
var openAzdoCli = make33("open-azdo").pipe(withDescription3("Secure Azure DevOps pull-request review CLI powered by OpenCode."), withSubcommands([reviewCommand, sandboxCommand]));
|
|
72642
72642
|
// package.json
|
|
72643
|
-
var version2 = "0.3.
|
|
72643
|
+
var version2 = "0.3.1";
|
|
72644
72644
|
|
|
72645
72645
|
// src/Main.ts
|
|
72646
72646
|
var cliProgram = run3(openAzdoCli, { version: version2 }).pipe(exports_Effect.scoped, exports_Effect.provide(BaseRuntimeLayer));
|
|
@@ -72649,4 +72649,4 @@ var main = () => runMain2(cliProgram, { disableErrorReporting: true });
|
|
|
72649
72649
|
// bin/open-azdo.ts
|
|
72650
72650
|
main();
|
|
72651
72651
|
|
|
72652
|
-
//# debugId=
|
|
72652
|
+
//# debugId=E8ECA4DEEBA1497764756E2164756E21
|