@bobfrankston/npmglobalize 1.0.95 → 1.0.97

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.
@@ -30,7 +30,13 @@
30
30
  "Bash(onboard --help:*)",
31
31
  "Bash(npmglobalize:*)",
32
32
  "Bash(npm whoami:*)",
33
- "Bash(where npmglobalize:*)"
33
+ "Bash(where npmglobalize:*)",
34
+ "Bash(npm audit:*)",
35
+ "Bash(wsl npm:*)",
36
+ "Bash(find:*)",
37
+ "Bash(npx globalize:*)",
38
+ "Bash(globalize:*)",
39
+ "Bash(wztest:*)"
34
40
  ]
35
41
  }
36
42
  }
package/lib.js CHANGED
@@ -2350,7 +2350,8 @@ export async function globalize(cwd, options = {}, configOptions = {}) {
2350
2350
  updateMajor,
2351
2351
  fix,
2352
2352
  conform, // Propagate conform to dependencies
2353
- publishDeps // Propagate so transitive deps also get published
2353
+ publishDeps, // Propagate so transitive deps also get published
2354
+ forcePublish // Propagate so transitive deps get force-published too
2354
2355
  });
2355
2356
  if (!depSuccess) {
2356
2357
  console.error(colors.red(`Failed to publish ${name}`));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bobfrankston/npmglobalize",
3
- "version": "1.0.95",
3
+ "version": "1.0.97",
4
4
  "description": "Transform file: dependencies to npm versions for publishing",
5
5
  "main": "index.js",
6
6
  "type": "module",