vlt 0.0.0-0.1730219793883 → 0.0.0-0.1730226262115

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vlt",
3
- "version": "0.0.0-0.1730219793883",
3
+ "version": "0.0.0-0.1730226262115",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "vlt": "vlt.js",
@@ -1,15 +1,15 @@
1
- import {resolve as bundle_path_resolve_5658e5} from "node:path"
2
- import {pathToFileURL as bundle_url_pathToFileURL_5718e2} from "node:url"
3
- import {createRequire as bundle_module_createRequire_ae826b} from "node:module"
1
+ import {resolve as bundle_path_resolve_c6885b} from "node:path"
2
+ import {pathToFileURL as bundle_url_pathToFileURL_544839} from "node:url"
3
+ import {createRequire as bundle_module_createRequire_ced27f} from "node:module"
4
4
  var global = globalThis
5
5
  import process from "node:process"
6
6
  import {Buffer} from "node:buffer"
7
7
  import {setImmediate, clearImmediate} from "node:timers"
8
- var bundle_import_meta_dirname_7977f1 = bundle_path_resolve_5658e5(import.meta.dirname, "..")
9
- var bundle_import_meta_filename_f7e08a = bundle_path_resolve_5658e5(bundle_import_meta_dirname_7977f1, "remove.js")
10
- var bundle_import_meta_url_7d6c76 = bundle_url_pathToFileURL_5718e2(bundle_import_meta_filename_f7e08a).toString()
11
- var bundle_import_meta_resolve_73be00 = (_103a62) => bundle_url_pathToFileURL_5718e2(bundle_path_resolve_5658e5(bundle_import_meta_dirname_7977f1, _103a62))
12
- var require = bundle_module_createRequire_ae826b(bundle_import_meta_filename_f7e08a)
8
+ var bundle_import_meta_dirname_54df68 = bundle_path_resolve_c6885b(import.meta.dirname, "..")
9
+ var bundle_import_meta_filename_8ddcca = bundle_path_resolve_c6885b(bundle_import_meta_dirname_54df68, "remove.js")
10
+ var bundle_import_meta_url_cd73ba = bundle_url_pathToFileURL_544839(bundle_import_meta_filename_8ddcca).toString()
11
+ var bundle_import_meta_resolve_1878e7 = (_3ff983) => bundle_url_pathToFileURL_544839(bundle_path_resolve_c6885b(bundle_import_meta_dirname_54df68, _3ff983))
12
+ var require = bundle_module_createRequire_ced27f(bundle_import_meta_filename_8ddcca)
13
13
  var __create = Object.create;
14
14
  var __defProp = Object.defineProperty;
15
15
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -36,9 +36,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
36
36
  mod
37
37
  ));
38
38
 
39
- // ../../node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js
39
+ // node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js
40
40
  var require_balanced_match = __commonJS({
41
- "../../node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js"(exports, module) {
41
+ "node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match/index.js"(exports, module) {
42
42
  "use strict";
43
43
  module.exports = balanced;
44
44
  function balanced(a, b, str) {
@@ -94,9 +94,9 @@ var require_balanced_match = __commonJS({
94
94
  }
95
95
  });
96
96
 
97
- // ../../node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.js
97
+ // node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.js
98
98
  var require_brace_expansion = __commonJS({
99
- "../../node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.js"(exports, module) {
99
+ "node_modules/.pnpm/brace-expansion@2.0.1/node_modules/brace-expansion/index.js"(exports, module) {
100
100
  var balanced = require_balanced_match();
101
101
  module.exports = expandTop;
102
102
  var escSlash = "\0SLASH" + Math.random() + "\0";
@@ -244,10 +244,10 @@ var require_brace_expansion = __commonJS({
244
244
  }
245
245
  });
246
246
 
247
- // ../../node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/index.js
247
+ // node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/index.js
248
248
  var import_brace_expansion = __toESM(require_brace_expansion(), 1);
249
249
 
250
- // ../../node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/assert-valid-pattern.js
250
+ // node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/assert-valid-pattern.js
251
251
  var MAX_PATTERN_LENGTH = 1024 * 64;
252
252
  var assertValidPattern = (pattern) => {
253
253
  if (typeof pattern !== "string") {
@@ -258,7 +258,7 @@ var assertValidPattern = (pattern) => {
258
258
  }
259
259
  };
260
260
 
261
- // ../../node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/brace-expressions.js
261
+ // node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/brace-expressions.js
262
262
  var posixClasses = {
263
263
  "[:alnum:]": ["\\p{L}\\p{Nl}\\p{Nd}", true],
264
264
  "[:alpha:]": ["\\p{L}\\p{Nl}", true],
@@ -367,12 +367,12 @@ var parseClass = (glob2, position) => {
367
367
  return [comb, uflag, endPos - pos, true];
368
368
  };
369
369
 
370
- // ../../node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/unescape.js
370
+ // node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/unescape.js
371
371
  var unescape = (s, { windowsPathsNoEscape = false } = {}) => {
372
372
  return windowsPathsNoEscape ? s.replace(/\[([^\/\\])\]/g, "$1") : s.replace(/((?!\\).|^)\[([^\/\\])\]/g, "$1$2").replace(/\\([^\/])/g, "$1");
373
373
  };
374
374
 
375
- // ../../node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/ast.js
375
+ // node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/ast.js
376
376
  var types = /* @__PURE__ */ new Set(["!", "?", "+", "*", "@"]);
377
377
  var isExtglobType = (c) => types.has(c);
378
378
  var startNoTraversal = "(?!(?:^|/)\\.\\.?(?:$|/))";
@@ -851,12 +851,12 @@ var AST = class _AST {
851
851
  }
852
852
  };
853
853
 
854
- // ../../node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/escape.js
854
+ // node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/escape.js
855
855
  var escape = (s, { windowsPathsNoEscape = false } = {}) => {
856
856
  return windowsPathsNoEscape ? s.replace(/[?*()[\]]/g, "[$&]") : s.replace(/[?*()[\]\\]/g, "\\$&");
857
857
  };
858
858
 
859
- // ../../node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/index.js
859
+ // node_modules/.pnpm/minimatch@10.0.1/node_modules/minimatch/dist/esm/index.js
860
860
  var minimatch = (p, pattern, options = {}) => {
861
861
  assertValidPattern(pattern);
862
862
  if (!options.nocomment && pattern.charAt(0) === "#") {
@@ -1574,10 +1574,10 @@ minimatch.Minimatch = Minimatch;
1574
1574
  minimatch.escape = escape;
1575
1575
  minimatch.unescape = unescape;
1576
1576
 
1577
- // ../../node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/glob.js
1577
+ // node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/glob.js
1578
1578
  import { fileURLToPath as fileURLToPath2 } from "node:url";
1579
1579
 
1580
- // ../../node_modules/.pnpm/lru-cache@11.0.0/node_modules/lru-cache/dist/esm/index.js
1580
+ // node_modules/.pnpm/lru-cache@11.0.0/node_modules/lru-cache/dist/esm/index.js
1581
1581
  var perf = typeof performance === "object" && performance && typeof performance.now === "function" ? performance : Date;
1582
1582
  var warned = /* @__PURE__ */ new Set();
1583
1583
  var PROCESS = typeof process === "object" && !!process ? process : {};
@@ -2946,14 +2946,14 @@ var LRUCache = class _LRUCache {
2946
2946
  }
2947
2947
  };
2948
2948
 
2949
- // ../../node_modules/.pnpm/path-scurry@2.0.0/node_modules/path-scurry/dist/esm/index.js
2949
+ // node_modules/.pnpm/path-scurry@2.0.0/node_modules/path-scurry/dist/esm/index.js
2950
2950
  import { posix, win32 } from "node:path";
2951
2951
  import { fileURLToPath } from "node:url";
2952
2952
  import { lstatSync, readdir as readdirCB, readdirSync, readlinkSync, realpathSync as rps } from "node:fs";
2953
2953
  import * as actualFS from "node:fs";
2954
2954
  import { lstat, readdir, readlink, realpath } from "node:fs/promises";
2955
2955
 
2956
- // ../../node_modules/.pnpm/minipass@7.1.2/node_modules/minipass/dist/esm/index.js
2956
+ // node_modules/.pnpm/minipass@7.1.2/node_modules/minipass/dist/esm/index.js
2957
2957
  import { EventEmitter } from "node:events";
2958
2958
  import Stream from "node:stream";
2959
2959
  import { StringDecoder } from "node:string_decoder";
@@ -3831,7 +3831,7 @@ var Minipass = class extends EventEmitter {
3831
3831
  }
3832
3832
  };
3833
3833
 
3834
- // ../../node_modules/.pnpm/path-scurry@2.0.0/node_modules/path-scurry/dist/esm/index.js
3834
+ // node_modules/.pnpm/path-scurry@2.0.0/node_modules/path-scurry/dist/esm/index.js
3835
3835
  var realpathSync = rps.native;
3836
3836
  var defaultFS = {
3837
3837
  lstatSync,
@@ -5557,7 +5557,7 @@ var PathScurryDarwin = class extends PathScurryPosix {
5557
5557
  var Path = process.platform === "win32" ? PathWin32 : PathPosix;
5558
5558
  var PathScurry = process.platform === "win32" ? PathScurryWin32 : process.platform === "darwin" ? PathScurryDarwin : PathScurryPosix;
5559
5559
 
5560
- // ../../node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/pattern.js
5560
+ // node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/pattern.js
5561
5561
  var isPatternList = (pl) => pl.length >= 1;
5562
5562
  var isGlobList = (gl) => gl.length >= 1;
5563
5563
  var Pattern = class _Pattern {
@@ -5722,7 +5722,7 @@ var Pattern = class _Pattern {
5722
5722
  }
5723
5723
  };
5724
5724
 
5725
- // ../../node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/ignore.js
5725
+ // node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/ignore.js
5726
5726
  var defaultPlatform2 = typeof process === "object" && process && typeof process.platform === "string" ? process.platform : "linux";
5727
5727
  var Ignore = class {
5728
5728
  relative;
@@ -5809,7 +5809,7 @@ var Ignore = class {
5809
5809
  }
5810
5810
  };
5811
5811
 
5812
- // ../../node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/processor.js
5812
+ // node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/processor.js
5813
5813
  var HasWalkedCache = class _HasWalkedCache {
5814
5814
  store;
5815
5815
  constructor(store = /* @__PURE__ */ new Map()) {
@@ -6030,7 +6030,7 @@ var Processor = class _Processor {
6030
6030
  }
6031
6031
  };
6032
6032
 
6033
- // ../../node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/walker.js
6033
+ // node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/walker.js
6034
6034
  var makeIgnore = (ignore, opts) => typeof ignore === "string" ? new Ignore([ignore], opts) : Array.isArray(ignore) ? new Ignore(ignore, opts) : ignore;
6035
6035
  var GlobUtil = class {
6036
6036
  path;
@@ -6357,7 +6357,7 @@ var GlobStream = class extends GlobUtil {
6357
6357
  }
6358
6358
  };
6359
6359
 
6360
- // ../../node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/glob.js
6360
+ // node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/glob.js
6361
6361
  var defaultPlatform3 = typeof process === "object" && process && typeof process.platform === "string" ? process.platform : "linux";
6362
6362
  var Glob = class {
6363
6363
  absolute;
@@ -6557,7 +6557,7 @@ var Glob = class {
6557
6557
  }
6558
6558
  };
6559
6559
 
6560
- // ../../node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/has-magic.js
6560
+ // node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/has-magic.js
6561
6561
  var hasMagic = (pattern, options = {}) => {
6562
6562
  if (!Array.isArray(pattern)) {
6563
6563
  pattern = [pattern];
@@ -6569,7 +6569,7 @@ var hasMagic = (pattern, options = {}) => {
6569
6569
  return false;
6570
6570
  };
6571
6571
 
6572
- // ../../node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/index.js
6572
+ // node_modules/.pnpm/glob@11.0.0/node_modules/glob/dist/esm/index.js
6573
6573
  function globStreamSync(pattern, options = {}) {
6574
6574
  return new Glob(pattern, options).streamSync();
6575
6575
  }
@@ -6617,7 +6617,7 @@ var glob = Object.assign(glob_, {
6617
6617
  });
6618
6618
  glob.glob = glob;
6619
6619
 
6620
- // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/opt-arg.js
6620
+ // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/opt-arg.js
6621
6621
  var typeOrUndef = (val, t) => typeof val === "undefined" || typeof val === t;
6622
6622
  var isRimrafOptions = (o) => !!o && typeof o === "object" && typeOrUndef(o.preserveRoot, "boolean") && typeOrUndef(o.tmp, "string") && typeOrUndef(o.maxRetries, "number") && typeOrUndef(o.retryDelay, "number") && typeOrUndef(o.backoff, "number") && typeOrUndef(o.maxBackoff, "number") && (typeOrUndef(o.glob, "boolean") || o.glob && typeof o.glob === "object") && typeOrUndef(o.filter, "function");
6623
6623
  var assertRimrafOptions = (o) => {
@@ -6649,14 +6649,14 @@ var optArgT = (opt) => {
6649
6649
  var optArg = (opt = {}) => optArgT(opt);
6650
6650
  var optArgSync = (opt = {}) => optArgT(opt);
6651
6651
 
6652
- // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/path-arg.js
6652
+ // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/path-arg.js
6653
6653
  import { parse, resolve } from "node:path";
6654
6654
  import { inspect } from "node:util";
6655
6655
 
6656
- // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/platform.js
6656
+ // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/platform.js
6657
6657
  var platform_default = process.env.__TESTING_RIMRAF_PLATFORM__ || process.platform;
6658
6658
 
6659
- // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/path-arg.js
6659
+ // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/path-arg.js
6660
6660
  var pathArg = (path2, opt = {}) => {
6661
6661
  const type = typeof path2;
6662
6662
  if (type !== "string") {
@@ -6698,7 +6698,7 @@ var pathArg = (path2, opt = {}) => {
6698
6698
  };
6699
6699
  var path_arg_default = pathArg;
6700
6700
 
6701
- // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/fs.js
6701
+ // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/fs.js
6702
6702
  import fs from "node:fs";
6703
6703
  import { chmodSync, mkdirSync, renameSync, rmdirSync, rmSync, statSync, lstatSync as lstatSync2, unlinkSync } from "node:fs";
6704
6704
  import { readdirSync as rdSync } from "node:fs";
@@ -6724,10 +6724,10 @@ var promises = {
6724
6724
  unlink
6725
6725
  };
6726
6726
 
6727
- // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-posix.js
6727
+ // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-posix.js
6728
6728
  import { parse as parse2, resolve as resolve2 } from "node:path";
6729
6729
 
6730
- // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/readdir-or-error.js
6730
+ // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/readdir-or-error.js
6731
6731
  var { readdir: readdir3 } = promises;
6732
6732
  var readdirOrError = (path2) => readdir3(path2).catch((er) => er);
6733
6733
  var readdirOrErrorSync = (path2) => {
@@ -6738,7 +6738,7 @@ var readdirOrErrorSync = (path2) => {
6738
6738
  }
6739
6739
  };
6740
6740
 
6741
- // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/ignore-enoent.js
6741
+ // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/ignore-enoent.js
6742
6742
  var ignoreENOENT = async (p) => p.catch((er) => {
6743
6743
  if (er.code !== "ENOENT") {
6744
6744
  throw er;
@@ -6754,7 +6754,7 @@ var ignoreENOENTSync = (fn) => {
6754
6754
  }
6755
6755
  };
6756
6756
 
6757
- // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-posix.js
6757
+ // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-posix.js
6758
6758
  var { lstat: lstat3, rmdir: rmdir2, unlink: unlink2 } = promises;
6759
6759
  var rimrafPosix = async (path2, opt) => {
6760
6760
  if (opt?.signal?.aborted) {
@@ -6851,10 +6851,10 @@ var rimrafPosixDirSync = (path2, opt, ent) => {
6851
6851
  return true;
6852
6852
  };
6853
6853
 
6854
- // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-windows.js
6854
+ // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-windows.js
6855
6855
  import { parse as parse5, resolve as resolve5 } from "node:path";
6856
6856
 
6857
- // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/fix-eperm.js
6857
+ // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/fix-eperm.js
6858
6858
  var { chmod: chmod2 } = promises;
6859
6859
  var fixEPERM = (fn) => async (path2) => {
6860
6860
  try {
@@ -6903,7 +6903,7 @@ var fixEPERMSync = (fn) => (path2) => {
6903
6903
  }
6904
6904
  };
6905
6905
 
6906
- // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/retry-busy.js
6906
+ // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/retry-busy.js
6907
6907
  var MAXBACKOFF = 200;
6908
6908
  var RATE = 1.2;
6909
6909
  var MAXRETRIES = 10;
@@ -6960,10 +6960,10 @@ var retryBusySync = (fn) => {
6960
6960
  return method;
6961
6961
  };
6962
6962
 
6963
- // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-move-remove.js
6963
+ // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-move-remove.js
6964
6964
  import { basename, parse as parse4, resolve as resolve4 } from "node:path";
6965
6965
 
6966
- // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/default-tmp.js
6966
+ // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/default-tmp.js
6967
6967
  import { tmpdir } from "node:os";
6968
6968
  import { parse as parse3, resolve as resolve3 } from "node:path";
6969
6969
  var { stat: stat2 } = promises;
@@ -7006,7 +7006,7 @@ var posixDefaultTmpSync = () => tmpdir();
7006
7006
  var defaultTmp = platform_default === "win32" ? win32DefaultTmp : posixDefaultTmp;
7007
7007
  var defaultTmpSync = platform_default === "win32" ? win32DefaultTmpSync : posixDefaultTmpSync;
7008
7008
 
7009
- // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-move-remove.js
7009
+ // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-move-remove.js
7010
7010
  var { lstat: lstat4, rename: rename2, unlink: unlink3, rmdir: rmdir3, chmod: chmod3 } = promises;
7011
7011
  var uniqueFilename = (path2) => `.${basename(path2)}.${Math.random()}`;
7012
7012
  var unlinkFixEPERM = async (path2) => unlink3(path2).catch((er) => {
@@ -7159,7 +7159,7 @@ var tmpUnlinkSync = (path2, tmp, rmSync2) => {
7159
7159
  return rmSync2(tmpFile);
7160
7160
  };
7161
7161
 
7162
- // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-windows.js
7162
+ // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-windows.js
7163
7163
  var { unlink: unlink4, rmdir: rmdir4, lstat: lstat5 } = promises;
7164
7164
  var rimrafWindowsFile = retryBusy(fixEPERM(unlink4));
7165
7165
  var rimrafWindowsFileSync = retryBusySync(fixEPERMSync(unlinkSync));
@@ -7301,11 +7301,11 @@ var rimrafWindowsDirSync = (path2, opt, ent, state = START) => {
7301
7301
  return true;
7302
7302
  };
7303
7303
 
7304
- // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-manual.js
7304
+ // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-manual.js
7305
7305
  var rimrafManual = platform_default === "win32" ? rimrafWindows : rimrafPosix;
7306
7306
  var rimrafManualSync = platform_default === "win32" ? rimrafWindowsSync : rimrafPosixSync;
7307
7307
 
7308
- // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-native.js
7308
+ // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/rimraf-native.js
7309
7309
  var { rm: rm2 } = promises;
7310
7310
  var rimrafNative = async (path2, opt) => {
7311
7311
  await rm2(path2, {
@@ -7324,7 +7324,7 @@ var rimrafNativeSync = (path2, opt) => {
7324
7324
  return true;
7325
7325
  };
7326
7326
 
7327
- // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/use-native.js
7327
+ // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/use-native.js
7328
7328
  var version = process.env.__TESTING_RIMRAF_NODE_VERSION__ || process.version;
7329
7329
  var versArr = version.replace(/^v/, "").split(".");
7330
7330
  var [major = 0, minor = 0] = versArr.map((v) => parseInt(v, 10));
@@ -7332,7 +7332,7 @@ var hasNative = major > 14 || major === 14 && minor >= 14;
7332
7332
  var useNative = !hasNative || platform_default === "win32" ? () => false : (opt) => !opt?.signal && !opt?.filter;
7333
7333
  var useNativeSync = !hasNative || platform_default === "win32" ? () => false : (opt) => !opt?.signal && !opt?.filter;
7334
7334
 
7335
- // ../../node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/index.js
7335
+ // node_modules/.pnpm/rimraf@6.0.1/node_modules/rimraf/dist/esm/index.js
7336
7336
  var wrap = (fn) => async (path2, opt) => {
7337
7337
  const options = optArg(opt);
7338
7338
  if (options.glob) {
@@ -7386,8 +7386,8 @@ var rimraf = Object.assign(rimraf_, {
7386
7386
  });
7387
7387
  rimraf.rimraf = rimraf;
7388
7388
 
7389
- // ../../src/rollback-remove/dist/esm/remove.js
7390
- var __CODE_SPLIT_SCRIPT_NAME = bundle_import_meta_filename_f7e08a.replace(/\.ts$/, ".js");
7389
+ // src/rollback-remove/dist/esm/remove.js
7390
+ var __CODE_SPLIT_SCRIPT_NAME = bundle_import_meta_filename_8ddcca.replace(/\.ts$/, ".js");
7391
7391
  var main = () => {
7392
7392
  const input = [];
7393
7393
  process.stdin.on("data", (c) => input.push(c));
@@ -7397,7 +7397,7 @@ var main = () => {
7397
7397
  void rimraf(paths);
7398
7398
  });
7399
7399
  };
7400
- if (process.argv[1] === bundle_import_meta_filename_f7e08a) {
7400
+ if (process.argv[1] === bundle_import_meta_filename_8ddcca) {
7401
7401
  main();
7402
7402
  }
7403
7403
  export {