azdo-cli 0.10.0-develop.558 → 0.10.0-develop.562
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.
|
@@ -413,6 +413,8 @@ var LoopbackListenerImpl = class {
|
|
|
413
413
|
this.server = server;
|
|
414
414
|
this.port = port;
|
|
415
415
|
}
|
|
416
|
+
server;
|
|
417
|
+
port;
|
|
416
418
|
active = null;
|
|
417
419
|
awaitCallback(session, signal) {
|
|
418
420
|
return new Promise((rResolve, rReject) => {
|
|
@@ -988,7 +990,7 @@ async function deletePat(org) {
|
|
|
988
990
|
}
|
|
989
991
|
try {
|
|
990
992
|
const { unlinkSync: unlinkSync2 } = await import("fs");
|
|
991
|
-
const { lockPath: lockPath2 } = await import("./oauth-token-refresh-
|
|
993
|
+
const { lockPath: lockPath2 } = await import("./oauth-token-refresh-DEDIDLNN.js");
|
|
992
994
|
unlinkSync2(lockPath2(org));
|
|
993
995
|
} catch {
|
|
994
996
|
}
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "azdo-cli",
|
|
3
|
-
"version": "0.10.0-develop.
|
|
3
|
+
"version": "0.10.0-develop.562",
|
|
4
4
|
"description": "Azure DevOps CLI tool",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -30,6 +30,9 @@
|
|
|
30
30
|
"jimp": "^1.6.1",
|
|
31
31
|
"node-html-markdown": "^2.0.0"
|
|
32
32
|
},
|
|
33
|
+
"overrides": {
|
|
34
|
+
"esbuild": "^0.28.1"
|
|
35
|
+
},
|
|
33
36
|
"devDependencies": {
|
|
34
37
|
"@eslint/js": "^10.0.1",
|
|
35
38
|
"@types/node": "^25.5.0",
|