open-azdo 0.2.8 → 0.2.9
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
|
@@ -47736,6 +47736,7 @@ var formatReviewTimestamp = (entry) => {
|
|
|
47736
47736
|
return new Intl.DateTimeFormat("en-US", {
|
|
47737
47737
|
dateStyle: "medium",
|
|
47738
47738
|
timeStyle: "short",
|
|
47739
|
+
hour12: false,
|
|
47739
47740
|
timeZone: "UTC"
|
|
47740
47741
|
}).format(date5);
|
|
47741
47742
|
};
|
|
@@ -48716,7 +48717,7 @@ var reviewCommandConfig = {
|
|
|
48716
48717
|
var reviewCommand = make33("review", reviewCommandConfig).pipe(withDescription3("Review an Azure DevOps pull request with OpenCode."), withHandler((input) => runReviewCommand(input)));
|
|
48717
48718
|
var openAzdoCli = make33("open-azdo").pipe(withDescription3("Secure Azure DevOps pull-request review CLI powered by OpenCode."), withSubcommands([reviewCommand]));
|
|
48718
48719
|
// package.json
|
|
48719
|
-
var version2 = "0.2.
|
|
48720
|
+
var version2 = "0.2.9";
|
|
48720
48721
|
|
|
48721
48722
|
// src/Main.ts
|
|
48722
48723
|
var cliProgram = run3(openAzdoCli, { version: version2 }).pipe(exports_Effect.scoped, exports_Effect.provide(BaseRuntimeLayer));
|
|
@@ -48725,4 +48726,4 @@ var main = () => runMain2(cliProgram, { disableErrorReporting: true });
|
|
|
48725
48726
|
// bin/open-azdo.ts
|
|
48726
48727
|
main();
|
|
48727
48728
|
|
|
48728
|
-
//# debugId=
|
|
48729
|
+
//# debugId=940B5A0DAA7340FB64756E2164756E21
|