@adbayb/stack 2.39.0-next-84d6a79 → 2.39.0-next-b0fcf5b
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/dist/index.js
CHANGED
|
@@ -89,7 +89,7 @@ const setPackageManager = async () => {
|
|
|
89
89
|
* Corepack is downloaded remotely to get always up-to-date npm registry fingerprints since they're hardcoded.
|
|
90
90
|
* @see {@link https://github.com/nodejs/corepack/issues/613}
|
|
91
91
|
*/
|
|
92
|
-
return helpers.exec("
|
|
92
|
+
return helpers.exec("pnx corepack enable");
|
|
93
93
|
};
|
|
94
94
|
const request = { async get(url, responseType) {
|
|
95
95
|
const response = await fetch(url);
|
|
@@ -427,7 +427,7 @@ const PRESERVE_FILES = ["node_modules"];
|
|
|
427
427
|
|
|
428
428
|
//#endregion
|
|
429
429
|
//#region package.json
|
|
430
|
-
var version = "2.39.0-next-
|
|
430
|
+
var version = "2.39.0-next-b0fcf5b";
|
|
431
431
|
|
|
432
432
|
//#endregion
|
|
433
433
|
//#region src/commands/create.ts
|
package/package.json
CHANGED