@vocoder/cli 0.12.1 → 0.12.2
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.
|
@@ -44408,7 +44408,7 @@ import { mkdirSync, readFileSync as readFileSync2, unlinkSync, writeFileSync } f
|
|
|
44408
44408
|
import { homedir } from "os";
|
|
44409
44409
|
import { dirname, join as join2 } from "path";
|
|
44410
44410
|
function getAuthFilePath() {
|
|
44411
|
-
return join2(homedir(), ".
|
|
44411
|
+
return join2(homedir(), ".vocoder", "auth.json");
|
|
44412
44412
|
}
|
|
44413
44413
|
function readAuthData() {
|
|
44414
44414
|
const filePath = getAuthFilePath();
|
|
@@ -51500,4 +51500,4 @@ export {
|
|
|
51500
51500
|
loadVocoderConfig,
|
|
51501
51501
|
StringExtractor
|
|
51502
51502
|
};
|
|
51503
|
-
//# sourceMappingURL=chunk-
|
|
51503
|
+
//# sourceMappingURL=chunk-2Q3JPWWV.mjs.map
|