@adbayb/stack 2.17.0 → 2.17.1

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.
Files changed (2) hide show
  1. package/dist/index.js +5 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -104,7 +104,10 @@ const hasDependency = (packageName)=>{
104
104
  return Boolean(require.resolve(packageName));
105
105
  };
106
106
  const setPackageManager = async ()=>{
107
- return helpers.exec("corepack enable");
107
+ /**
108
+ * Corepack is downloaded remotely to get always up-to-date npm registry fingerprints since they're hardcoded.
109
+ * @see {@link https://github.com/nodejs/corepack/issues/613}
110
+ */ return helpers.exec("npx corepack enable");
108
111
  };
109
112
  const request = {
110
113
  async get (url, responseType) {
@@ -193,7 +196,7 @@ const ESLINT_EXTENSIONS = [
193
196
  "mdx"
194
197
  ];
195
198
 
196
- var version = "2.17.0";
199
+ var version = "2.17.1";
197
200
 
198
201
  const createWatchCommand = (program)=>{
199
202
  program.command({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adbayb/stack",
3
- "version": "2.17.0",
3
+ "version": "2.17.1",
4
4
  "description": "My opinionated JavaScript-based toolchain",
5
5
  "keywords": [
6
6
  "stack",