binary-collections 2.0.10 → 2.0.11

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 (165) hide show
  1. package/.puppeterrc.cjs +25 -0
  2. package/binaries/binary-executor.cjs +138 -3
  3. package/binaries/clean-nodemodule.cjs +138 -3
  4. package/binaries/clean-nodemodules.cjs +138 -3
  5. package/binaries/dev.cjs +138 -3
  6. package/binaries/empty.cjs +138 -3
  7. package/binaries/git-reduce-size.cjs +138 -3
  8. package/binaries/javakill.cjs +138 -3
  9. package/binaries/kill-night-crows.bat +7 -0
  10. package/binaries/kill-night-crows.ps1 +172 -0
  11. package/binaries/kill-process.cjs +138 -3
  12. package/binaries/nodekill.cjs +138 -3
  13. package/binaries/prod.cjs +138 -3
  14. package/binaries/py +111 -0
  15. package/binaries/py.cjs +178 -0
  16. package/binaries/py.cmd +49 -0
  17. package/binaries/rmfind.cjs +138 -3
  18. package/binaries/rmx.cjs +138 -3
  19. package/binaries/submodule-token.cjs +138 -3
  20. package/binaries/test-cjs +10 -0
  21. package/binaries/test-cjs.cjs +178 -0
  22. package/binaries/test-cjs.cmd +11 -0
  23. package/binaries/yarn-clean +32 -0
  24. package/binaries/yarn-clean.cjs +178 -0
  25. package/binaries/yarn-clean.cmd +30 -0
  26. package/binaries/yarn-clean.py +148 -0
  27. package/lib/binary-collections-config.cjs +1 -1
  28. package/lib/binary-collections-config.mjs +1 -1
  29. package/lib/binary-collections.cjs +167 -106
  30. package/lib/binary-collections.mjs +108 -94
  31. package/lib/changelog.cjs +61 -13
  32. package/lib/changelog.mjs +1 -1
  33. package/lib/{chunk-AI4CVPJ7.mjs → chunk-2CBJCW7E.mjs} +4 -4
  34. package/lib/chunk-34IQDTLZ.mjs +27 -0
  35. package/lib/chunk-3HFFECCI.mjs +27 -0
  36. package/lib/{chunk-SBNDSKG5.mjs → chunk-4UHL4WVN.mjs} +1 -1
  37. package/lib/chunk-7XTEJHOE.mjs +193 -0
  38. package/lib/chunk-AJDD5DZM.mjs +109 -0
  39. package/lib/chunk-BZWVHODJ.mjs +62 -0
  40. package/lib/{chunk-BEZKJ25G.mjs → chunk-FCDQGYBF.mjs} +5 -9
  41. package/lib/chunk-GEYA2USY.mjs +207 -0
  42. package/lib/chunk-ID2WBTE2.mjs +80 -0
  43. package/lib/chunk-JXFOHKDM.mjs +239 -0
  44. package/lib/{chunk-DI5MDPSN.mjs → chunk-N436BNBK.mjs} +192 -64
  45. package/lib/chunk-NCXAP7AA.mjs +31 -0
  46. package/lib/chunk-PDN26I7O.mjs +188 -0
  47. package/lib/{chunk-E6FDDAOO.mjs → chunk-RWLXRTYP.mjs} +1 -1
  48. package/lib/{chunk-BDCHCWHD.mjs → chunk-TOIVAQF7.mjs} +4 -4
  49. package/lib/chunk-V5SKYJUB.mjs +136 -0
  50. package/lib/{chunk-HMRMTYZM.mjs → chunk-WSRETQCA.mjs} +21 -2
  51. package/lib/chunk-XA3SNBPA.mjs +184 -0
  52. package/lib/chunk-YYLIQQKF.mjs +31 -0
  53. package/lib/{chunk-V3N3JEUF.mjs → chunk-Z6JLYU2J.mjs} +60 -13
  54. package/lib/{chunk-O6SWBEOQ.mjs → chunk-ZDMWBSYF.mjs} +2 -2
  55. package/lib/clean-github-actions-caches.cjs +63 -15
  56. package/lib/clean-github-actions-caches.mjs +3 -3
  57. package/lib/del-gradle.cjs +61 -13
  58. package/lib/del-gradle.js +1 -0
  59. package/lib/del-gradle.mjs +1 -1
  60. package/lib/del-node-modules.cjs +143 -148
  61. package/lib/del-node-modules.js +210 -14
  62. package/lib/del-node-modules.mjs +148 -17
  63. package/lib/del-ps.cjs +61 -13
  64. package/lib/del-ps.js +1 -0
  65. package/lib/del-ps.mjs +1 -1
  66. package/lib/del-yarn-caches.cjs +61 -13
  67. package/lib/del-yarn-caches.mjs +1 -1
  68. package/lib/find-node-modules-cli.js +1 -0
  69. package/lib/free-chatgpt.cjs +253 -47
  70. package/lib/free-chatgpt.mjs +2 -2
  71. package/lib/git/gitattributes.cjs +1 -0
  72. package/lib/git/gitattributes.d.cts +7 -2
  73. package/lib/git/gitattributes.mjs +1 -1
  74. package/lib/git/line-endings.cjs +2 -1
  75. package/lib/git/line-endings.mjs +2 -2
  76. package/lib/git/undo-commit-cli.cjs +110 -0
  77. package/lib/git/undo-commit-cli.d.ts +1 -0
  78. package/lib/git/undo-commit-cli.js +4 -0
  79. package/lib/git/undo-commit-cli.mjs +14 -0
  80. package/lib/git/undo-commit.cjs +81 -0
  81. package/lib/git/undo-commit.d.cts +1 -0
  82. package/lib/git/undo-commit.mjs +7 -0
  83. package/lib/git/undo-staged-cli.cjs +110 -0
  84. package/lib/git/undo-staged-cli.d.ts +1 -0
  85. package/lib/git/undo-staged-cli.js +4 -0
  86. package/lib/git/undo-staged-cli.mjs +14 -0
  87. package/lib/git/undo-staged.cjs +81 -0
  88. package/lib/git/undo-staged.d.cts +1 -0
  89. package/lib/git/undo-staged.mjs +7 -0
  90. package/lib/git/user-config.cjs +61 -14
  91. package/lib/git/user-config.mjs +2 -2
  92. package/lib/git-diff-cli.cjs +255 -49
  93. package/lib/git-diff-cli.d.ts +1 -0
  94. package/lib/git-diff-cli.js +1 -0
  95. package/lib/git-diff-cli.mjs +5 -4
  96. package/lib/git-diff.cjs +254 -49
  97. package/lib/git-diff.mjs +4 -4
  98. package/lib/git-fix.cjs +64 -16
  99. package/lib/git-fix.mjs +10 -10
  100. package/lib/git-purge.cjs +61 -13
  101. package/lib/git-purge.mjs +1 -1
  102. package/lib/kill-night-crows.cjs +87 -0
  103. package/lib/kill-night-crows.d.mts +1 -0
  104. package/lib/kill-night-crows.mjs +65 -0
  105. package/lib/npm-run-series.cjs +60 -13
  106. package/lib/npm-run-series.mjs +1 -1
  107. package/lib/package-resolutions-updater-cli.cjs +560 -0
  108. package/lib/package-resolutions-updater-cli.d.mts +1 -0
  109. package/lib/package-resolutions-updater-cli.mjs +124 -0
  110. package/lib/package-resolutions-updater.cjs +174 -154
  111. package/lib/package-resolutions-updater.d.mts +32 -1
  112. package/lib/package-resolutions-updater.mjs +16 -294
  113. package/lib/php-cs-fixer-staged.cjs +105 -0
  114. package/lib/php-cs-fixer-staged.d.cts +2 -0
  115. package/lib/php-cs-fixer-staged.mjs +117 -0
  116. package/lib/print-directory-tree.cjs +62 -14
  117. package/lib/print-directory-tree.mjs +2 -2
  118. package/lib/ps/connected-domain.d.ts +1 -1
  119. package/lib/ps/index.js +1 -0
  120. package/lib/remove-module.cjs +61 -13
  121. package/lib/remove-module.mjs +1 -1
  122. package/lib/rmpath.cjs +63 -15
  123. package/lib/rmpath.mjs +2 -2
  124. package/lib/submodule-install.cjs +62 -15
  125. package/lib/submodule-install.mjs +3 -3
  126. package/lib/submodule-remove-cli.cjs +5 -1
  127. package/lib/submodule-remove-cli.mjs +1 -1
  128. package/lib/submodule-remove.cjs +4 -1
  129. package/lib/submodule-remove.mjs +1 -1
  130. package/lib/utils/chatgpt.cjs +192 -34
  131. package/lib/utils/chatgpt.js +210 -43
  132. package/lib/utils/chatgpt.mjs +1 -1
  133. package/lib/utils/findEnvFiles.cjs +107 -0
  134. package/lib/utils/findEnvFiles.d.ts +8 -0
  135. package/lib/utils/findEnvFiles.js +121 -0
  136. package/lib/utils/findEnvFiles.mjs +8 -0
  137. package/lib/utils/findWorkspaceRoot.cjs +70 -0
  138. package/lib/utils/findWorkspaceRoot.d.ts +9 -0
  139. package/lib/utils/findWorkspaceRoot.js +57 -0
  140. package/lib/utils/findWorkspaceRoot.mjs +40 -0
  141. package/lib/utils/index.cjs +60 -13
  142. package/lib/utils/index.mjs +1 -1
  143. package/lib/utils/isGithubTokenValid.cjs +64 -0
  144. package/lib/utils/isGithubTokenValid.d.ts +7 -0
  145. package/lib/utils/isGithubTokenValid.js +48 -0
  146. package/lib/utils/isGithubTokenValid.mjs +36 -0
  147. package/lib/yarn-reinstall.cjs +61 -13
  148. package/lib/yarn-reinstall.mjs +1 -1
  149. package/package.json +107 -93
  150. package/readme.md +33 -34
  151. package/releases/readme.md +1 -1
  152. package/requirements.txt +1 -0
  153. package/lib/chunk-4EWQC6GZ.mjs +0 -382
  154. package/lib/chunk-4ZI7BQKQ.mjs +0 -381
  155. package/lib/chunk-5J2BEPY5.mjs +0 -83
  156. package/lib/chunk-AGZYRDC2.mjs +0 -323
  157. package/lib/chunk-HN52G2YL.mjs +0 -305
  158. package/lib/chunk-HO6GHCOB.mjs +0 -385
  159. package/lib/chunk-LEM5OMRP.mjs +0 -384
  160. package/lib/chunk-RCP7DHVY.mjs +0 -190
  161. package/lib/chunk-U6SO4QEV.mjs +0 -320
  162. package/lib/chunk-XD6BJK6Q.mjs +0 -351
  163. package/lib/chunk-YXSFGA2D.mjs +0 -383
  164. package/lib/git/gitattributes.d.ts +0 -33
  165. package/lib/git/gitattributes.js +0 -223
@@ -0,0 +1,81 @@
1
+ #!/usr/bin/env node
2
+ var __getOwnPropNames = Object.getOwnPropertyNames;
3
+ var __esm = (fn, res) => function __init() {
4
+ return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
5
+ };
6
+ var __commonJS = (cb, mod) => function __require() {
7
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
8
+ };
9
+
10
+ // node_modules/tsup/assets/cjs_shims.js
11
+ var init_cjs_shims = __esm({
12
+ "node_modules/tsup/assets/cjs_shims.js"() {
13
+ }
14
+ });
15
+
16
+ // src/git/utils.cjs
17
+ var require_utils = __commonJS({
18
+ "src/git/utils.cjs"(exports2, module2) {
19
+ init_cjs_shims();
20
+ var { execSync, spawnSync } = require("child_process");
21
+ function runGitCommand2(args, description) {
22
+ try {
23
+ console.log(`[i] ${description}`);
24
+ const result = spawnSync("git", args, { encoding: "utf-8" });
25
+ if (result.status !== 0) {
26
+ console.error(`[\u2717] Failed: ${description}`);
27
+ console.error(`Error: ${result.stderr || result.stdout}`);
28
+ return false;
29
+ }
30
+ console.log(`[\u2713] ${description}`);
31
+ return true;
32
+ } catch (error) {
33
+ console.error(`[\u2717] Failed: ${description}`);
34
+ console.error(`Error: ${error.message}`);
35
+ return false;
36
+ }
37
+ }
38
+ function isGitRepository(cwd) {
39
+ const dir = typeof cwd === "string" ? cwd : process.cwd();
40
+ try {
41
+ execSync("git rev-parse --git-dir", { stdio: "pipe", cwd: dir });
42
+ return true;
43
+ } catch {
44
+ return false;
45
+ }
46
+ }
47
+ function runGitCommandOutput(args, description) {
48
+ try {
49
+ console.log(`[i] ${description}`);
50
+ const result = spawnSync("git", args, { encoding: "utf-8" });
51
+ if (result.status !== 0) {
52
+ console.error(`[\u2717] Failed: ${description}`);
53
+ console.error(`Error: ${result.stderr || result.stdout}`);
54
+ return null;
55
+ }
56
+ console.log(`[\u2713] ${description}`);
57
+ return result.stdout.trim();
58
+ } catch (error) {
59
+ console.error(`[\u2717] Failed: ${description}`);
60
+ console.error(`Error: ${error.message}`);
61
+ return null;
62
+ }
63
+ }
64
+ module2.exports = {
65
+ runGitCommand: runGitCommand2,
66
+ runGitCommandOutput,
67
+ isGitRepository
68
+ };
69
+ }
70
+ });
71
+
72
+ // src/git/undo-commit.cjs
73
+ init_cjs_shims();
74
+ var { runGitCommand } = require_utils();
75
+ function undoLastCommit() {
76
+ console.log("\n=== Undoing Last Commit ===");
77
+ runGitCommand(["reset", "--soft", "HEAD~1"], "Undo last commit while keeping changes staged");
78
+ }
79
+ module.exports = {
80
+ undoLastCommit
81
+ };
@@ -0,0 +1 @@
1
+ export function undoLastCommit(): void;
@@ -0,0 +1,7 @@
1
+ import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
+ import {
3
+ require_undo_commit
4
+ } from "../chunk-34IQDTLZ.mjs";
5
+ import "../chunk-A3VUZEJK.mjs";
6
+ import "../chunk-QQ4A6DLD.mjs";
7
+ export default require_undo_commit();
@@ -0,0 +1,110 @@
1
+ var __create = Object.create;
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __esm = (fn, res) => function __init() {
8
+ return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
9
+ };
10
+ var __commonJS = (cb, mod) => function __require() {
11
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
12
+ };
13
+ var __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from === "object" || typeof from === "function") {
15
+ for (let key of __getOwnPropNames(from))
16
+ if (!__hasOwnProp.call(to, key) && key !== except)
17
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
18
+ }
19
+ return to;
20
+ };
21
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
22
+ // If the importer is in node compatibility mode or this is not an ESM
23
+ // file that has been converted to a CommonJS file using a Babel-
24
+ // compatible transform (i.e. "__esModule" has not been set), then set
25
+ // "default" to the CommonJS "module.exports" for node compatibility.
26
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
27
+ mod
28
+ ));
29
+
30
+ // node_modules/tsup/assets/cjs_shims.js
31
+ var init_cjs_shims = __esm({
32
+ "node_modules/tsup/assets/cjs_shims.js"() {
33
+ }
34
+ });
35
+
36
+ // src/git/utils.cjs
37
+ var require_utils = __commonJS({
38
+ "src/git/utils.cjs"(exports2, module2) {
39
+ init_cjs_shims();
40
+ var { execSync, spawnSync } = require("child_process");
41
+ function runGitCommand(args, description) {
42
+ try {
43
+ console.log(`[i] ${description}`);
44
+ const result = spawnSync("git", args, { encoding: "utf-8" });
45
+ if (result.status !== 0) {
46
+ console.error(`[\u2717] Failed: ${description}`);
47
+ console.error(`Error: ${result.stderr || result.stdout}`);
48
+ return false;
49
+ }
50
+ console.log(`[\u2713] ${description}`);
51
+ return true;
52
+ } catch (error) {
53
+ console.error(`[\u2717] Failed: ${description}`);
54
+ console.error(`Error: ${error.message}`);
55
+ return false;
56
+ }
57
+ }
58
+ function isGitRepository(cwd) {
59
+ const dir = typeof cwd === "string" ? cwd : process.cwd();
60
+ try {
61
+ execSync("git rev-parse --git-dir", { stdio: "pipe", cwd: dir });
62
+ return true;
63
+ } catch {
64
+ return false;
65
+ }
66
+ }
67
+ function runGitCommandOutput(args, description) {
68
+ try {
69
+ console.log(`[i] ${description}`);
70
+ const result = spawnSync("git", args, { encoding: "utf-8" });
71
+ if (result.status !== 0) {
72
+ console.error(`[\u2717] Failed: ${description}`);
73
+ console.error(`Error: ${result.stderr || result.stdout}`);
74
+ return null;
75
+ }
76
+ console.log(`[\u2713] ${description}`);
77
+ return result.stdout.trim();
78
+ } catch (error) {
79
+ console.error(`[\u2717] Failed: ${description}`);
80
+ console.error(`Error: ${error.message}`);
81
+ return null;
82
+ }
83
+ }
84
+ module2.exports = {
85
+ runGitCommand,
86
+ runGitCommandOutput,
87
+ isGitRepository
88
+ };
89
+ }
90
+ });
91
+
92
+ // src/git/undo-staged.cjs
93
+ var require_undo_staged = __commonJS({
94
+ "src/git/undo-staged.cjs"(exports2, module2) {
95
+ init_cjs_shims();
96
+ var { runGitCommand } = require_utils();
97
+ function undoStagedChanges2() {
98
+ console.log("\n=== Undoing Staged Changes ===");
99
+ runGitCommand(["reset", "HEAD", "."], "Undo staged changes");
100
+ }
101
+ module2.exports = {
102
+ undoStagedChanges: undoStagedChanges2
103
+ };
104
+ }
105
+ });
106
+
107
+ // src/git/undo-staged-cli.js
108
+ init_cjs_shims();
109
+ var import_undo_staged = __toESM(require_undo_staged(), 1);
110
+ (0, import_undo_staged.undoStagedChanges)();
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const undo_staged_cjs_1 = require("./undo-staged.cjs");
4
+ (0, undo_staged_cjs_1.undoStagedChanges)();
@@ -0,0 +1,14 @@
1
+ import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
+ import {
3
+ require_undo_staged
4
+ } from "../chunk-3HFFECCI.mjs";
5
+ import "../chunk-A3VUZEJK.mjs";
6
+ import {
7
+ __toESM,
8
+ init_esm_shims
9
+ } from "../chunk-QQ4A6DLD.mjs";
10
+
11
+ // src/git/undo-staged-cli.js
12
+ init_esm_shims();
13
+ var import_undo_staged = __toESM(require_undo_staged(), 1);
14
+ (0, import_undo_staged.undoStagedChanges)();
@@ -0,0 +1,81 @@
1
+ #!/usr/bin/env node
2
+ var __getOwnPropNames = Object.getOwnPropertyNames;
3
+ var __esm = (fn, res) => function __init() {
4
+ return fn && (res = (0, fn[__getOwnPropNames(fn)[0]])(fn = 0)), res;
5
+ };
6
+ var __commonJS = (cb, mod) => function __require() {
7
+ return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
8
+ };
9
+
10
+ // node_modules/tsup/assets/cjs_shims.js
11
+ var init_cjs_shims = __esm({
12
+ "node_modules/tsup/assets/cjs_shims.js"() {
13
+ }
14
+ });
15
+
16
+ // src/git/utils.cjs
17
+ var require_utils = __commonJS({
18
+ "src/git/utils.cjs"(exports2, module2) {
19
+ init_cjs_shims();
20
+ var { execSync, spawnSync } = require("child_process");
21
+ function runGitCommand2(args, description) {
22
+ try {
23
+ console.log(`[i] ${description}`);
24
+ const result = spawnSync("git", args, { encoding: "utf-8" });
25
+ if (result.status !== 0) {
26
+ console.error(`[\u2717] Failed: ${description}`);
27
+ console.error(`Error: ${result.stderr || result.stdout}`);
28
+ return false;
29
+ }
30
+ console.log(`[\u2713] ${description}`);
31
+ return true;
32
+ } catch (error) {
33
+ console.error(`[\u2717] Failed: ${description}`);
34
+ console.error(`Error: ${error.message}`);
35
+ return false;
36
+ }
37
+ }
38
+ function isGitRepository(cwd) {
39
+ const dir = typeof cwd === "string" ? cwd : process.cwd();
40
+ try {
41
+ execSync("git rev-parse --git-dir", { stdio: "pipe", cwd: dir });
42
+ return true;
43
+ } catch {
44
+ return false;
45
+ }
46
+ }
47
+ function runGitCommandOutput(args, description) {
48
+ try {
49
+ console.log(`[i] ${description}`);
50
+ const result = spawnSync("git", args, { encoding: "utf-8" });
51
+ if (result.status !== 0) {
52
+ console.error(`[\u2717] Failed: ${description}`);
53
+ console.error(`Error: ${result.stderr || result.stdout}`);
54
+ return null;
55
+ }
56
+ console.log(`[\u2713] ${description}`);
57
+ return result.stdout.trim();
58
+ } catch (error) {
59
+ console.error(`[\u2717] Failed: ${description}`);
60
+ console.error(`Error: ${error.message}`);
61
+ return null;
62
+ }
63
+ }
64
+ module2.exports = {
65
+ runGitCommand: runGitCommand2,
66
+ runGitCommandOutput,
67
+ isGitRepository
68
+ };
69
+ }
70
+ });
71
+
72
+ // src/git/undo-staged.cjs
73
+ init_cjs_shims();
74
+ var { runGitCommand } = require_utils();
75
+ function undoStagedChanges() {
76
+ console.log("\n=== Undoing Staged Changes ===");
77
+ runGitCommand(["reset", "HEAD", "."], "Undo staged changes");
78
+ }
79
+ module.exports = {
80
+ undoStagedChanges
81
+ };
@@ -0,0 +1 @@
1
+ export function undoStagedChanges(): void;
@@ -0,0 +1,7 @@
1
+ import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
+ import {
3
+ require_undo_staged
4
+ } from "../chunk-3HFFECCI.mjs";
5
+ import "../chunk-A3VUZEJK.mjs";
6
+ import "../chunk-QQ4A6DLD.mjs";
7
+ export default require_undo_staged();
@@ -123,31 +123,78 @@ var require_utils2 = __commonJS({
123
123
  }
124
124
  module2.exports.getArgs = getArgs2;
125
125
  function del(fullPath) {
126
- if (fs.statSync(fullPath).isDirectory()) {
127
- const subdir = fs.readdirSync(fullPath).map((dirPath) => path.resolve(fullPath, dirPath));
128
- for (let i = 0; i < subdir.length; i++) {
129
- del(subdir[i]);
126
+ try {
127
+ if (!fs.existsSync(fullPath)) return;
128
+ const stat = fs.lstatSync(fullPath);
129
+ if (stat.isSymbolicLink()) {
130
+ try {
131
+ fs.unlinkSync(fullPath);
132
+ console.log("deleted symlink", fullPath);
133
+ } catch (e) {
134
+ console.log("failed delete symlink", fullPath, e && e.message);
135
+ }
136
+ return;
137
+ }
138
+ if (stat.isDirectory()) {
139
+ const subdir = fs.readdirSync(fullPath).map((dirPath) => path.resolve(fullPath, dirPath));
140
+ for (let i = 0; i < subdir.length; i++) {
141
+ del(subdir[i]);
142
+ }
143
+ try {
144
+ fs.rmdirSync(fullPath);
145
+ console.log("deleted", fullPath);
146
+ } catch (e) {
147
+ try {
148
+ fs.rmSync(fullPath, { recursive: true, force: true, retryDelay: 7e3 });
149
+ console.log("deleted", fullPath);
150
+ } catch (ee) {
151
+ console.log("failed delete", fullPath, ee && ee.message);
152
+ }
153
+ }
154
+ return;
130
155
  }
131
- } else {
132
156
  try {
133
- fs.rmSync(fullPath, { recursive: true, force: true, retryDelay: 7e3 });
157
+ fs.unlinkSync(fullPath);
134
158
  console.log("deleted", fullPath);
135
- } catch (_) {
136
- console.log("failed delete", fullPath);
159
+ } catch (e) {
160
+ try {
161
+ fs.rmSync(fullPath, { recursive: true, force: true, retryDelay: 7e3 });
162
+ console.log("deleted", fullPath);
163
+ } catch (ee) {
164
+ console.log("failed delete", fullPath, ee && ee.message);
165
+ }
137
166
  }
167
+ } catch (err) {
168
+ console.log("failed delete", fullPath, err && err.message);
138
169
  }
139
170
  }
140
171
  module2.exports.del = del;
141
172
  function delStream(globStream) {
142
173
  globStream.stream().on("data", (result) => {
143
174
  const fullPath = path.resolve(process.cwd(), result);
144
- if (fs.statSync(fullPath).isDirectory()) {
145
- const subdir = fs.readdirSync(fullPath).map((dirPath) => path.resolve(fullPath, dirPath));
146
- for (let i = 0; i < subdir.length; i++) {
147
- del(subdir[i]);
175
+ try {
176
+ if (fs.existsSync(fullPath)) {
177
+ const stat = fs.lstatSync(fullPath);
178
+ if (stat.isSymbolicLink()) {
179
+ try {
180
+ fs.unlinkSync(fullPath);
181
+ console.log("deleted symlink", fullPath);
182
+ } catch (e) {
183
+ console.log("failed delete symlink", fullPath, e && e.message);
184
+ }
185
+ return;
186
+ }
187
+ if (stat.isDirectory()) {
188
+ const subdir = fs.readdirSync(fullPath).map((dirPath) => path.resolve(fullPath, dirPath));
189
+ for (let i = 0; i < subdir.length; i++) {
190
+ del(subdir[i]);
191
+ }
192
+ }
148
193
  }
194
+ del(fullPath);
195
+ } catch (err) {
196
+ console.log("failed processing", fullPath, err && err.message);
149
197
  }
150
- del(fullPath);
151
198
  });
152
199
  }
153
200
  module2.exports.delStream = delStream;
@@ -198,7 +245,7 @@ init_cjs_shims();
198
245
  var gch = require("git-command-helper");
199
246
  var { runGitCommand, runGitCommandOutput } = require_utils();
200
247
  var { getArgs } = require_utils2();
201
- require("dotenv").config({ path: require("path").join(process.cwd(), ".env") });
248
+ require("dotenv").config({ path: require("path").join(process.cwd(), ".env"), quiet: true });
202
249
  function configureGitUser(cliUser = null, cliEmail = null, options = {}) {
203
250
  console.log("\n=== Configuring Git User ===");
204
251
  let username, email;
@@ -1,8 +1,8 @@
1
1
  import { createRequire } from 'module'; const require = createRequire(import.meta.url);
2
2
  import {
3
3
  require_user_config
4
- } from "../chunk-E6FDDAOO.mjs";
4
+ } from "../chunk-AJDD5DZM.mjs";
5
5
  import "../chunk-A3VUZEJK.mjs";
6
- import "../chunk-V3N3JEUF.mjs";
6
+ import "../chunk-Z6JLYU2J.mjs";
7
7
  import "../chunk-QQ4A6DLD.mjs";
8
8
  export default require_user_config();