@swmansion/argent 0.10.0 → 0.11.0

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.
@@ -14786,6 +14786,15 @@ import { mkdir as mkdir2, writeFile as writeFile2, readFile as readFile2, unlink
14786
14786
  var LINK_DIR = path4.join(homedir4(), ".argent");
14787
14787
  var LINK_FILE = path4.join(LINK_DIR, "link.json");
14788
14788
 
14789
+ // ../argent-tools-client/src/artifacts.ts
14790
+ import { mkdir as mkdir3, readFile as readFile3, rm, stat, writeFile as writeFile3 } from "node:fs/promises";
14791
+ import { tmpdir } from "node:os";
14792
+ import { basename, join as join5 } from "node:path";
14793
+ import { createHash } from "node:crypto";
14794
+ import { execFile } from "node:child_process";
14795
+ import { promisify } from "node:util";
14796
+ var execFileAsync = promisify(execFile);
14797
+
14789
14798
  // ../argent-installer/src/update.ts
14790
14799
  function getRequestedVersion(args) {
14791
14800
  for (let i = 0; i < args.length; i += 1) {