@ms-cloudpack/remote-cache 0.11.1 → 0.11.3

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 (39) hide show
  1. package/dist/{AzureRemoteCacheClient-RQPQQPU4.js → AzureRemoteCacheClient-WA46BODG.js} +340 -319
  2. package/dist/{chunk-XND2VV4N.js → chunk-B4Q7L4W6.js} +567 -8100
  3. package/dist/chunk-LEHUXQFL.js +7606 -0
  4. package/dist/chunk-N4V3CONX.js +80 -0
  5. package/dist/getCredential-JMWHVVNM.js +20686 -0
  6. package/dist/index.js +45 -19
  7. package/lib/AzureAppRegistryClient.d.ts +1 -1
  8. package/lib/authentication/forks/identity-cache-persistence/cachePersistencePlugin.d.ts +34 -0
  9. package/lib/authentication/forks/identity-cache-persistence/platforms.d.ts +50 -0
  10. package/lib/authentication/forks/identity-cache-persistence/provider.d.ts +17 -0
  11. package/lib/authentication/forks/msal-node-extensions/error/PersistenceError.d.ts +37 -0
  12. package/lib/authentication/forks/msal-node-extensions/lock/CrossPlatformLock.d.ts +25 -0
  13. package/lib/authentication/forks/msal-node-extensions/lock/CrossPlatformLockOptions.d.ts +16 -0
  14. package/lib/authentication/forks/msal-node-extensions/persistence/BasePersistence.d.ts +6 -0
  15. package/lib/authentication/forks/msal-node-extensions/persistence/FilePersistence.d.ts +31 -0
  16. package/lib/authentication/forks/msal-node-extensions/persistence/FilePersistenceWithDataProtection.d.ts +30 -0
  17. package/lib/authentication/forks/msal-node-extensions/persistence/IPersistence.d.ts +17 -0
  18. package/lib/authentication/forks/msal-node-extensions/persistence/IPersistenceConfiguration.d.ts +16 -0
  19. package/lib/authentication/forks/msal-node-extensions/persistence/NapiRsKeyRingPersistence.d.ts +19 -0
  20. package/lib/authentication/forks/msal-node-extensions/persistence/PersistenceCachePlugin.d.ts +35 -0
  21. package/lib/authentication/forks/msal-node-extensions/utils/Constants.d.ts +44 -0
  22. package/lib/authentication/forks/msal-node-extensions/utils/TypeGuards.d.ts +10 -0
  23. package/lib/authentication/getAuthenticationRecord.d.ts +8 -0
  24. package/lib/authentication/getAuthenticationRecordPath.d.ts +7 -0
  25. package/lib/authentication/getCredential.d.ts +21 -0
  26. package/lib/authentication/lock-file/deleteAuthenticationLockFile.d.ts +7 -0
  27. package/lib/authentication/lock-file/doesLockFileExist.d.ts +6 -0
  28. package/lib/authentication/lock-file/getAuthenticationLockFilePath.d.ts +19 -0
  29. package/lib/authentication/lock-file/readAuthenticationLockFile.d.ts +6 -0
  30. package/lib/authentication/lock-file/tryCleaningLockFile.d.ts +6 -0
  31. package/lib/authentication/saveAuthenticationRecord.d.ts +9 -0
  32. package/lib/authentication/tokenCachePersistenceOptions.d.ts +9 -0
  33. package/lib/createAppRegistryClient.d.ts +1 -1
  34. package/lib/createRemoteCacheClient.d.ts +1 -1
  35. package/lib/index.d.ts +1 -0
  36. package/lib/registerAzureLogger.d.ts +6 -0
  37. package/lib/types/LoginMethod.d.ts +2 -0
  38. package/lib/utils/isProcessRunning.d.ts +7 -0
  39. package/package.json +10 -4
@@ -5,9 +5,14 @@ const require = topLevelCreateRequire(import.meta.url);
5
5
  const __filename = topLevelUrl.fileURLToPath(import.meta.url);
6
6
  const __dirname = topLevelPath.dirname(__filename);
7
7
  import {
8
- require_dist,
9
- require_package
10
- } from "./chunk-XND2VV4N.js";
8
+ require_dist
9
+ } from "./chunk-B4Q7L4W6.js";
10
+ import {
11
+ require_package as require_package2
12
+ } from "./chunk-N4V3CONX.js";
13
+ import {
14
+ require_package2 as require_package
15
+ } from "./chunk-LEHUXQFL.js";
11
16
  import {
12
17
  __commonJS,
13
18
  __name,
@@ -16,7 +21,7 @@ import {
16
21
  } from "./chunk-NFU5RQB4.js";
17
22
 
18
23
  // ../../node_modules/.store/p-try-npm-2.2.0-e0390dbaf8/package/index.js
19
- var require_package2 = __commonJS({
24
+ var require_package3 = __commonJS({
20
25
  "../../node_modules/.store/p-try-npm-2.2.0-e0390dbaf8/package/index.js"(exports, module) {
21
26
  "use strict";
22
27
  var pTry = /* @__PURE__ */ __name((fn, ...arguments_) => new Promise((resolve) => {
@@ -28,10 +33,10 @@ var require_package2 = __commonJS({
28
33
  });
29
34
 
30
35
  // ../../node_modules/.store/p-limit-npm-2.3.0-94a0310039/package/index.js
31
- var require_package3 = __commonJS({
36
+ var require_package4 = __commonJS({
32
37
  "../../node_modules/.store/p-limit-npm-2.3.0-94a0310039/package/index.js"(exports, module) {
33
38
  "use strict";
34
- var pTry = require_package2();
39
+ var pTry = require_package3();
35
40
  var pLimit = /* @__PURE__ */ __name((concurrency) => {
36
41
  if (!((Number.isInteger(concurrency) || concurrency === Infinity) && concurrency > 0)) {
37
42
  return Promise.reject(new TypeError("Expected `concurrency` to be a number from 1 and up"));
@@ -79,10 +84,10 @@ var require_package3 = __commonJS({
79
84
  });
80
85
 
81
86
  // ../../node_modules/.store/p-locate-npm-4.1.0-eec6872537/package/index.js
82
- var require_package4 = __commonJS({
87
+ var require_package5 = __commonJS({
83
88
  "../../node_modules/.store/p-locate-npm-4.1.0-eec6872537/package/index.js"(exports, module) {
84
89
  "use strict";
85
- var pLimit = require_package3();
90
+ var pLimit = require_package4();
86
91
  var _EndError = class _EndError extends Error {
87
92
  constructor(value) {
88
93
  super();
@@ -123,13 +128,13 @@ var require_package4 = __commonJS({
123
128
  });
124
129
 
125
130
  // ../../node_modules/.store/locate-path-npm-5.0.0-46580c43e4/package/index.js
126
- var require_package5 = __commonJS({
131
+ var require_package6 = __commonJS({
127
132
  "../../node_modules/.store/locate-path-npm-5.0.0-46580c43e4/package/index.js"(exports, module) {
128
133
  "use strict";
129
134
  var path = __require("path");
130
135
  var fs2 = __require("fs");
131
136
  var { promisify } = __require("util");
132
- var pLocate = require_package4();
137
+ var pLocate = require_package5();
133
138
  var fsStat = promisify(fs2.stat);
134
139
  var fsLStat = promisify(fs2.lstat);
135
140
  var typeMappings = {
@@ -185,7 +190,7 @@ var require_package5 = __commonJS({
185
190
  });
186
191
 
187
192
  // ../../node_modules/.store/path-exists-npm-4.0.0-e9e4f63eb0/package/index.js
188
- var require_package6 = __commonJS({
193
+ var require_package7 = __commonJS({
189
194
  "../../node_modules/.store/path-exists-npm-4.0.0-e9e4f63eb0/package/index.js"(exports, module) {
190
195
  "use strict";
191
196
  var fs2 = __require("fs");
@@ -211,12 +216,12 @@ var require_package6 = __commonJS({
211
216
  });
212
217
 
213
218
  // ../../node_modules/.store/find-up-npm-4.1.0-c3ccf8d855/package/index.js
214
- var require_package7 = __commonJS({
219
+ var require_package8 = __commonJS({
215
220
  "../../node_modules/.store/find-up-npm-4.1.0-c3ccf8d855/package/index.js"(exports, module) {
216
221
  "use strict";
217
222
  var path = __require("path");
218
- var locatePath = require_package5();
219
- var pathExists = require_package6();
223
+ var locatePath = require_package6();
224
+ var pathExists = require_package7();
220
225
  var stop = Symbol("findUp.stop");
221
226
  module.exports = async (name, options = {}) => {
222
227
  let directory = path.resolve(options.cwd || "");
@@ -281,11 +286,11 @@ var require_package7 = __commonJS({
281
286
  });
282
287
 
283
288
  // ../../node_modules/.store/pkg-dir-npm-4.2.0-2b5d0a8d32/package/index.js
284
- var require_package8 = __commonJS({
289
+ var require_package9 = __commonJS({
285
290
  "../../node_modules/.store/pkg-dir-npm-4.2.0-2b5d0a8d32/package/index.js"(exports, module) {
286
291
  "use strict";
287
292
  var path = __require("path");
288
- var findUp = require_package7();
293
+ var findUp = require_package8();
289
294
  var pkgDir = /* @__PURE__ */ __name(async (cwd) => {
290
295
  const filePath = await findUp("package.json", { cwd });
291
296
  return filePath && path.dirname(filePath);
@@ -300,7 +305,7 @@ var require_package8 = __commonJS({
300
305
  });
301
306
 
302
307
  // ../../node_modules/.store/yocto-queue-npm-0.1.0-c6c9a7db29/package/index.js
303
- var require_package9 = __commonJS({
308
+ var require_package10 = __commonJS({
304
309
  "../../node_modules/.store/yocto-queue-npm-0.1.0-c6c9a7db29/package/index.js"(exports, module) {
305
310
  var _Node = class _Node {
306
311
  /// value;
@@ -363,10 +368,10 @@ var require_package9 = __commonJS({
363
368
  });
364
369
 
365
370
  // ../../node_modules/.store/p-limit-npm-3.1.0-05d2ede37f/package/index.js
366
- var require_package10 = __commonJS({
371
+ var require_package11 = __commonJS({
367
372
  "../../node_modules/.store/p-limit-npm-3.1.0-05d2ede37f/package/index.js"(exports, module) {
368
373
  "use strict";
369
- var Queue = require_package9();
374
+ var Queue = require_package10();
370
375
  var pLimit = /* @__PURE__ */ __name((concurrency) => {
371
376
  if (!((Number.isInteger(concurrency) || concurrency === Infinity) && concurrency > 0)) {
372
377
  throw new TypeError("Expected `concurrency` to be a number from 1 and up");
@@ -421,10 +426,10 @@ var require_package10 = __commonJS({
421
426
  });
422
427
 
423
428
  // ../../node_modules/.store/p-locate-npm-5.0.0-92cc7c7a3e/package/index.js
424
- var require_package11 = __commonJS({
429
+ var require_package12 = __commonJS({
425
430
  "../../node_modules/.store/p-locate-npm-5.0.0-92cc7c7a3e/package/index.js"(exports, module) {
426
431
  "use strict";
427
- var pLimit = require_package10();
432
+ var pLimit = require_package11();
428
433
  var _EndError = class _EndError extends Error {
429
434
  constructor(value) {
430
435
  super();
@@ -464,13 +469,13 @@ var require_package11 = __commonJS({
464
469
  });
465
470
 
466
471
  // ../../node_modules/.store/locate-path-npm-6.0.0-06a1e4c528/package/index.js
467
- var require_package12 = __commonJS({
472
+ var require_package13 = __commonJS({
468
473
  "../../node_modules/.store/locate-path-npm-6.0.0-06a1e4c528/package/index.js"(exports, module) {
469
474
  "use strict";
470
475
  var path = __require("path");
471
476
  var fs2 = __require("fs");
472
477
  var { promisify } = __require("util");
473
- var pLocate = require_package11();
478
+ var pLocate = require_package12();
474
479
  var fsStat = promisify(fs2.stat);
475
480
  var fsLStat = promisify(fs2.lstat);
476
481
  var typeMappings = {
@@ -526,12 +531,12 @@ var require_package12 = __commonJS({
526
531
  });
527
532
 
528
533
  // ../../node_modules/.store/find-up-npm-5.0.0-e03e9b796d/package/index.js
529
- var require_package13 = __commonJS({
534
+ var require_package14 = __commonJS({
530
535
  "../../node_modules/.store/find-up-npm-5.0.0-e03e9b796d/package/index.js"(exports, module) {
531
536
  "use strict";
532
537
  var path = __require("path");
533
- var locatePath = require_package12();
534
- var pathExists = require_package6();
538
+ var locatePath = require_package13();
539
+ var pathExists = require_package7();
535
540
  var stop = Symbol("findUp.stop");
536
541
  module.exports = async (name, options = {}) => {
537
542
  let directory = path.resolve(options.cwd || "");
@@ -618,7 +623,7 @@ var require_logLevel = __commonJS({
618
623
  });
619
624
 
620
625
  // ../../node_modules/.store/universalify-npm-0.1.2-9b22d31d2d/package/index.js
621
- var require_package14 = __commonJS({
626
+ var require_package15 = __commonJS({
622
627
  "../../node_modules/.store/universalify-npm-0.1.2-9b22d31d2d/package/index.js"(exports) {
623
628
  "use strict";
624
629
  exports.fromCallback = function(fn) {
@@ -1470,7 +1475,7 @@ var require_graceful_fs = __commonJS({
1470
1475
  var require_fs = __commonJS({
1471
1476
  "../../node_modules/.store/fs-extra-npm-8.1.0-197473387f/package/lib/fs/index.js"(exports) {
1472
1477
  "use strict";
1473
- var u = require_package14().fromCallback;
1478
+ var u = require_package15().fromCallback;
1474
1479
  var fs2 = require_graceful_fs();
1475
1480
  var api = [
1476
1481
  "access",
@@ -1690,7 +1695,7 @@ var require_mkdirs_sync = __commonJS({
1690
1695
  var require_mkdirs2 = __commonJS({
1691
1696
  "../../node_modules/.store/fs-extra-npm-8.1.0-197473387f/package/lib/mkdirs/index.js"(exports, module) {
1692
1697
  "use strict";
1693
- var u = require_package14().fromCallback;
1698
+ var u = require_package15().fromCallback;
1694
1699
  var mkdirs = u(require_mkdirs());
1695
1700
  var mkdirsSync = require_mkdirs_sync();
1696
1701
  module.exports = {
@@ -2132,7 +2137,7 @@ var require_copy_sync2 = __commonJS({
2132
2137
  var require_path_exists = __commonJS({
2133
2138
  "../../node_modules/.store/fs-extra-npm-8.1.0-197473387f/package/lib/path-exists/index.js"(exports, module) {
2134
2139
  "use strict";
2135
- var u = require_package14().fromPromise;
2140
+ var u = require_package15().fromPromise;
2136
2141
  var fs2 = require_fs();
2137
2142
  function pathExists(path) {
2138
2143
  return fs2.access(path).then(() => true).catch(() => false);
@@ -2349,7 +2354,7 @@ var require_copy = __commonJS({
2349
2354
  var require_copy2 = __commonJS({
2350
2355
  "../../node_modules/.store/fs-extra-npm-8.1.0-197473387f/package/lib/copy/index.js"(exports, module) {
2351
2356
  "use strict";
2352
- var u = require_package14().fromCallback;
2357
+ var u = require_package15().fromCallback;
2353
2358
  module.exports = {
2354
2359
  copy: u(require_copy())
2355
2360
  };
@@ -2617,7 +2622,7 @@ var require_rimraf = __commonJS({
2617
2622
  var require_remove = __commonJS({
2618
2623
  "../../node_modules/.store/fs-extra-npm-8.1.0-197473387f/package/lib/remove/index.js"(exports, module) {
2619
2624
  "use strict";
2620
- var u = require_package14().fromCallback;
2625
+ var u = require_package15().fromCallback;
2621
2626
  var rimraf = require_rimraf();
2622
2627
  module.exports = {
2623
2628
  remove: u(rimraf),
@@ -2630,7 +2635,7 @@ var require_remove = __commonJS({
2630
2635
  var require_empty = __commonJS({
2631
2636
  "../../node_modules/.store/fs-extra-npm-8.1.0-197473387f/package/lib/empty/index.js"(exports, module) {
2632
2637
  "use strict";
2633
- var u = require_package14().fromCallback;
2638
+ var u = require_package15().fromCallback;
2634
2639
  var fs2 = require_graceful_fs();
2635
2640
  var path = __require("path");
2636
2641
  var mkdir = require_mkdirs2();
@@ -2679,7 +2684,7 @@ var require_empty = __commonJS({
2679
2684
  var require_file = __commonJS({
2680
2685
  "../../node_modules/.store/fs-extra-npm-8.1.0-197473387f/package/lib/ensure/file.js"(exports, module) {
2681
2686
  "use strict";
2682
- var u = require_package14().fromCallback;
2687
+ var u = require_package15().fromCallback;
2683
2688
  var path = __require("path");
2684
2689
  var fs2 = require_graceful_fs();
2685
2690
  var mkdir = require_mkdirs2();
@@ -2731,7 +2736,7 @@ var require_file = __commonJS({
2731
2736
  var require_link = __commonJS({
2732
2737
  "../../node_modules/.store/fs-extra-npm-8.1.0-197473387f/package/lib/ensure/link.js"(exports, module) {
2733
2738
  "use strict";
2734
- var u = require_package14().fromCallback;
2739
+ var u = require_package15().fromCallback;
2735
2740
  var path = __require("path");
2736
2741
  var fs2 = require_graceful_fs();
2737
2742
  var mkdir = require_mkdirs2();
@@ -2907,7 +2912,7 @@ var require_symlink_type = __commonJS({
2907
2912
  var require_symlink = __commonJS({
2908
2913
  "../../node_modules/.store/fs-extra-npm-8.1.0-197473387f/package/lib/ensure/symlink.js"(exports, module) {
2909
2914
  "use strict";
2910
- var u = require_package14().fromCallback;
2915
+ var u = require_package15().fromCallback;
2911
2916
  var path = __require("path");
2912
2917
  var fs2 = require_graceful_fs();
2913
2918
  var _mkdirs = require_mkdirs2();
@@ -2993,7 +2998,7 @@ var require_ensure = __commonJS({
2993
2998
  });
2994
2999
 
2995
3000
  // ../../node_modules/.store/jsonfile-npm-4.0.0-10ce3aea15/package/index.js
2996
- var require_package15 = __commonJS({
3001
+ var require_package16 = __commonJS({
2997
3002
  "../../node_modules/.store/jsonfile-npm-4.0.0-10ce3aea15/package/index.js"(exports, module) {
2998
3003
  var _fs;
2999
3004
  try {
@@ -3116,8 +3121,8 @@ var require_package15 = __commonJS({
3116
3121
  var require_jsonfile = __commonJS({
3117
3122
  "../../node_modules/.store/fs-extra-npm-8.1.0-197473387f/package/lib/json/jsonfile.js"(exports, module) {
3118
3123
  "use strict";
3119
- var u = require_package14().fromCallback;
3120
- var jsonFile = require_package15();
3124
+ var u = require_package15().fromCallback;
3125
+ var jsonFile = require_package16();
3121
3126
  module.exports = {
3122
3127
  // jsonfile exports
3123
3128
  readJson: u(jsonFile.readFile),
@@ -3180,7 +3185,7 @@ var require_output_json_sync = __commonJS({
3180
3185
  var require_json = __commonJS({
3181
3186
  "../../node_modules/.store/fs-extra-npm-8.1.0-197473387f/package/lib/json/index.js"(exports, module) {
3182
3187
  "use strict";
3183
- var u = require_package14().fromCallback;
3188
+ var u = require_package15().fromCallback;
3184
3189
  var jsonFile = require_jsonfile();
3185
3190
  jsonFile.outputJson = u(require_output_json());
3186
3191
  jsonFile.outputJsonSync = require_output_json_sync();
@@ -3325,7 +3330,7 @@ var require_move = __commonJS({
3325
3330
  var require_move2 = __commonJS({
3326
3331
  "../../node_modules/.store/fs-extra-npm-8.1.0-197473387f/package/lib/move/index.js"(exports, module) {
3327
3332
  "use strict";
3328
- var u = require_package14().fromCallback;
3333
+ var u = require_package15().fromCallback;
3329
3334
  module.exports = {
3330
3335
  move: u(require_move())
3331
3336
  };
@@ -3336,7 +3341,7 @@ var require_move2 = __commonJS({
3336
3341
  var require_output = __commonJS({
3337
3342
  "../../node_modules/.store/fs-extra-npm-8.1.0-197473387f/package/lib/output/index.js"(exports, module) {
3338
3343
  "use strict";
3339
- var u = require_package14().fromCallback;
3344
+ var u = require_package15().fromCallback;
3340
3345
  var fs2 = require_graceful_fs();
3341
3346
  var path = __require("path");
3342
3347
  var mkdir = require_mkdirs2();
@@ -3406,7 +3411,7 @@ var require_lib = __commonJS({
3406
3411
  });
3407
3412
 
3408
3413
  // ../../node_modules/.store/escape-string-regexp-npm-1.0.5-3284de402f/package/index.js
3409
- var require_package16 = __commonJS({
3414
+ var require_package17 = __commonJS({
3410
3415
  "../../node_modules/.store/escape-string-regexp-npm-1.0.5-3284de402f/package/index.js"(exports, module) {
3411
3416
  "use strict";
3412
3417
  var matchOperatorsRe = /[|\\{}()[\]^$+*?.]/g;
@@ -3420,10 +3425,10 @@ var require_package16 = __commonJS({
3420
3425
  });
3421
3426
 
3422
3427
  // ../../node_modules/.store/trim-repeated-npm-1.0.0-1152152315/package/index.js
3423
- var require_package17 = __commonJS({
3428
+ var require_package18 = __commonJS({
3424
3429
  "../../node_modules/.store/trim-repeated-npm-1.0.0-1152152315/package/index.js"(exports, module) {
3425
3430
  "use strict";
3426
- var escapeStringRegexp = require_package16();
3431
+ var escapeStringRegexp = require_package17();
3427
3432
  module.exports = function(str, target) {
3428
3433
  if (typeof str !== "string" || typeof target !== "string") {
3429
3434
  throw new TypeError("Expected a string");
@@ -3434,7 +3439,7 @@ var require_package17 = __commonJS({
3434
3439
  });
3435
3440
 
3436
3441
  // ../../node_modules/.store/filename-reserved-regex-npm-2.0.0-5d8c6e337c/package/index.js
3437
- var require_package18 = __commonJS({
3442
+ var require_package19 = __commonJS({
3438
3443
  "../../node_modules/.store/filename-reserved-regex-npm-2.0.0-5d8c6e337c/package/index.js"(exports, module) {
3439
3444
  "use strict";
3440
3445
  module.exports = () => /[<>:"\/\\|?*\x00-\x1F]/g;
@@ -3443,10 +3448,10 @@ var require_package18 = __commonJS({
3443
3448
  });
3444
3449
 
3445
3450
  // ../../node_modules/.store/strip-outer-npm-1.0.1-4ed024bb0a/package/index.js
3446
- var require_package19 = __commonJS({
3451
+ var require_package20 = __commonJS({
3447
3452
  "../../node_modules/.store/strip-outer-npm-1.0.1-4ed024bb0a/package/index.js"(exports, module) {
3448
3453
  "use strict";
3449
- var escapeStringRegexp = require_package16();
3454
+ var escapeStringRegexp = require_package17();
3450
3455
  module.exports = function(str, sub) {
3451
3456
  if (typeof str !== "string" || typeof sub !== "string") {
3452
3457
  throw new TypeError();
@@ -3461,9 +3466,9 @@ var require_package19 = __commonJS({
3461
3466
  var require_filenamify = __commonJS({
3462
3467
  "../../node_modules/.store/filenamify-npm-4.3.0-e6531169ab/package/filenamify.js"(exports, module) {
3463
3468
  "use strict";
3464
- var trimRepeated = require_package17();
3465
- var filenameReservedRegex = require_package18();
3466
- var stripOuter = require_package19();
3469
+ var trimRepeated = require_package18();
3470
+ var filenameReservedRegex = require_package19();
3471
+ var stripOuter = require_package20();
3467
3472
  var MAX_FILENAME_LENGTH = 100;
3468
3473
  var reControlChars = /[\u0000-\u001f\u0080-\u009f]/g;
3469
3474
  var reRelativePath = /^\.+/;
@@ -3507,7 +3512,7 @@ var require_filenamify_path = __commonJS({
3507
3512
  });
3508
3513
 
3509
3514
  // ../../node_modules/.store/filenamify-npm-4.3.0-e6531169ab/package/index.js
3510
- var require_package20 = __commonJS({
3515
+ var require_package21 = __commonJS({
3511
3516
  "../../node_modules/.store/filenamify-npm-4.3.0-e6531169ab/package/index.js"(exports, module) {
3512
3517
  "use strict";
3513
3518
  var filenamify = require_filenamify();
@@ -3519,7 +3524,7 @@ var require_package20 = __commonJS({
3519
3524
  });
3520
3525
 
3521
3526
  // ../../node_modules/.store/color-name-npm-1.1.4-025792b0ea/package/index.js
3522
- var require_package21 = __commonJS({
3527
+ var require_package22 = __commonJS({
3523
3528
  "../../node_modules/.store/color-name-npm-1.1.4-025792b0ea/package/index.js"(exports, module) {
3524
3529
  "use strict";
3525
3530
  module.exports = {
@@ -3678,7 +3683,7 @@ var require_package21 = __commonJS({
3678
3683
  // ../../node_modules/.store/color-convert-npm-2.0.1-79730e935b/package/conversions.js
3679
3684
  var require_conversions = __commonJS({
3680
3685
  "../../node_modules/.store/color-convert-npm-2.0.1-79730e935b/package/conversions.js"(exports, module) {
3681
- var cssKeywords = require_package21();
3686
+ var cssKeywords = require_package22();
3682
3687
  var reverseKeywords = {};
3683
3688
  for (const key of Object.keys(cssKeywords)) {
3684
3689
  reverseKeywords[cssKeywords[key]] = key;
@@ -4422,7 +4427,7 @@ var require_route = __commonJS({
4422
4427
  });
4423
4428
 
4424
4429
  // ../../node_modules/.store/color-convert-npm-2.0.1-79730e935b/package/index.js
4425
- var require_package22 = __commonJS({
4430
+ var require_package23 = __commonJS({
4426
4431
  "../../node_modules/.store/color-convert-npm-2.0.1-79730e935b/package/index.js"(exports, module) {
4427
4432
  var conversions = require_conversions();
4428
4433
  var route = require_route();
@@ -4485,7 +4490,7 @@ var require_package22 = __commonJS({
4485
4490
  });
4486
4491
 
4487
4492
  // ../../node_modules/.store/ansi-styles-npm-4.3.0-245c7d42c7/package/index.js
4488
- var require_package23 = __commonJS({
4493
+ var require_package24 = __commonJS({
4489
4494
  "../../node_modules/.store/ansi-styles-npm-4.3.0-245c7d42c7/package/index.js"(exports, module) {
4490
4495
  "use strict";
4491
4496
  var wrapAnsi16 = /* @__PURE__ */ __name((fn, offset) => (...args) => {
@@ -4520,7 +4525,7 @@ var require_package23 = __commonJS({
4520
4525
  var colorConvert;
4521
4526
  var makeDynamicStyles = /* @__PURE__ */ __name((wrap, targetSpace, identity, isBackground) => {
4522
4527
  if (colorConvert === void 0) {
4523
- colorConvert = require_package22();
4528
+ colorConvert = require_package23();
4524
4529
  }
4525
4530
  const offset = isBackground ? 10 : 0;
4526
4531
  const styles = {};
@@ -4628,7 +4633,7 @@ var require_package23 = __commonJS({
4628
4633
  });
4629
4634
 
4630
4635
  // ../../node_modules/.store/supports-color-npm-7.2.0-606bfcf7da/package/index.js
4631
- var require_package24 = __commonJS({
4636
+ var require_package25 = __commonJS({
4632
4637
  "../../node_modules/.store/supports-color-npm-7.2.0-606bfcf7da/package/index.js"(exports, module) {
4633
4638
  "use strict";
4634
4639
  var os = __require("os");
@@ -4893,8 +4898,8 @@ var require_templates = __commonJS({
4893
4898
  var require_source = __commonJS({
4894
4899
  "../../node_modules/.store/chalk-npm-4.1.2-ba8b67ab80/package/source/index.js"(exports, module) {
4895
4900
  "use strict";
4896
- var ansiStyles = require_package23();
4897
- var { stdout: stdoutColor, stderr: stderrColor } = require_package24();
4901
+ var ansiStyles = require_package24();
4902
+ var { stdout: stdoutColor, stderr: stderrColor } = require_package25();
4898
4903
  var {
4899
4904
  stringReplaceAll,
4900
4905
  stringEncaseCRLFWithFirstIndex
@@ -5228,7 +5233,7 @@ var require_logger = __commonJS({
5228
5233
  exports.makeLogger = exports.isCorrectLogLevel = void 0;
5229
5234
  var path_1 = __importDefault(__require("path"));
5230
5235
  var fs_extra_1 = __importDefault(require_lib());
5231
- var filenamify_1 = __importDefault(require_package20());
5236
+ var filenamify_1 = __importDefault(require_package21());
5232
5237
  var chalk_1 = __importDefault(require_source());
5233
5238
  var timer_1 = require_timer();
5234
5239
  var consoleLogger_1 = require_consoleLogger();
@@ -5450,8 +5455,8 @@ var require_lib3 = __commonJS({
5450
5455
  Object.defineProperty(exports, "__esModule", { value: true });
5451
5456
  exports.createConfig = exports.createDefaultConfig = exports.getSearchPaths = exports.getName = exports.isCorrectMode = exports.modesObject = void 0;
5452
5457
  var path_1 = __importDefault(__require("path"));
5453
- var pkg_dir_1 = __importDefault(require_package8());
5454
- var find_up_1 = __importDefault(require_package13());
5458
+ var pkg_dir_1 = __importDefault(require_package9());
5459
+ var find_up_1 = __importDefault(require_package14());
5455
5460
  var envConfig_1 = require_envConfig();
5456
5461
  __exportStar(require_cacheConfig(), exports);
5457
5462
  __exportStar(require_envConfig(), exports);
@@ -5536,9 +5541,9 @@ var require_lib3 = __commonJS({
5536
5541
  }
5537
5542
  });
5538
5543
 
5539
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/graph/getPackageDependencies.js
5544
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/graph/getPackageDependencies.js
5540
5545
  var require_getPackageDependencies = __commonJS({
5541
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/graph/getPackageDependencies.js"(exports) {
5546
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/graph/getPackageDependencies.js"(exports) {
5542
5547
  "use strict";
5543
5548
  Object.defineProperty(exports, "__esModule", { value: true });
5544
5549
  exports.getPackageDependencies = void 0;
@@ -5589,9 +5594,9 @@ var require_getPackageDependencies = __commonJS({
5589
5594
  }
5590
5595
  });
5591
5596
 
5592
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/isCachingEnabled.js
5597
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/isCachingEnabled.js
5593
5598
  var require_isCachingEnabled = __commonJS({
5594
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/isCachingEnabled.js"(exports) {
5599
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/isCachingEnabled.js"(exports) {
5595
5600
  "use strict";
5596
5601
  Object.defineProperty(exports, "__esModule", { value: true });
5597
5602
  exports.isCachingEnabled = exports.setCachingEnabled = void 0;
@@ -5609,9 +5614,9 @@ var require_isCachingEnabled = __commonJS({
5609
5614
  }
5610
5615
  });
5611
5616
 
5612
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/dependencies/transitiveDeps.js
5617
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/dependencies/transitiveDeps.js
5613
5618
  var require_transitiveDeps = __commonJS({
5614
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/dependencies/transitiveDeps.js"(exports) {
5619
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/dependencies/transitiveDeps.js"(exports) {
5615
5620
  "use strict";
5616
5621
  Object.defineProperty(exports, "__esModule", { value: true });
5617
5622
  exports.getTransitiveProviders = exports.getTransitiveConsumers = exports.getDependentMap = void 0;
@@ -5708,9 +5713,9 @@ var require_transitiveDeps = __commonJS({
5708
5713
  }
5709
5714
  });
5710
5715
 
5711
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/dependencies/index.js
5716
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/dependencies/index.js
5712
5717
  var require_dependencies = __commonJS({
5713
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/dependencies/index.js"(exports) {
5718
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/dependencies/index.js"(exports) {
5714
5719
  "use strict";
5715
5720
  Object.defineProperty(exports, "__esModule", { value: true });
5716
5721
  exports.getInternalDeps = exports.getTransitiveConsumers = exports.getTransitiveDependents = exports.getTransitiveProviders = exports.getTransitiveDependencies = void 0;
@@ -5728,9 +5733,9 @@ var require_dependencies = __commonJS({
5728
5733
  }
5729
5734
  });
5730
5735
 
5731
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/infoFromPackageJson.js
5736
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/infoFromPackageJson.js
5732
5737
  var require_infoFromPackageJson = __commonJS({
5733
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/infoFromPackageJson.js"(exports) {
5738
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/infoFromPackageJson.js"(exports) {
5734
5739
  "use strict";
5735
5740
  Object.defineProperty(exports, "__esModule", { value: true });
5736
5741
  exports.infoFromPackageJson = void 0;
@@ -5745,9 +5750,9 @@ var require_infoFromPackageJson = __commonJS({
5745
5750
  }
5746
5751
  });
5747
5752
 
5748
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/getWorkspaceRoot.js
5753
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/getWorkspaceRoot.js
5749
5754
  var require_getWorkspaceRoot = __commonJS({
5750
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/getWorkspaceRoot.js"(exports) {
5755
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/getWorkspaceRoot.js"(exports) {
5751
5756
  "use strict";
5752
5757
  Object.defineProperty(exports, "__esModule", { value: true });
5753
5758
  exports.getWorkspaceRoot = void 0;
@@ -5761,9 +5766,9 @@ var require_getWorkspaceRoot = __commonJS({
5761
5766
  }
5762
5767
  });
5763
5768
 
5764
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/git/git.js
5769
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/git/git.js
5765
5770
  var require_git = __commonJS({
5766
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/git/git.js"(exports) {
5771
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/git/git.js"(exports) {
5767
5772
  "use strict";
5768
5773
  Object.defineProperty(exports, "__esModule", { value: true });
5769
5774
  exports.gitFailFast = exports.git = exports.clearGitObservers = exports.addGitObserver = exports.GitError = void 0;
@@ -5805,7 +5810,10 @@ var require_git = __commonJS({
5805
5810
  __name(removeGitObserver, "removeGitObserver");
5806
5811
  function git(args, options) {
5807
5812
  isDebug && console.log(`git ${args.join(" ")}`);
5808
- const results = (0, child_process_1.spawnSync)("git", args, { maxBuffer: defaultMaxBuffer, ...options });
5813
+ if (args.some((arg) => arg.startsWith("--upload-pack"))) {
5814
+ throw new GitError("git command contains --upload-pack, which is not allowed: " + args.join(" "));
5815
+ }
5816
+ const results = (0, child_process_1.spawnSync)("git", args, { maxBuffer: defaultMaxBuffer, ...options, shell: false });
5809
5817
  const output = {
5810
5818
  ...results,
5811
5819
  // these may be undefined if stdio: inherit is set
@@ -5872,9 +5880,9 @@ var require_lib4 = __commonJS({
5872
5880
  }
5873
5881
  });
5874
5882
 
5875
- // ../../node_modules/.store/parse-path-npm-7.0.1-54b8107912/package/lib/index.js
5883
+ // ../../node_modules/.store/parse-path-npm-7.1.0-31f817ab99/package/lib/index.js
5876
5884
  var require_lib5 = __commonJS({
5877
- "../../node_modules/.store/parse-path-npm-7.0.1-54b8107912/package/lib/index.js"(exports, module) {
5885
+ "../../node_modules/.store/parse-path-npm-7.1.0-31f817ab99/package/lib/index.js"(exports, module) {
5878
5886
  "use strict";
5879
5887
  var protocols = require_lib4();
5880
5888
  function parsePath(url) {
@@ -5927,16 +5935,45 @@ var require_lib5 = __commonJS({
5927
5935
  }
5928
5936
  });
5929
5937
 
5930
- // ../../node_modules/.store/parse-url-npm-8.1.0-0995f15c34/package/dist/index.js
5938
+ // ../../node_modules/.store/parse-url-npm-9.2.0-625a9463d5/package/dist/index.js
5931
5939
  var require_dist2 = __commonJS({
5932
- "../../node_modules/.store/parse-url-npm-8.1.0-0995f15c34/package/dist/index.js"(exports, module) {
5940
+ "../../node_modules/.store/parse-url-npm-9.2.0-625a9463d5/package/dist/index.js"(exports, module) {
5933
5941
  "use strict";
5934
- var parsePath = require_lib5();
5942
+ var require$$1 = require_lib5();
5935
5943
  function _interopDefaultLegacy(e) {
5936
5944
  return e && typeof e === "object" && "default" in e ? e : { "default": e };
5937
5945
  }
5938
5946
  __name(_interopDefaultLegacy, "_interopDefaultLegacy");
5939
- var parsePath__default = /* @__PURE__ */ _interopDefaultLegacy(parsePath);
5947
+ var require$$1__default = /* @__PURE__ */ _interopDefaultLegacy(require$$1);
5948
+ function getAugmentedNamespace(n) {
5949
+ if (n.__esModule) return n;
5950
+ var f = n.default;
5951
+ if (typeof f == "function") {
5952
+ var a = /* @__PURE__ */ __name(function a2() {
5953
+ if (this instanceof a2) {
5954
+ var args = [null];
5955
+ args.push.apply(args, arguments);
5956
+ var Ctor = Function.bind.apply(f, args);
5957
+ return new Ctor();
5958
+ }
5959
+ return f.apply(this, arguments);
5960
+ }, "a");
5961
+ a.prototype = f.prototype;
5962
+ } else a = {};
5963
+ Object.defineProperty(a, "__esModule", { value: true });
5964
+ Object.keys(n).forEach(function(k) {
5965
+ var d = Object.getOwnPropertyDescriptor(n, k);
5966
+ Object.defineProperty(a, k, d.get ? d : {
5967
+ enumerable: true,
5968
+ get: /* @__PURE__ */ __name(function() {
5969
+ return n[k];
5970
+ }, "get")
5971
+ });
5972
+ });
5973
+ return a;
5974
+ }
5975
+ __name(getAugmentedNamespace, "getAugmentedNamespace");
5976
+ var src = {};
5940
5977
  var DATA_URL_DEFAULT_MIME_TYPE = "text/plain";
5941
5978
  var DATA_URL_DEFAULT_CHARSET = "us-ascii";
5942
5979
  var testParameter = /* @__PURE__ */ __name((name, filters) => filters.some((filter) => filter instanceof RegExp ? filter.test(name) : filter === name), "testParameter");
@@ -6103,37 +6140,59 @@ var require_dist2 = __commonJS({
6103
6140
  return urlString;
6104
6141
  }
6105
6142
  __name(normalizeUrl, "normalizeUrl");
6106
- var parseUrl = /* @__PURE__ */ __name((url, normalize = false) => {
6107
- const GIT_RE = /^(?:([a-z_][a-z0-9_-]{0,31})@|https?:\/\/)([\w\.\-@]+)[\/:]([\~,\.\w,\-,\_,\/]+?(?:\.git|\/)?)$/;
6108
- const throwErr = /* @__PURE__ */ __name((msg) => {
6109
- const err = new Error(msg);
6143
+ var normalizeUrl$1 = /* @__PURE__ */ Object.freeze({
6144
+ __proto__: null,
6145
+ "default": normalizeUrl
6146
+ });
6147
+ var require$$0 = /* @__PURE__ */ getAugmentedNamespace(normalizeUrl$1);
6148
+ Object.defineProperty(src, "__esModule", {
6149
+ value: true
6150
+ });
6151
+ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function(obj) {
6152
+ return typeof obj;
6153
+ } : function(obj) {
6154
+ return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
6155
+ };
6156
+ var _normalizeUrl = require$$0;
6157
+ var _normalizeUrl2 = _interopRequireDefault(_normalizeUrl);
6158
+ var _parsePath = require$$1__default["default"];
6159
+ var _parsePath2 = _interopRequireDefault(_parsePath);
6160
+ function _interopRequireDefault(obj) {
6161
+ return obj && obj.__esModule ? obj : { default: obj };
6162
+ }
6163
+ __name(_interopRequireDefault, "_interopRequireDefault");
6164
+ var parseUrl = /* @__PURE__ */ __name(function parseUrl2(url) {
6165
+ var normalize = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : false;
6166
+ var GIT_RE = /^(?:([a-zA-Z_][a-zA-Z0-9_-]{0,31})@|https?:\/\/)([\w\.\-@]+)[\/:](([\~,\.\w,\-,\_,\/,\s]|%[0-9A-Fa-f]{2})+?(?:\.git|\/)?)$/;
6167
+ var throwErr = /* @__PURE__ */ __name(function throwErr2(msg) {
6168
+ var err = new Error(msg);
6110
6169
  err.subject_url = url;
6111
6170
  throw err;
6112
6171
  }, "throwErr");
6113
6172
  if (typeof url !== "string" || !url.trim()) {
6114
6173
  throwErr("Invalid url.");
6115
6174
  }
6116
- if (url.length > parseUrl.MAX_INPUT_LENGTH) {
6175
+ if (url.length > parseUrl2.MAX_INPUT_LENGTH) {
6117
6176
  throwErr("Input exceeds maximum length. If needed, change the value of parseUrl.MAX_INPUT_LENGTH.");
6118
6177
  }
6119
6178
  if (normalize) {
6120
- if (typeof normalize !== "object") {
6179
+ if ((typeof normalize === "undefined" ? "undefined" : _typeof(normalize)) !== "object") {
6121
6180
  normalize = {
6122
6181
  stripHash: false
6123
6182
  };
6124
6183
  }
6125
- url = normalizeUrl(url, normalize);
6184
+ url = (0, _normalizeUrl2.default)(url, normalize);
6126
6185
  }
6127
- const parsed = parsePath__default["default"](url);
6186
+ var parsed = (0, _parsePath2.default)(url);
6128
6187
  if (parsed.parse_failed) {
6129
- const matched = parsed.href.match(GIT_RE);
6188
+ var matched = parsed.href.match(GIT_RE);
6130
6189
  if (matched) {
6131
6190
  parsed.protocols = ["ssh"];
6132
6191
  parsed.protocol = "ssh";
6133
6192
  parsed.resource = matched[2];
6134
6193
  parsed.host = matched[2];
6135
6194
  parsed.user = matched[1];
6136
- parsed.pathname = `/${matched[3]}`;
6195
+ parsed.pathname = "/" + matched[3];
6137
6196
  parsed.parse_failed = false;
6138
6197
  } else {
6139
6198
  throwErr("URL parsing failed.");
@@ -6142,7 +6201,8 @@ var require_dist2 = __commonJS({
6142
6201
  return parsed;
6143
6202
  }, "parseUrl");
6144
6203
  parseUrl.MAX_INPUT_LENGTH = 2048;
6145
- module.exports = parseUrl;
6204
+ var _default = src.default = parseUrl;
6205
+ module.exports = _default;
6146
6206
  }
6147
6207
  });
6148
6208
 
@@ -6171,14 +6231,14 @@ var require_lib6 = __commonJS({
6171
6231
  }
6172
6232
  });
6173
6233
 
6174
- // ../../node_modules/.store/git-up-npm-7.0.0-5e37fa590f/package/lib/index.js
6234
+ // ../../node_modules/.store/git-up-npm-8.1.1-e314dffa32/package/lib/index.js
6175
6235
  var require_lib7 = __commonJS({
6176
- "../../node_modules/.store/git-up-npm-7.0.0-5e37fa590f/package/lib/index.js"(exports, module) {
6236
+ "../../node_modules/.store/git-up-npm-8.1.1-e314dffa32/package/lib/index.js"(exports, module) {
6177
6237
  "use strict";
6178
6238
  var parseUrl = require_dist2();
6179
6239
  var isSsh = require_lib6();
6180
6240
  function gitUp(input) {
6181
- var output = parseUrl(input);
6241
+ let output = parseUrl(input);
6182
6242
  output.token = "";
6183
6243
  if (output.password === "x-oauth-basic") {
6184
6244
  output.token = output.user;
@@ -6201,15 +6261,21 @@ var require_lib7 = __commonJS({
6201
6261
  }
6202
6262
  });
6203
6263
 
6204
- // ../../node_modules/.store/git-url-parse-npm-13.1.1-006f638d7d/package/lib/index.js
6264
+ // ../../node_modules/.store/git-url-parse-npm-16.1.0-52146a559b/package/lib/index.js
6205
6265
  var require_lib8 = __commonJS({
6206
- "../../node_modules/.store/git-url-parse-npm-13.1.1-006f638d7d/package/lib/index.js"(exports, module) {
6266
+ "../../node_modules/.store/git-url-parse-npm-16.1.0-52146a559b/package/lib/index.js"(exports, module) {
6207
6267
  "use strict";
6208
6268
  var gitUp = require_lib7();
6209
- function gitUrlParse(url) {
6269
+ function gitUrlParse(url, refs) {
6270
+ refs = refs || [];
6210
6271
  if (typeof url !== "string") {
6211
6272
  throw new Error("The url must be a string.");
6212
6273
  }
6274
+ if (!refs.every(function(item) {
6275
+ return typeof item === "string";
6276
+ })) {
6277
+ throw new Error("The refs should contain only strings");
6278
+ }
6213
6279
  var shorthandRe = /^([a-z\d-]{1,39})\/([-\.\w]{1,100})$/i;
6214
6280
  if (shorthandRe.test(url)) {
6215
6281
  url = "https://github.com/" + url;
@@ -6312,13 +6378,14 @@ var require_lib8 = __commonJS({
6312
6378
  var blobIndex = splits.indexOf("blob", 2);
6313
6379
  var treeIndex = splits.indexOf("tree", 2);
6314
6380
  var commitIndex = splits.indexOf("commit", 2);
6381
+ var issuesIndex = splits.indexOf("issues", 2);
6315
6382
  var srcIndex = splits.indexOf("src", 2);
6316
6383
  var rawIndex = splits.indexOf("raw", 2);
6317
6384
  var editIndex = splits.indexOf("edit", 2);
6318
- nameIndex = dashIndex > 0 ? dashIndex - 1 : blobIndex > 0 ? blobIndex - 1 : treeIndex > 0 ? treeIndex - 1 : commitIndex > 0 ? commitIndex - 1 : srcIndex > 0 ? srcIndex - 1 : rawIndex > 0 ? rawIndex - 1 : editIndex > 0 ? editIndex - 1 : nameIndex;
6385
+ nameIndex = dashIndex > 0 ? dashIndex - 1 : blobIndex > 0 && treeIndex > 0 ? Math.min(blobIndex - 1, treeIndex - 1) : blobIndex > 0 ? blobIndex - 1 : issuesIndex > 0 ? issuesIndex - 1 : treeIndex > 0 ? treeIndex - 1 : commitIndex > 0 ? commitIndex - 1 : srcIndex > 0 ? srcIndex - 1 : rawIndex > 0 ? rawIndex - 1 : editIndex > 0 ? editIndex - 1 : nameIndex;
6319
6386
  urlInfo.owner = splits.slice(0, nameIndex).join("/");
6320
6387
  urlInfo.name = splits[nameIndex];
6321
- if (commitIndex) {
6388
+ if (commitIndex && issuesIndex < 0) {
6322
6389
  urlInfo.commit = splits[nameIndex + 2];
6323
6390
  }
6324
6391
  }
@@ -6378,6 +6445,10 @@ var require_lib8 = __commonJS({
6378
6445
  urlInfo.ref = "";
6379
6446
  }
6380
6447
  }
6448
+ if (refs.length !== 0 && urlInfo.ref) {
6449
+ urlInfo.ref = findLongestMatchingSubstring(urlInfo.href, refs) || urlInfo.ref;
6450
+ urlInfo.filepath = urlInfo.href.split(urlInfo.ref + "/")[1];
6451
+ }
6381
6452
  return urlInfo;
6382
6453
  }
6383
6454
  __name(gitUrlParse, "gitUrlParse");
@@ -6417,17 +6488,30 @@ var require_lib8 = __commonJS({
6417
6488
  case "bitbucket-server":
6418
6489
  return "scm/" + obj.full_name;
6419
6490
  default:
6420
- return "" + obj.full_name;
6491
+ var encoded_full_name = obj.full_name.split("/").map(function(x) {
6492
+ return encodeURIComponent(x);
6493
+ }).join("/");
6494
+ return encoded_full_name;
6421
6495
  }
6422
6496
  }
6423
6497
  __name(buildPath, "buildPath");
6498
+ function findLongestMatchingSubstring(string, array) {
6499
+ var longestMatch = "";
6500
+ array.forEach(function(item) {
6501
+ if (string.includes(item) && item.length > longestMatch.length) {
6502
+ longestMatch = item;
6503
+ }
6504
+ });
6505
+ return longestMatch;
6506
+ }
6507
+ __name(findLongestMatchingSubstring, "findLongestMatchingSubstring");
6424
6508
  module.exports = gitUrlParse;
6425
6509
  }
6426
6510
  });
6427
6511
 
6428
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/git/getRepositoryName.js
6512
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/git/getRepositoryName.js
6429
6513
  var require_getRepositoryName = __commonJS({
6430
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/git/getRepositoryName.js"(exports) {
6514
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/git/getRepositoryName.js"(exports) {
6431
6515
  "use strict";
6432
6516
  var __importDefault = exports && exports.__importDefault || function(mod) {
6433
6517
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -6438,11 +6522,10 @@ var require_getRepositoryName = __commonJS({
6438
6522
  function getRepositoryName(url) {
6439
6523
  var _a;
6440
6524
  try {
6441
- let fixedUrl = url.replace("/_optimized/", "/").replace("/DefaultCollection/", "/");
6442
- const parsedUrl = (0, git_url_parse_1.default)(fixedUrl);
6443
- const isVSO = fixedUrl.includes(".visualstudio.com");
6444
- const isADO = fixedUrl.includes("dev.azure.com");
6445
- if (!isVSO && !isADO) {
6525
+ const parsedUrl = (0, git_url_parse_1.default)(url.replace("/_optimized/", "/").replace("/DefaultCollection/", "/"));
6526
+ const host = parsedUrl.host || "";
6527
+ const isVSO = host.endsWith(".visualstudio.com");
6528
+ if (!isVSO && host !== "dev.azure.com" && host !== "ssh.dev.azure.com") {
6446
6529
  return parsedUrl.full_name;
6447
6530
  }
6448
6531
  const sshMatch = parsedUrl.full_name.match(/(vs-ssh\.visualstudio\.com|ssh\.dev\.azure\.com):v\d+\/([^/]+)\/([^/]+)/);
@@ -6451,7 +6534,7 @@ var require_getRepositoryName = __commonJS({
6451
6534
  }
6452
6535
  let organization = parsedUrl.organization;
6453
6536
  if (!organization && isVSO) {
6454
- organization = (_a = parsedUrl.resource.match(/([^.@]+)\.visualstudio\.com/)) == null ? void 0 : _a[1];
6537
+ organization = (_a = host.match(/([^.@]+)\.visualstudio\.com$/)) == null ? void 0 : _a[1];
6455
6538
  }
6456
6539
  return `${organization}/${parsedUrl.owner}/${parsedUrl.name}`;
6457
6540
  } catch (err) {
@@ -6463,9 +6546,9 @@ var require_getRepositoryName = __commonJS({
6463
6546
  }
6464
6547
  });
6465
6548
 
6466
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/git/getDefaultRemote.js
6549
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/git/getDefaultRemote.js
6467
6550
  var require_getDefaultRemote = __commonJS({
6468
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/git/getDefaultRemote.js"(exports) {
6551
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/git/getDefaultRemote.js"(exports) {
6469
6552
  "use strict";
6470
6553
  var __importDefault = exports && exports.__importDefault || function(mod) {
6471
6554
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -6536,9 +6619,9 @@ var require_getDefaultRemote = __commonJS({
6536
6619
  }
6537
6620
  });
6538
6621
 
6539
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/git/gitUtilities.js
6622
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/git/gitUtilities.js
6540
6623
  var require_gitUtilities = __commonJS({
6541
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/git/gitUtilities.js"(exports) {
6624
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/git/gitUtilities.js"(exports) {
6542
6625
  "use strict";
6543
6626
  Object.defineProperty(exports, "__esModule", { value: true });
6544
6627
  exports.listAllTrackedFiles = exports.getDefaultBranch = exports.parseRemoteBranch = exports.getRemoteBranch = exports.getParentBranch = exports.revertLocalChanges = exports.stageAndCommit = exports.commit = exports.stage = exports.init = exports.getFileAddedHash = exports.getCurrentHash = exports.getShortBranchName = exports.getFullBranchRef = exports.getBranchName = exports.getUserEmail = exports.getRecentCommitMessages = exports.getStagedChanges = exports.getChangesBetweenRefs = exports.getBranchChanges = exports.getChanges = exports.getUnstagedChanges = exports.fetchRemoteBranch = exports.fetchRemote = exports.getUntrackedChanges = void 0;
@@ -6810,9 +6893,9 @@ var require_gitUtilities = __commonJS({
6810
6893
  }
6811
6894
  });
6812
6895
 
6813
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/git/getDefaultRemoteBranch.js
6896
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/git/getDefaultRemoteBranch.js
6814
6897
  var require_getDefaultRemoteBranch = __commonJS({
6815
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/git/getDefaultRemoteBranch.js"(exports) {
6898
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/git/getDefaultRemoteBranch.js"(exports) {
6816
6899
  "use strict";
6817
6900
  Object.defineProperty(exports, "__esModule", { value: true });
6818
6901
  exports.getDefaultRemoteBranch = void 0;
@@ -6840,9 +6923,9 @@ var require_getDefaultRemoteBranch = __commonJS({
6840
6923
  }
6841
6924
  });
6842
6925
 
6843
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/git/index.js
6926
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/git/index.js
6844
6927
  var require_git2 = __commonJS({
6845
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/git/index.js"(exports) {
6928
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/git/index.js"(exports) {
6846
6929
  "use strict";
6847
6930
  var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
6848
6931
  if (k2 === void 0) k2 = k;
@@ -6868,9 +6951,9 @@ var require_git2 = __commonJS({
6868
6951
  }
6869
6952
  });
6870
6953
 
6871
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/logging.js
6954
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/logging.js
6872
6955
  var require_logging = __commonJS({
6873
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/logging.js"(exports) {
6956
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/logging.js"(exports) {
6874
6957
  "use strict";
6875
6958
  Object.defineProperty(exports, "__esModule", { value: true });
6876
6959
  exports.logVerboseWarning = void 0;
@@ -6884,9 +6967,9 @@ var require_logging = __commonJS({
6884
6967
  }
6885
6968
  });
6886
6969
 
6887
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/paths.js
6970
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/paths.js
6888
6971
  var require_paths = __commonJS({
6889
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/paths.js"(exports) {
6972
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/paths.js"(exports) {
6890
6973
  "use strict";
6891
6974
  var __importDefault = exports && exports.__importDefault || function(mod) {
6892
6975
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -6952,9 +7035,9 @@ var require_paths = __commonJS({
6952
7035
  }
6953
7036
  });
6954
7037
 
6955
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/implementations/getWorkspaceManagerAndRoot.js
7038
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/implementations/getWorkspaceManagerAndRoot.js
6956
7039
  var require_getWorkspaceManagerAndRoot = __commonJS({
6957
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/implementations/getWorkspaceManagerAndRoot.js"(exports) {
7040
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/implementations/getWorkspaceManagerAndRoot.js"(exports) {
6958
7041
  "use strict";
6959
7042
  var __importDefault = exports && exports.__importDefault || function(mod) {
6960
7043
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -7134,7 +7217,7 @@ var require_path = __commonJS({
7134
7217
  });
7135
7218
 
7136
7219
  // ../../node_modules/.store/is-extglob-npm-2.1.1-0870ea68b5/package/index.js
7137
- var require_package25 = __commonJS({
7220
+ var require_package26 = __commonJS({
7138
7221
  "../../node_modules/.store/is-extglob-npm-2.1.1-0870ea68b5/package/index.js"(exports, module) {
7139
7222
  module.exports = /* @__PURE__ */ __name(function isExtglob(str) {
7140
7223
  if (typeof str !== "string" || str === "") {
@@ -7151,9 +7234,9 @@ var require_package25 = __commonJS({
7151
7234
  });
7152
7235
 
7153
7236
  // ../../node_modules/.store/is-glob-npm-4.0.3-cb87bf1bdb/package/index.js
7154
- var require_package26 = __commonJS({
7237
+ var require_package27 = __commonJS({
7155
7238
  "../../node_modules/.store/is-glob-npm-4.0.3-cb87bf1bdb/package/index.js"(exports, module) {
7156
- var isExtglob = require_package25();
7239
+ var isExtglob = require_package26();
7157
7240
  var chars = { "{": "}", "(": ")", "[": "]" };
7158
7241
  var strictCheck = /* @__PURE__ */ __name(function(str) {
7159
7242
  if (str[0] === "!") {
@@ -7282,10 +7365,10 @@ var require_package26 = __commonJS({
7282
7365
  });
7283
7366
 
7284
7367
  // ../../node_modules/.store/glob-parent-npm-5.1.2-021ab32634/package/index.js
7285
- var require_package27 = __commonJS({
7368
+ var require_package28 = __commonJS({
7286
7369
  "../../node_modules/.store/glob-parent-npm-5.1.2-021ab32634/package/index.js"(exports, module) {
7287
7370
  "use strict";
7288
- var isGlob = require_package26();
7371
+ var isGlob = require_package27();
7289
7372
  var pathPosixDirname = __require("path").posix.dirname;
7290
7373
  var isWin32 = __require("os").platform() === "win32";
7291
7374
  var slash = "/";
@@ -7424,7 +7507,7 @@ var require_stringify = __commonJS({
7424
7507
  });
7425
7508
 
7426
7509
  // ../../node_modules/.store/is-number-npm-7.0.0-060086935c/package/index.js
7427
- var require_package28 = __commonJS({
7510
+ var require_package29 = __commonJS({
7428
7511
  "../../node_modules/.store/is-number-npm-7.0.0-060086935c/package/index.js"(exports, module) {
7429
7512
  "use strict";
7430
7513
  module.exports = function(num) {
@@ -7440,10 +7523,10 @@ var require_package28 = __commonJS({
7440
7523
  });
7441
7524
 
7442
7525
  // ../../node_modules/.store/to-regex-range-npm-5.0.1-f1e8263b00/package/index.js
7443
- var require_package29 = __commonJS({
7526
+ var require_package30 = __commonJS({
7444
7527
  "../../node_modules/.store/to-regex-range-npm-5.0.1-f1e8263b00/package/index.js"(exports, module) {
7445
7528
  "use strict";
7446
- var isNumber = require_package28();
7529
+ var isNumber = require_package29();
7447
7530
  var toRegexRange = /* @__PURE__ */ __name((min, max, options) => {
7448
7531
  if (isNumber(min) === false) {
7449
7532
  throw new TypeError("toRegexRange: expected the first argument to be a number");
@@ -7665,11 +7748,11 @@ var require_package29 = __commonJS({
7665
7748
  });
7666
7749
 
7667
7750
  // ../../node_modules/.store/fill-range-npm-7.1.1-bf491486db/package/index.js
7668
- var require_package30 = __commonJS({
7751
+ var require_package31 = __commonJS({
7669
7752
  "../../node_modules/.store/fill-range-npm-7.1.1-bf491486db/package/index.js"(exports, module) {
7670
7753
  "use strict";
7671
7754
  var util = __require("util");
7672
- var toRegexRange = require_package29();
7755
+ var toRegexRange = require_package30();
7673
7756
  var isObject = /* @__PURE__ */ __name((val) => val !== null && typeof val === "object" && !Array.isArray(val), "isObject");
7674
7757
  var transform = /* @__PURE__ */ __name((toNumber) => {
7675
7758
  return (value) => toNumber === true ? Number(value) : String(value);
@@ -7862,7 +7945,7 @@ var require_package30 = __commonJS({
7862
7945
  var require_compile = __commonJS({
7863
7946
  "../../node_modules/.store/braces-npm-3.0.3-582c14023c/package/lib/compile.js"(exports, module) {
7864
7947
  "use strict";
7865
- var fill = require_package30();
7948
+ var fill = require_package31();
7866
7949
  var utils = require_utils();
7867
7950
  var compile = /* @__PURE__ */ __name((ast, options = {}) => {
7868
7951
  const walk = /* @__PURE__ */ __name((node, parent = {}) => {
@@ -7914,7 +7997,7 @@ var require_compile = __commonJS({
7914
7997
  var require_expand = __commonJS({
7915
7998
  "../../node_modules/.store/braces-npm-3.0.3-582c14023c/package/lib/expand.js"(exports, module) {
7916
7999
  "use strict";
7917
- var fill = require_package30();
8000
+ var fill = require_package31();
7918
8001
  var stringify = require_stringify();
7919
8002
  var utils = require_utils();
7920
8003
  var append = /* @__PURE__ */ __name((queue = "", stash = "", enclose = false) => {
@@ -8344,7 +8427,7 @@ var require_parse = __commonJS({
8344
8427
  });
8345
8428
 
8346
8429
  // ../../node_modules/.store/braces-npm-3.0.3-582c14023c/package/index.js
8347
- var require_package31 = __commonJS({
8430
+ var require_package32 = __commonJS({
8348
8431
  "../../node_modules/.store/braces-npm-3.0.3-582c14023c/package/index.js"(exports, module) {
8349
8432
  "use strict";
8350
8433
  var stringify = require_stringify();
@@ -9909,7 +9992,7 @@ var require_picomatch = __commonJS({
9909
9992
  });
9910
9993
 
9911
9994
  // ../../node_modules/.store/picomatch-npm-2.3.1-c782cfd986/package/index.js
9912
- var require_package32 = __commonJS({
9995
+ var require_package33 = __commonJS({
9913
9996
  "../../node_modules/.store/picomatch-npm-2.3.1-c782cfd986/package/index.js"(exports, module) {
9914
9997
  "use strict";
9915
9998
  module.exports = require_picomatch();
@@ -9917,12 +10000,12 @@ var require_package32 = __commonJS({
9917
10000
  });
9918
10001
 
9919
10002
  // ../../node_modules/.store/micromatch-npm-4.0.8-c9570e4aca/package/index.js
9920
- var require_package33 = __commonJS({
10003
+ var require_package34 = __commonJS({
9921
10004
  "../../node_modules/.store/micromatch-npm-4.0.8-c9570e4aca/package/index.js"(exports, module) {
9922
10005
  "use strict";
9923
10006
  var util = __require("util");
9924
- var braces = require_package31();
9925
- var picomatch = require_package32();
10007
+ var braces = require_package32();
10008
+ var picomatch = require_package33();
9926
10009
  var utils = require_utils2();
9927
10010
  var isEmptyString = /* @__PURE__ */ __name((v) => v === "" || v === "./", "isEmptyString");
9928
10011
  var hasBraces = /* @__PURE__ */ __name((v) => {
@@ -10084,8 +10167,8 @@ var require_pattern = __commonJS({
10084
10167
  Object.defineProperty(exports, "__esModule", { value: true });
10085
10168
  exports.isAbsolute = exports.partitionAbsoluteAndRelative = exports.removeDuplicateSlashes = exports.matchAny = exports.convertPatternsToRe = exports.makeRe = exports.getPatternParts = exports.expandBraceExpansion = exports.expandPatternsWithBraceExpansion = exports.isAffectDepthOfReadingPattern = exports.endsWithSlashGlobStar = exports.hasGlobStar = exports.getBaseDirectory = exports.isPatternRelatedToParentDirectory = exports.getPatternsOutsideCurrentDirectory = exports.getPatternsInsideCurrentDirectory = exports.getPositivePatterns = exports.getNegativePatterns = exports.isPositivePattern = exports.isNegativePattern = exports.convertToNegativePattern = exports.convertToPositivePattern = exports.isDynamicPattern = exports.isStaticPattern = void 0;
10086
10169
  var path = __require("path");
10087
- var globParent = require_package27();
10088
- var micromatch = require_package33();
10170
+ var globParent = require_package28();
10171
+ var micromatch = require_package34();
10089
10172
  var GLOBSTAR = "**";
10090
10173
  var ESCAPE_SYMBOL = "\\";
10091
10174
  var COMMON_GLOB_SYMBOLS_RE = /[*?]|^!/;
@@ -10268,7 +10351,7 @@ var require_pattern = __commonJS({
10268
10351
  });
10269
10352
 
10270
10353
  // ../../node_modules/.store/merge2-npm-1.4.1-a2507bd06c/package/index.js
10271
- var require_package34 = __commonJS({
10354
+ var require_package35 = __commonJS({
10272
10355
  "../../node_modules/.store/merge2-npm-1.4.1-a2507bd06c/package/index.js"(exports, module) {
10273
10356
  "use strict";
10274
10357
  var Stream = __require("stream");
@@ -10401,7 +10484,7 @@ var require_stream = __commonJS({
10401
10484
  "use strict";
10402
10485
  Object.defineProperty(exports, "__esModule", { value: true });
10403
10486
  exports.merge = void 0;
10404
- var merge2 = require_package34();
10487
+ var merge2 = require_package35();
10405
10488
  function merge(streams) {
10406
10489
  const mergedStream = merge2(streams);
10407
10490
  streams.forEach((stream) => {
@@ -10724,7 +10807,7 @@ var require_out = __commonJS({
10724
10807
  });
10725
10808
 
10726
10809
  // ../../node_modules/.store/queue-microtask-npm-1.2.3-fcc98e4e2d/package/index.js
10727
- var require_package35 = __commonJS({
10810
+ var require_package36 = __commonJS({
10728
10811
  "../../node_modules/.store/queue-microtask-npm-1.2.3-fcc98e4e2d/package/index.js"(exports, module) {
10729
10812
  var promise;
10730
10813
  module.exports = typeof queueMicrotask === "function" ? queueMicrotask.bind(typeof window !== "undefined" ? window : global) : (cb) => (promise || (promise = Promise.resolve())).then(cb).catch((err) => setTimeout(() => {
@@ -10734,10 +10817,10 @@ var require_package35 = __commonJS({
10734
10817
  });
10735
10818
 
10736
10819
  // ../../node_modules/.store/run-parallel-npm-1.2.0-3f47ff2034/package/index.js
10737
- var require_package36 = __commonJS({
10820
+ var require_package37 = __commonJS({
10738
10821
  "../../node_modules/.store/run-parallel-npm-1.2.0-3f47ff2034/package/index.js"(exports, module) {
10739
10822
  module.exports = runParallel;
10740
- var queueMicrotask2 = require_package35();
10823
+ var queueMicrotask2 = require_package36();
10741
10824
  function runParallel(tasks, cb) {
10742
10825
  let results, pending, keys;
10743
10826
  let isSync = true;
@@ -10870,7 +10953,7 @@ var require_async2 = __commonJS({
10870
10953
  Object.defineProperty(exports, "__esModule", { value: true });
10871
10954
  exports.readdir = exports.readdirWithFileTypes = exports.read = void 0;
10872
10955
  var fsStat = require_out();
10873
- var rpl = require_package36();
10956
+ var rpl = require_package37();
10874
10957
  var constants_1 = require_constants3();
10875
10958
  var utils = require_utils4();
10876
10959
  var common = require_common();
@@ -12687,9 +12770,9 @@ var require_out4 = __commonJS({
12687
12770
  }
12688
12771
  });
12689
12772
 
12690
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/getPackagePaths.js
12773
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/getPackagePaths.js
12691
12774
  var require_getPackagePaths = __commonJS({
12692
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/getPackagePaths.js"(exports) {
12775
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/getPackagePaths.js"(exports) {
12693
12776
  "use strict";
12694
12777
  var __importDefault = exports && exports.__importDefault || function(mod) {
12695
12778
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -12735,9 +12818,9 @@ var require_getPackagePaths = __commonJS({
12735
12818
  }
12736
12819
  });
12737
12820
 
12738
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/getWorkspacePackageInfo.js
12821
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/getWorkspacePackageInfo.js
12739
12822
  var require_getWorkspacePackageInfo = __commonJS({
12740
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/getWorkspacePackageInfo.js"(exports) {
12823
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/getWorkspacePackageInfo.js"(exports) {
12741
12824
  "use strict";
12742
12825
  var __importDefault = exports && exports.__importDefault || function(mod) {
12743
12826
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -12796,9 +12879,9 @@ var require_getWorkspacePackageInfo = __commonJS({
12796
12879
  }
12797
12880
  });
12798
12881
 
12799
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/implementations/packageJsonWorkspaces.js
12882
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/implementations/packageJsonWorkspaces.js
12800
12883
  var require_packageJsonWorkspaces = __commonJS({
12801
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/implementations/packageJsonWorkspaces.js"(exports) {
12884
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/implementations/packageJsonWorkspaces.js"(exports) {
12802
12885
  "use strict";
12803
12886
  var __importDefault = exports && exports.__importDefault || function(mod) {
12804
12887
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -12875,9 +12958,9 @@ var require_packageJsonWorkspaces = __commonJS({
12875
12958
  }
12876
12959
  });
12877
12960
 
12878
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/implementations/yarn.js
12961
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/implementations/yarn.js
12879
12962
  var require_yarn = __commonJS({
12880
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/implementations/yarn.js"(exports) {
12963
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/implementations/yarn.js"(exports) {
12881
12964
  "use strict";
12882
12965
  Object.defineProperty(exports, "__esModule", { value: true });
12883
12966
  exports.getWorkspacesAsync = exports.getWorkspaces = exports.getYarnWorkspacesAsync = exports.getYarnWorkspaces = exports.getWorkspacePackagePathsAsync = exports.getWorkspacePackagePaths = exports.getYarnWorkspaceRoot = void 0;
@@ -15787,7 +15870,7 @@ var require_dumper = __commonJS({
15787
15870
  });
15788
15871
 
15789
15872
  // ../../node_modules/.store/js-yaml-npm-4.1.0-3606f32312/package/index.js
15790
- var require_package37 = __commonJS({
15873
+ var require_package38 = __commonJS({
15791
15874
  "../../node_modules/.store/js-yaml-npm-4.1.0-3606f32312/package/index.js"(exports, module) {
15792
15875
  "use strict";
15793
15876
  var loader = require_loader();
@@ -15829,9 +15912,9 @@ var require_package37 = __commonJS({
15829
15912
  }
15830
15913
  });
15831
15914
 
15832
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/lockfile/readYaml.js
15915
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/lockfile/readYaml.js
15833
15916
  var require_readYaml = __commonJS({
15834
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/lockfile/readYaml.js"(exports) {
15917
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/lockfile/readYaml.js"(exports) {
15835
15918
  "use strict";
15836
15919
  var __importDefault = exports && exports.__importDefault || function(mod) {
15837
15920
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -15840,7 +15923,7 @@ var require_readYaml = __commonJS({
15840
15923
  exports.readYaml = void 0;
15841
15924
  var fs_1 = __importDefault(__require("fs"));
15842
15925
  function readYaml(file) {
15843
- const jsYaml = require_package37();
15926
+ const jsYaml = require_package38();
15844
15927
  const content = fs_1.default.readFileSync(file, "utf8");
15845
15928
  return jsYaml.load(content);
15846
15929
  }
@@ -15849,9 +15932,9 @@ var require_readYaml = __commonJS({
15849
15932
  }
15850
15933
  });
15851
15934
 
15852
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/implementations/pnpm.js
15935
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/implementations/pnpm.js
15853
15936
  var require_pnpm = __commonJS({
15854
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/implementations/pnpm.js"(exports) {
15937
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/implementations/pnpm.js"(exports) {
15855
15938
  "use strict";
15856
15939
  var __importDefault = exports && exports.__importDefault || function(mod) {
15857
15940
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -17188,7 +17271,7 @@ var require_document = __commonJS({
17188
17271
  var require_utils5 = __commonJS({
17189
17272
  "../../node_modules/.store/jju-npm-1.4.0-670678eaa3/package/lib/utils.js"(exports, module) {
17190
17273
  var FS = __require("fs");
17191
- var jju = require_package38();
17274
+ var jju = require_package39();
17192
17275
  module.exports.register = function() {
17193
17276
  var r = __require, e = "extensions";
17194
17277
  r[e][".json5"] = function(m, f) {
@@ -17201,7 +17284,7 @@ var require_utils5 = __commonJS({
17201
17284
  try {
17202
17285
  return _parse(text, rev);
17203
17286
  } catch (err) {
17204
- require_package38().parse(text, {
17287
+ require_package39().parse(text, {
17205
17288
  mode: "json",
17206
17289
  legacy: true,
17207
17290
  reviver: rev,
@@ -17221,7 +17304,7 @@ var require_utils5 = __commonJS({
17221
17304
  });
17222
17305
 
17223
17306
  // ../../node_modules/.store/jju-npm-1.4.0-670678eaa3/package/index.js
17224
- var require_package38 = __commonJS({
17307
+ var require_package39 = __commonJS({
17225
17308
  "../../node_modules/.store/jju-npm-1.4.0-670678eaa3/package/index.js"(exports, module) {
17226
17309
  module.exports.__defineGetter__("parse", function() {
17227
17310
  return require_parse3().parse;
@@ -17244,9 +17327,9 @@ var require_package38 = __commonJS({
17244
17327
  }
17245
17328
  });
17246
17329
 
17247
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/implementations/rush.js
17330
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/implementations/rush.js
17248
17331
  var require_rush = __commonJS({
17249
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/implementations/rush.js"(exports) {
17332
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/implementations/rush.js"(exports) {
17250
17333
  "use strict";
17251
17334
  var __importDefault = exports && exports.__importDefault || function(mod) {
17252
17335
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -17254,7 +17337,7 @@ var require_rush = __commonJS({
17254
17337
  Object.defineProperty(exports, "__esModule", { value: true });
17255
17338
  exports.getWorkspacesAsync = exports.getWorkspaces = exports.getRushWorkspacesAsync = exports.getRushWorkspaces = exports.getWorkspacePackagePaths = exports.getRushWorkspaceRoot = void 0;
17256
17339
  var path_1 = __importDefault(__require("path"));
17257
- var jju_1 = __importDefault(require_package38());
17340
+ var jju_1 = __importDefault(require_package39());
17258
17341
  var fs_1 = __importDefault(__require("fs"));
17259
17342
  var getWorkspacePackageInfo_1 = require_getWorkspacePackageInfo();
17260
17343
  var logging_1 = require_logging();
@@ -17310,9 +17393,9 @@ var require_rush = __commonJS({
17310
17393
  }
17311
17394
  });
17312
17395
 
17313
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/implementations/npm.js
17396
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/implementations/npm.js
17314
17397
  var require_npm = __commonJS({
17315
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/implementations/npm.js"(exports) {
17398
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/implementations/npm.js"(exports) {
17316
17399
  "use strict";
17317
17400
  Object.defineProperty(exports, "__esModule", { value: true });
17318
17401
  exports.getWorkspacesAsync = exports.getWorkspaces = exports.getNpmWorkspacesAsync = exports.getNpmWorkspaces = exports.getWorkspacePackagePathsAsync = exports.getWorkspacePackagePaths = void 0;
@@ -17356,9 +17439,9 @@ var require_npm = __commonJS({
17356
17439
  }
17357
17440
  });
17358
17441
 
17359
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/implementations/lerna.js
17442
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/implementations/lerna.js
17360
17443
  var require_lerna = __commonJS({
17361
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/implementations/lerna.js"(exports) {
17444
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/implementations/lerna.js"(exports) {
17362
17445
  "use strict";
17363
17446
  var __importDefault = exports && exports.__importDefault || function(mod) {
17364
17447
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -17366,7 +17449,7 @@ var require_lerna = __commonJS({
17366
17449
  Object.defineProperty(exports, "__esModule", { value: true });
17367
17450
  exports.getWorkspacesAsync = exports.getWorkspaces = exports.getLernaWorkspacesAsync = exports.getLernaWorkspaces = exports.getWorkspacePackagePaths = void 0;
17368
17451
  var fs_1 = __importDefault(__require("fs"));
17369
- var jju_1 = __importDefault(require_package38());
17452
+ var jju_1 = __importDefault(require_package39());
17370
17453
  var path_1 = __importDefault(__require("path"));
17371
17454
  var getPackagePaths_1 = require_getPackagePaths();
17372
17455
  var getWorkspacePackageInfo_1 = require_getWorkspacePackageInfo();
@@ -17421,9 +17504,9 @@ var require_lerna = __commonJS({
17421
17504
  }
17422
17505
  });
17423
17506
 
17424
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/implementations/getWorkspaceUtilities.js
17507
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/implementations/getWorkspaceUtilities.js
17425
17508
  var require_getWorkspaceUtilities = __commonJS({
17426
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/implementations/getWorkspaceUtilities.js"(exports) {
17509
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/implementations/getWorkspaceUtilities.js"(exports) {
17427
17510
  "use strict";
17428
17511
  Object.defineProperty(exports, "__esModule", { value: true });
17429
17512
  exports.getWorkspaceUtilities = void 0;
@@ -17449,9 +17532,9 @@ var require_getWorkspaceUtilities = __commonJS({
17449
17532
  }
17450
17533
  });
17451
17534
 
17452
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/implementations/index.js
17535
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/implementations/index.js
17453
17536
  var require_implementations = __commonJS({
17454
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/implementations/index.js"(exports) {
17537
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/implementations/index.js"(exports) {
17455
17538
  "use strict";
17456
17539
  Object.defineProperty(exports, "__esModule", { value: true });
17457
17540
  exports.getWorkspaceUtilities = exports.getWorkspaceManagerAndRoot = void 0;
@@ -17466,9 +17549,9 @@ var require_implementations = __commonJS({
17466
17549
  }
17467
17550
  });
17468
17551
 
17469
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/getWorkspaces.js
17552
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/getWorkspaces.js
17470
17553
  var require_getWorkspaces = __commonJS({
17471
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/getWorkspaces.js"(exports) {
17554
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/getWorkspaces.js"(exports) {
17472
17555
  "use strict";
17473
17556
  Object.defineProperty(exports, "__esModule", { value: true });
17474
17557
  exports.getWorkspacesAsync = exports.getWorkspaces = void 0;
@@ -17496,9 +17579,9 @@ var require_getWorkspaces = __commonJS({
17496
17579
  }
17497
17580
  });
17498
17581
 
17499
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/getPackageInfos.js
17582
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/getPackageInfos.js
17500
17583
  var require_getPackageInfos = __commonJS({
17501
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/getPackageInfos.js"(exports) {
17584
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/getPackageInfos.js"(exports) {
17502
17585
  "use strict";
17503
17586
  var __importDefault = exports && exports.__importDefault || function(mod) {
17504
17587
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -17558,9 +17641,9 @@ var require_getPackageInfos = __commonJS({
17558
17641
  }
17559
17642
  });
17560
17643
 
17561
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/graph/createDependencyMap.js
17644
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/graph/createDependencyMap.js
17562
17645
  var require_createDependencyMap = __commonJS({
17563
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/graph/createDependencyMap.js"(exports) {
17646
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/graph/createDependencyMap.js"(exports) {
17564
17647
  "use strict";
17565
17648
  Object.defineProperty(exports, "__esModule", { value: true });
17566
17649
  exports.createDependencyMap = void 0;
@@ -17591,9 +17674,9 @@ var require_createDependencyMap = __commonJS({
17591
17674
  }
17592
17675
  });
17593
17676
 
17594
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/graph/createPackageGraph.js
17677
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/graph/createPackageGraph.js
17595
17678
  var require_createPackageGraph = __commonJS({
17596
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/graph/createPackageGraph.js"(exports) {
17679
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/graph/createPackageGraph.js"(exports) {
17597
17680
  "use strict";
17598
17681
  var __importDefault = exports && exports.__importDefault || function(mod) {
17599
17682
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -17601,7 +17684,7 @@ var require_createPackageGraph = __commonJS({
17601
17684
  Object.defineProperty(exports, "__esModule", { value: true });
17602
17685
  exports.createPackageGraph = void 0;
17603
17686
  var createDependencyMap_1 = require_createDependencyMap();
17604
- var micromatch_1 = __importDefault(require_package33());
17687
+ var micromatch_1 = __importDefault(require_package34());
17605
17688
  function createPackageGraph(packages, filters) {
17606
17689
  const packageSet = /* @__PURE__ */ new Set();
17607
17690
  const edges = [];
@@ -17709,9 +17792,9 @@ var require_createPackageGraph = __commonJS({
17709
17792
  }
17710
17793
  });
17711
17794
 
17712
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/graph/index.js
17795
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/graph/index.js
17713
17796
  var require_graph = __commonJS({
17714
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/graph/index.js"(exports) {
17797
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/graph/index.js"(exports) {
17715
17798
  "use strict";
17716
17799
  var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
17717
17800
  if (k2 === void 0) k2 = k;
@@ -17733,6 +17816,7 @@ var require_graph = __commonJS({
17733
17816
  exports.getDependentMap = void 0;
17734
17817
  __exportStar(require_createPackageGraph(), exports);
17735
17818
  __exportStar(require_createDependencyMap(), exports);
17819
+ __exportStar(require_getPackageDependencies(), exports);
17736
17820
  var createDependencyMap_1 = require_createDependencyMap();
17737
17821
  function getDependentMap(packages) {
17738
17822
  return (0, createDependencyMap_1.createDependencyMap)(packages).dependencies;
@@ -17742,9 +17826,9 @@ var require_graph = __commonJS({
17742
17826
  }
17743
17827
  });
17744
17828
 
17745
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/lockfile/nameAtVersion.js
17829
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/lockfile/nameAtVersion.js
17746
17830
  var require_nameAtVersion = __commonJS({
17747
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/lockfile/nameAtVersion.js"(exports) {
17831
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/lockfile/nameAtVersion.js"(exports) {
17748
17832
  "use strict";
17749
17833
  Object.defineProperty(exports, "__esModule", { value: true });
17750
17834
  exports.nameAtVersion = void 0;
@@ -17756,9 +17840,9 @@ var require_nameAtVersion = __commonJS({
17756
17840
  }
17757
17841
  });
17758
17842
 
17759
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/lockfile/parsePnpmLock.js
17843
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/lockfile/parsePnpmLock.js
17760
17844
  var require_parsePnpmLock = __commonJS({
17761
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/lockfile/parsePnpmLock.js"(exports) {
17845
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/lockfile/parsePnpmLock.js"(exports) {
17762
17846
  "use strict";
17763
17847
  Object.defineProperty(exports, "__esModule", { value: true });
17764
17848
  exports.parsePnpmLock = void 0;
@@ -17786,9 +17870,9 @@ var require_parsePnpmLock = __commonJS({
17786
17870
  }
17787
17871
  });
17788
17872
 
17789
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/lockfile/parseNpmLock.js
17873
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/lockfile/parseNpmLock.js
17790
17874
  var require_parseNpmLock = __commonJS({
17791
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/lockfile/parseNpmLock.js"(exports) {
17875
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/lockfile/parseNpmLock.js"(exports) {
17792
17876
  "use strict";
17793
17877
  Object.defineProperty(exports, "__esModule", { value: true });
17794
17878
  exports.parseNpmLock = void 0;
@@ -17805,9 +17889,9 @@ var require_parseNpmLock = __commonJS({
17805
17889
  }
17806
17890
  });
17807
17891
 
17808
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/lockfile/parseBerryLock.js
17892
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/lockfile/parseBerryLock.js
17809
17893
  var require_parseBerryLock = __commonJS({
17810
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/lockfile/parseBerryLock.js"(exports) {
17894
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/lockfile/parseBerryLock.js"(exports) {
17811
17895
  "use strict";
17812
17896
  Object.defineProperty(exports, "__esModule", { value: true });
17813
17897
  exports.parseBerryLock = void 0;
@@ -17846,7 +17930,7 @@ var require_parseBerryLock = __commonJS({
17846
17930
  });
17847
17931
 
17848
17932
  // ../../node_modules/.store/@yarnpkg-lockfile-npm-1.1.0-6e0da4acd2/package/index.js
17849
- var require_package39 = __commonJS({
17933
+ var require_package40 = __commonJS({
17850
17934
  "../../node_modules/.store/@yarnpkg-lockfile-npm-1.1.0-6e0da4acd2/package/index.js"(exports, module) {
17851
17935
  module.exports = /******/
17852
17936
  function(modules) {
@@ -25850,9 +25934,9 @@ ${indent}`);
25850
25934
  }
25851
25935
  });
25852
25936
 
25853
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/lockfile/queryLockFile.js
25937
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/lockfile/queryLockFile.js
25854
25938
  var require_queryLockFile = __commonJS({
25855
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/lockfile/queryLockFile.js"(exports) {
25939
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/lockfile/queryLockFile.js"(exports) {
25856
25940
  "use strict";
25857
25941
  Object.defineProperty(exports, "__esModule", { value: true });
25858
25942
  exports.queryLockFile = void 0;
@@ -25866,17 +25950,17 @@ var require_queryLockFile = __commonJS({
25866
25950
  }
25867
25951
  });
25868
25952
 
25869
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/lockfile/types.js
25953
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/lockfile/types.js
25870
25954
  var require_types = __commonJS({
25871
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/lockfile/types.js"(exports) {
25955
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/lockfile/types.js"(exports) {
25872
25956
  "use strict";
25873
25957
  Object.defineProperty(exports, "__esModule", { value: true });
25874
25958
  }
25875
25959
  });
25876
25960
 
25877
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/lockfile/index.js
25961
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/lockfile/index.js
25878
25962
  var require_lockfile = __commonJS({
25879
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/lockfile/index.js"(exports) {
25963
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/lockfile/index.js"(exports) {
25880
25964
  "use strict";
25881
25965
  var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
25882
25966
  if (k2 === void 0) k2 = k;
@@ -25941,7 +26025,7 @@ var require_lockfile = __commonJS({
25941
26025
  const yaml = (0, readYaml_1.readYaml)(yarnLockPath);
25942
26026
  parsed = (0, parseBerryLock_1.parseBerryLock)(yaml);
25943
26027
  } else {
25944
- const parseYarnLock = (await Promise.resolve().then(() => __importStar(require_package39()))).parse;
26028
+ const parseYarnLock = (await Promise.resolve().then(() => __importStar(require_package40()))).parse;
25945
26029
  parsed = parseYarnLock(yarnLock);
25946
26030
  }
25947
26031
  memoization[yarnLockPath] = parsed;
@@ -25987,16 +26071,16 @@ var require_lockfile = __commonJS({
25987
26071
  }
25988
26072
  });
25989
26073
 
25990
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/scope.js
26074
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/scope.js
25991
26075
  var require_scope = __commonJS({
25992
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/scope.js"(exports) {
26076
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/scope.js"(exports) {
25993
26077
  "use strict";
25994
26078
  var __importDefault = exports && exports.__importDefault || function(mod) {
25995
26079
  return mod && mod.__esModule ? mod : { "default": mod };
25996
26080
  };
25997
26081
  Object.defineProperty(exports, "__esModule", { value: true });
25998
26082
  exports.getScopedPackages = void 0;
25999
- var micromatch_1 = __importDefault(require_package33());
26083
+ var micromatch_1 = __importDefault(require_package34());
26000
26084
  function getScopedPackages(search, packages) {
26001
26085
  const packageNames = Array.isArray(packages) ? packages : Object.keys(packages);
26002
26086
  const results = /* @__PURE__ */ new Set();
@@ -26034,33 +26118,33 @@ var require_scope = __commonJS({
26034
26118
  }
26035
26119
  });
26036
26120
 
26037
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/types/PackageGraph.js
26121
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/types/PackageGraph.js
26038
26122
  var require_PackageGraph = __commonJS({
26039
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/types/PackageGraph.js"(exports) {
26123
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/types/PackageGraph.js"(exports) {
26040
26124
  "use strict";
26041
26125
  Object.defineProperty(exports, "__esModule", { value: true });
26042
26126
  }
26043
26127
  });
26044
26128
 
26045
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/types/PackageInfo.js
26129
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/types/PackageInfo.js
26046
26130
  var require_PackageInfo = __commonJS({
26047
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/types/PackageInfo.js"(exports) {
26131
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/types/PackageInfo.js"(exports) {
26048
26132
  "use strict";
26049
26133
  Object.defineProperty(exports, "__esModule", { value: true });
26050
26134
  }
26051
26135
  });
26052
26136
 
26053
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/types/WorkspaceInfo.js
26137
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/types/WorkspaceInfo.js
26054
26138
  var require_WorkspaceInfo = __commonJS({
26055
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/types/WorkspaceInfo.js"(exports) {
26139
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/types/WorkspaceInfo.js"(exports) {
26056
26140
  "use strict";
26057
26141
  Object.defineProperty(exports, "__esModule", { value: true });
26058
26142
  }
26059
26143
  });
26060
26144
 
26061
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/findWorkspacePath.js
26145
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/findWorkspacePath.js
26062
26146
  var require_findWorkspacePath = __commonJS({
26063
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/findWorkspacePath.js"(exports) {
26147
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/findWorkspacePath.js"(exports) {
26064
26148
  "use strict";
26065
26149
  Object.defineProperty(exports, "__esModule", { value: true });
26066
26150
  exports.findWorkspacePath = void 0;
@@ -26073,9 +26157,9 @@ var require_findWorkspacePath = __commonJS({
26073
26157
  }
26074
26158
  });
26075
26159
 
26076
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/getWorkspacePackagePaths.js
26160
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/getWorkspacePackagePaths.js
26077
26161
  var require_getWorkspacePackagePaths = __commonJS({
26078
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/getWorkspacePackagePaths.js"(exports) {
26162
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/getWorkspacePackagePaths.js"(exports) {
26079
26163
  "use strict";
26080
26164
  Object.defineProperty(exports, "__esModule", { value: true });
26081
26165
  exports.getWorkspacePackagePathsAsync = exports.getWorkspacePackagePaths = void 0;
@@ -26103,16 +26187,16 @@ var require_getWorkspacePackagePaths = __commonJS({
26103
26187
  }
26104
26188
  });
26105
26189
 
26106
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/getPackagesByFiles.js
26190
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/getPackagesByFiles.js
26107
26191
  var require_getPackagesByFiles = __commonJS({
26108
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/getPackagesByFiles.js"(exports) {
26192
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/getPackagesByFiles.js"(exports) {
26109
26193
  "use strict";
26110
26194
  var __importDefault = exports && exports.__importDefault || function(mod) {
26111
26195
  return mod && mod.__esModule ? mod : { "default": mod };
26112
26196
  };
26113
26197
  Object.defineProperty(exports, "__esModule", { value: true });
26114
26198
  exports.getPackagesByFiles = void 0;
26115
- var micromatch_1 = __importDefault(require_package33());
26199
+ var micromatch_1 = __importDefault(require_package34());
26116
26200
  var path_1 = __importDefault(__require("path"));
26117
26201
  var getWorkspaces_1 = require_getWorkspaces();
26118
26202
  function getPackagesByFiles(workspaceRoot, files, ignoreGlobs = [], returnAllPackagesOnNoMatch = false) {
@@ -26138,9 +26222,9 @@ var require_getPackagesByFiles = __commonJS({
26138
26222
  }
26139
26223
  });
26140
26224
 
26141
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/getChangedPackages.js
26225
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/getChangedPackages.js
26142
26226
  var require_getChangedPackages = __commonJS({
26143
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/getChangedPackages.js"(exports) {
26227
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/getChangedPackages.js"(exports) {
26144
26228
  "use strict";
26145
26229
  Object.defineProperty(exports, "__esModule", { value: true });
26146
26230
  exports.getChangedPackages = exports.getChangedPackagesBetweenRefs = void 0;
@@ -26176,9 +26260,9 @@ var require_getChangedPackages = __commonJS({
26176
26260
  }
26177
26261
  });
26178
26262
 
26179
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/listOfWorkspacePackageNames.js
26263
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/listOfWorkspacePackageNames.js
26180
26264
  var require_listOfWorkspacePackageNames = __commonJS({
26181
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/listOfWorkspacePackageNames.js"(exports) {
26265
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/listOfWorkspacePackageNames.js"(exports) {
26182
26266
  "use strict";
26183
26267
  Object.defineProperty(exports, "__esModule", { value: true });
26184
26268
  exports.listOfWorkspacePackageNames = void 0;
@@ -26190,9 +26274,9 @@ var require_listOfWorkspacePackageNames = __commonJS({
26190
26274
  }
26191
26275
  });
26192
26276
 
26193
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/getAllPackageJsonFiles.js
26277
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/getAllPackageJsonFiles.js
26194
26278
  var require_getAllPackageJsonFiles = __commonJS({
26195
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/workspaces/getAllPackageJsonFiles.js"(exports) {
26279
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/workspaces/getAllPackageJsonFiles.js"(exports) {
26196
26280
  "use strict";
26197
26281
  var __importDefault = exports && exports.__importDefault || function(mod) {
26198
26282
  return mod && mod.__esModule ? mod : { "default": mod };
@@ -26231,9 +26315,9 @@ var require_getAllPackageJsonFiles = __commonJS({
26231
26315
  }
26232
26316
  });
26233
26317
 
26234
- // ../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/index.js
26318
+ // ../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/index.js
26235
26319
  var require_lib9 = __commonJS({
26236
- "../../node_modules/.store/workspace-tools-npm-0.38.2-029c6dc250/package/lib/index.js"(exports) {
26320
+ "../../node_modules/.store/workspace-tools-npm-0.38.4-078d0cf634/package/lib/index.js"(exports) {
26237
26321
  "use strict";
26238
26322
  var __createBinding = exports && exports.__createBinding || (Object.create ? function(o, m, k, k2) {
26239
26323
  if (k2 === void 0) k2 = k;
@@ -27310,7 +27394,7 @@ var require_EnvironmentMap = __commonJS({
27310
27394
  var require_fs6 = __commonJS({
27311
27395
  "../../node_modules/.store/fs-extra-npm-7.0.1-b33a5e53e9/package/lib/fs/index.js"(exports) {
27312
27396
  "use strict";
27313
- var u = require_package14().fromCallback;
27397
+ var u = require_package15().fromCallback;
27314
27398
  var fs2 = require_graceful_fs();
27315
27399
  var api = [
27316
27400
  "access",
@@ -27527,7 +27611,7 @@ var require_mkdirs_sync2 = __commonJS({
27527
27611
  var require_mkdirs4 = __commonJS({
27528
27612
  "../../node_modules/.store/fs-extra-npm-7.0.1-b33a5e53e9/package/lib/mkdirs/index.js"(exports, module) {
27529
27613
  "use strict";
27530
- var u = require_package14().fromCallback;
27614
+ var u = require_package15().fromCallback;
27531
27615
  var mkdirs = u(require_mkdirs3());
27532
27616
  var mkdirsSync = require_mkdirs_sync2();
27533
27617
  module.exports = {
@@ -27824,7 +27908,7 @@ var require_copy_sync4 = __commonJS({
27824
27908
  var require_path_exists2 = __commonJS({
27825
27909
  "../../node_modules/.store/fs-extra-npm-7.0.1-b33a5e53e9/package/lib/path-exists/index.js"(exports, module) {
27826
27910
  "use strict";
27827
- var u = require_package14().fromPromise;
27911
+ var u = require_package15().fromPromise;
27828
27912
  var fs2 = require_fs6();
27829
27913
  function pathExists(path) {
27830
27914
  return fs2.access(path).then(() => true).catch(() => false);
@@ -28072,7 +28156,7 @@ var require_copy3 = __commonJS({
28072
28156
  var require_copy4 = __commonJS({
28073
28157
  "../../node_modules/.store/fs-extra-npm-7.0.1-b33a5e53e9/package/lib/copy/index.js"(exports, module) {
28074
28158
  "use strict";
28075
- var u = require_package14().fromCallback;
28159
+ var u = require_package15().fromCallback;
28076
28160
  module.exports = {
28077
28161
  copy: u(require_copy3())
28078
28162
  };
@@ -28340,7 +28424,7 @@ var require_rimraf2 = __commonJS({
28340
28424
  var require_remove2 = __commonJS({
28341
28425
  "../../node_modules/.store/fs-extra-npm-7.0.1-b33a5e53e9/package/lib/remove/index.js"(exports, module) {
28342
28426
  "use strict";
28343
- var u = require_package14().fromCallback;
28427
+ var u = require_package15().fromCallback;
28344
28428
  var rimraf = require_rimraf2();
28345
28429
  module.exports = {
28346
28430
  remove: u(rimraf),
@@ -28353,7 +28437,7 @@ var require_remove2 = __commonJS({
28353
28437
  var require_empty2 = __commonJS({
28354
28438
  "../../node_modules/.store/fs-extra-npm-7.0.1-b33a5e53e9/package/lib/empty/index.js"(exports, module) {
28355
28439
  "use strict";
28356
- var u = require_package14().fromCallback;
28440
+ var u = require_package15().fromCallback;
28357
28441
  var fs2 = __require("fs");
28358
28442
  var path = __require("path");
28359
28443
  var mkdir = require_mkdirs4();
@@ -28402,7 +28486,7 @@ var require_empty2 = __commonJS({
28402
28486
  var require_file2 = __commonJS({
28403
28487
  "../../node_modules/.store/fs-extra-npm-7.0.1-b33a5e53e9/package/lib/ensure/file.js"(exports, module) {
28404
28488
  "use strict";
28405
- var u = require_package14().fromCallback;
28489
+ var u = require_package15().fromCallback;
28406
28490
  var path = __require("path");
28407
28491
  var fs2 = require_graceful_fs();
28408
28492
  var mkdir = require_mkdirs4();
@@ -28454,7 +28538,7 @@ var require_file2 = __commonJS({
28454
28538
  var require_link2 = __commonJS({
28455
28539
  "../../node_modules/.store/fs-extra-npm-7.0.1-b33a5e53e9/package/lib/ensure/link.js"(exports, module) {
28456
28540
  "use strict";
28457
- var u = require_package14().fromCallback;
28541
+ var u = require_package15().fromCallback;
28458
28542
  var path = __require("path");
28459
28543
  var fs2 = require_graceful_fs();
28460
28544
  var mkdir = require_mkdirs4();
@@ -28630,7 +28714,7 @@ var require_symlink_type2 = __commonJS({
28630
28714
  var require_symlink2 = __commonJS({
28631
28715
  "../../node_modules/.store/fs-extra-npm-7.0.1-b33a5e53e9/package/lib/ensure/symlink.js"(exports, module) {
28632
28716
  "use strict";
28633
- var u = require_package14().fromCallback;
28717
+ var u = require_package15().fromCallback;
28634
28718
  var path = __require("path");
28635
28719
  var fs2 = require_graceful_fs();
28636
28720
  var _mkdirs = require_mkdirs4();
@@ -28719,8 +28803,8 @@ var require_ensure2 = __commonJS({
28719
28803
  var require_jsonfile2 = __commonJS({
28720
28804
  "../../node_modules/.store/fs-extra-npm-7.0.1-b33a5e53e9/package/lib/json/jsonfile.js"(exports, module) {
28721
28805
  "use strict";
28722
- var u = require_package14().fromCallback;
28723
- var jsonFile = require_package15();
28806
+ var u = require_package15().fromCallback;
28807
+ var jsonFile = require_package16();
28724
28808
  module.exports = {
28725
28809
  // jsonfile exports
28726
28810
  readJson: u(jsonFile.readFile),
@@ -28783,7 +28867,7 @@ var require_output_json_sync2 = __commonJS({
28783
28867
  var require_json3 = __commonJS({
28784
28868
  "../../node_modules/.store/fs-extra-npm-7.0.1-b33a5e53e9/package/lib/json/index.js"(exports, module) {
28785
28869
  "use strict";
28786
- var u = require_package14().fromCallback;
28870
+ var u = require_package15().fromCallback;
28787
28871
  var jsonFile = require_jsonfile2();
28788
28872
  jsonFile.outputJson = u(require_output_json2());
28789
28873
  jsonFile.outputJsonSync = require_output_json_sync2();
@@ -28906,7 +28990,7 @@ var require_move_sync3 = __commonJS({
28906
28990
  var require_move3 = __commonJS({
28907
28991
  "../../node_modules/.store/fs-extra-npm-7.0.1-b33a5e53e9/package/lib/move/index.js"(exports, module) {
28908
28992
  "use strict";
28909
- var u = require_package14().fromCallback;
28993
+ var u = require_package15().fromCallback;
28910
28994
  var fs2 = require_graceful_fs();
28911
28995
  var path = __require("path");
28912
28996
  var copy = require_copy4().copy;
@@ -28985,7 +29069,7 @@ var require_move3 = __commonJS({
28985
29069
  var require_output2 = __commonJS({
28986
29070
  "../../node_modules/.store/fs-extra-npm-7.0.1-b33a5e53e9/package/lib/output/index.js"(exports, module) {
28987
29071
  "use strict";
28988
- var u = require_package14().fromCallback;
29072
+ var u = require_package15().fromCallback;
28989
29073
  var fs2 = require_graceful_fs();
28990
29074
  var path = __require("path");
28991
29075
  var mkdir = require_mkdirs4();
@@ -30953,7 +31037,7 @@ var require_FileError = __commonJS({
30953
31037
  });
30954
31038
 
30955
31039
  // ../../node_modules/.store/import-lazy-npm-4.0.0-3215653869/package/index.js
30956
- var require_package40 = __commonJS({
31040
+ var require_package41 = __commonJS({
30957
31041
  "../../node_modules/.store/import-lazy-npm-4.0.0-3215653869/package/index.js"(exports, module) {
30958
31042
  "use strict";
30959
31043
  var lazy = /* @__PURE__ */ __name((importedModule, importFn, moduleId) => importedModule === void 0 ? importFn(moduleId) : importedModule, "lazy");
@@ -30997,7 +31081,7 @@ var require_caller = __commonJS({
30997
31081
  });
30998
31082
 
30999
31083
  // ../../node_modules/.store/path-parse-npm-1.0.7-09564527b7/package/index.js
31000
- var require_package41 = __commonJS({
31084
+ var require_package42 = __commonJS({
31001
31085
  "../../node_modules/.store/path-parse-npm-1.0.7-09564527b7/package/index.js"(exports, module) {
31002
31086
  "use strict";
31003
31087
  var isWindows = process.platform === "win32";
@@ -31062,7 +31146,7 @@ var require_package41 = __commonJS({
31062
31146
  var require_node_modules_paths = __commonJS({
31063
31147
  "../../node_modules/.store/resolve-patch-a9574b134c/package/lib/node-modules-paths.js"(exports, module) {
31064
31148
  var path = __require("path");
31065
- var parse = path.parse || require_package41();
31149
+ var parse = path.parse || require_package42();
31066
31150
  var getNodeModulesDirs = /* @__PURE__ */ __name(function getNodeModulesDirs2(absoluteStart, modules) {
31067
31151
  var prefix = "/";
31068
31152
  if (/^([A-Za-z]:)/.test(absoluteStart)) {
@@ -31801,7 +31885,7 @@ var require_sync7 = __commonJS({
31801
31885
  });
31802
31886
 
31803
31887
  // ../../node_modules/.store/resolve-patch-a9574b134c/package/index.js
31804
- var require_package42 = __commonJS({
31888
+ var require_package43 = __commonJS({
31805
31889
  "../../node_modules/.store/resolve-patch-a9574b134c/package/index.js"(exports, module) {
31806
31890
  var async = require_async7();
31807
31891
  async.core = require_core3();
@@ -31845,7 +31929,7 @@ var require_JsonFile = __commonJS({
31845
31929
  Object.defineProperty(exports, "__esModule", { value: true });
31846
31930
  exports.JsonFile = exports.JsonSyntax = void 0;
31847
31931
  var os = __importStar(__require("os"));
31848
- var jju = __importStar(require_package38());
31932
+ var jju = __importStar(require_package39());
31849
31933
  var Text_1 = require_Text();
31850
31934
  var FileSystem_1 = require_FileSystem();
31851
31935
  var JsonSyntax;
@@ -32657,8 +32741,8 @@ var require_Import = __commonJS({
32657
32741
  Object.defineProperty(exports, "__esModule", { value: true });
32658
32742
  exports.Import = void 0;
32659
32743
  var path = __importStar(__require("path"));
32660
- var importLazy = require_package40();
32661
- var Resolve = __importStar(require_package42());
32744
+ var importLazy = require_package41();
32745
+ var Resolve = __importStar(require_package43());
32662
32746
  var nodeModule = __require("module");
32663
32747
  var PackageJsonLookup_1 = require_PackageJsonLookup();
32664
32748
  var FileSystem_1 = require_FileSystem();
@@ -40656,71 +40740,11 @@ var require_stream_duplex = __commonJS({
40656
40740
  }
40657
40741
  });
40658
40742
 
40659
- // ../../node_modules/.store/safe-buffer-npm-5.2.1-3481c8aa9b/package/index.js
40660
- var require_package43 = __commonJS({
40661
- "../../node_modules/.store/safe-buffer-npm-5.2.1-3481c8aa9b/package/index.js"(exports, module) {
40662
- var buffer = __require("buffer");
40663
- var Buffer2 = buffer.Buffer;
40664
- function copyProps(src, dst) {
40665
- for (var key in src) {
40666
- dst[key] = src[key];
40667
- }
40668
- }
40669
- __name(copyProps, "copyProps");
40670
- if (Buffer2.from && Buffer2.alloc && Buffer2.allocUnsafe && Buffer2.allocUnsafeSlow) {
40671
- module.exports = buffer;
40672
- } else {
40673
- copyProps(buffer, exports);
40674
- exports.Buffer = SafeBuffer;
40675
- }
40676
- function SafeBuffer(arg, encodingOrOffset, length) {
40677
- return Buffer2(arg, encodingOrOffset, length);
40678
- }
40679
- __name(SafeBuffer, "SafeBuffer");
40680
- SafeBuffer.prototype = Object.create(Buffer2.prototype);
40681
- copyProps(Buffer2, SafeBuffer);
40682
- SafeBuffer.from = function(arg, encodingOrOffset, length) {
40683
- if (typeof arg === "number") {
40684
- throw new TypeError("Argument must not be a number");
40685
- }
40686
- return Buffer2(arg, encodingOrOffset, length);
40687
- };
40688
- SafeBuffer.alloc = function(size, fill, encoding) {
40689
- if (typeof size !== "number") {
40690
- throw new TypeError("Argument must be a number");
40691
- }
40692
- var buf = Buffer2(size);
40693
- if (fill !== void 0) {
40694
- if (typeof encoding === "string") {
40695
- buf.fill(fill, encoding);
40696
- } else {
40697
- buf.fill(fill);
40698
- }
40699
- } else {
40700
- buf.fill(0);
40701
- }
40702
- return buf;
40703
- };
40704
- SafeBuffer.allocUnsafe = function(size) {
40705
- if (typeof size !== "number") {
40706
- throw new TypeError("Argument must be a number");
40707
- }
40708
- return Buffer2(size);
40709
- };
40710
- SafeBuffer.allocUnsafeSlow = function(size) {
40711
- if (typeof size !== "number") {
40712
- throw new TypeError("Argument must be a number");
40713
- }
40714
- return buffer.SlowBuffer(size);
40715
- };
40716
- }
40717
- });
40718
-
40719
40743
  // ../../node_modules/.store/string_decoder-npm-1.3.0-2422117fd0/package/lib/string_decoder.js
40720
40744
  var require_string_decoder = __commonJS({
40721
40745
  "../../node_modules/.store/string_decoder-npm-1.3.0-2422117fd0/package/lib/string_decoder.js"(exports) {
40722
40746
  "use strict";
40723
- var Buffer2 = require_package43().Buffer;
40747
+ var Buffer2 = require_package2().Buffer;
40724
40748
  var isEncoding = Buffer2.isEncoding || function(encoding) {
40725
40749
  encoding = "" + encoding;
40726
40750
  switch (encoding && encoding.toLowerCase()) {
@@ -44747,7 +44771,7 @@ var require_package55 = __commonJS({
44747
44771
  "use strict";
44748
44772
  var fs2 = __require("fs");
44749
44773
  var arrayUnion = require_package50();
44750
- var merge2 = require_package34();
44774
+ var merge2 = require_package35();
44751
44775
  var fastGlob = require_out4();
44752
44776
  var dirGlob = require_package52();
44753
44777
  var gitignore = require_gitignore();
@@ -44912,7 +44936,7 @@ var require_hashFile = __commonJS({
44912
44936
  var path = __importStar(__require("path"));
44913
44937
  var fs_1 = __require("fs");
44914
44938
  var crypto = __importStar(__require("crypto"));
44915
- var p_limit_1 = __importDefault(require_package10());
44939
+ var p_limit_1 = __importDefault(require_package11());
44916
44940
  var MAX_FILE_OPERATIONS = 5e3;
44917
44941
  try {
44918
44942
  const maxFileOpEnv = process.env["BACKFILL_MAX_FILE_OP"];
@@ -47583,7 +47607,7 @@ export {
47583
47607
  };
47584
47608
  /*! Bundled license information:
47585
47609
 
47586
- .store/git-url-parse-npm-13.1.1-006f638d7d/package/lib/index.js:
47610
+ .store/git-url-parse-npm-16.1.0-52146a559b/package/lib/index.js:
47587
47611
  (*!
47588
47612
  * buildToken
47589
47613
  * Builds OAuth token prefix (helper function)
@@ -47639,7 +47663,4 @@ export {
47639
47663
 
47640
47664
  .store/run-parallel-npm-1.2.0-3f47ff2034/package/index.js:
47641
47665
  (*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
47642
-
47643
- .store/safe-buffer-npm-5.2.1-3481c8aa9b/package/index.js:
47644
- (*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)
47645
47666
  */