@stacksjs/buddy 0.61.24 → 0.62.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.
|
@@ -1165,7 +1165,7 @@ var require_copy = __commonJS((exports, module) => {
|
|
|
1165
1165
|
opts.clobber = "clobber" in opts ? !!opts.clobber : true;
|
|
1166
1166
|
opts.overwrite = "overwrite" in opts ? !!opts.overwrite : opts.clobber;
|
|
1167
1167
|
if (opts.preserveTimestamps && process.arch === "ia32") {
|
|
1168
|
-
process.emitWarning("Using the preserveTimestamps option in 32-bit node is not recommended;\n\n\tsee https://github.com/jprichardson/node-fs-extra/issues/269", "Warning", "fs-extra-WARN0001");
|
|
1168
|
+
process.emitWarning("Using the preserveTimestamps option in 32-bit node is not recommended;\n\n" + "\tsee https://github.com/jprichardson/node-fs-extra/issues/269", "Warning", "fs-extra-WARN0001");
|
|
1169
1169
|
}
|
|
1170
1170
|
const { srcStat, destStat } = await stat.checkPaths(src, dest, "copy", opts);
|
|
1171
1171
|
await stat.checkParentPaths(src, srcStat, dest, "copy");
|
|
@@ -1292,7 +1292,7 @@ var require_copy_sync = __commonJS((exports, module) => {
|
|
|
1292
1292
|
opts.clobber = "clobber" in opts ? !!opts.clobber : true;
|
|
1293
1293
|
opts.overwrite = "overwrite" in opts ? !!opts.overwrite : opts.clobber;
|
|
1294
1294
|
if (opts.preserveTimestamps && process.arch === "ia32") {
|
|
1295
|
-
process.emitWarning("Using the preserveTimestamps option in 32-bit node is not recommended;\n\n\tsee https://github.com/jprichardson/node-fs-extra/issues/269", "Warning", "fs-extra-WARN0002");
|
|
1295
|
+
process.emitWarning("Using the preserveTimestamps option in 32-bit node is not recommended;\n\n" + "\tsee https://github.com/jprichardson/node-fs-extra/issues/269", "Warning", "fs-extra-WARN0002");
|
|
1296
1296
|
}
|
|
1297
1297
|
const { srcStat, destStat } = stat.checkPathsSync(src, dest, "copy", opts);
|
|
1298
1298
|
stat.checkParentPathsSync(src, srcStat, dest, "copy");
|
|
@@ -1002,7 +1002,7 @@ function domains(buddy) {
|
|
|
1002
1002
|
log10.info(`Please note, you may need to validate your email address. Check your ${italic3(options.registrantEmail)} inbox.`);
|
|
1003
1003
|
process10.exit(ExitCode8.Success);
|
|
1004
1004
|
}
|
|
1005
|
-
const { writeEnv } = await import("./chunk-
|
|
1005
|
+
const { writeEnv } = await import("./chunk-d489210ea37079cc.js");
|
|
1006
1006
|
writeEnv("APP_URL", domain);
|
|
1007
1007
|
let message = `Great! ${italic3(domain)} was added to your account.`;
|
|
1008
1008
|
message += `\n\nAnd your APP_URL has been set to ${italic3(domain)}.
|
package/dist/stacks
CHANGED
|
Binary file
|