@adbayb/stack 2.39.0-next-2cef946 → 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("npx corepack enable");
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-2cef946";
430
+ var version = "2.39.0-next-b0fcf5b";
431
431
 
432
432
  //#endregion
433
433
  //#region src/commands/create.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "2.39.0-next-2cef946",
3
+ "version": "2.39.0-next-b0fcf5b",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "keywords": [
6
6
  "stack",
@@ -16,4 +16,5 @@ publicHoistPattern:
16
16
  - "*turbo*"
17
17
  - "*typescript*"
18
18
  - "*types*"
19
+ saveExact: true
19
20
  verifyDepsBeforeRun: "warn"
@@ -15,4 +15,5 @@ publicHoistPattern:
15
15
  - "*turbo*"
16
16
  - "*typescript*"
17
17
  - "*types*"
18
+ saveExact: true
18
19
  verifyDepsBeforeRun: "warn"