@bobfrankston/npmglobalize 1.0.87 → 1.0.88

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/lib.js +2 -1
  2. package/package.json +1 -1
package/lib.js CHANGED
@@ -2035,7 +2035,8 @@ export async function globalize(cwd, options = {}, configOptions = {}) {
2035
2035
  updateDeps,
2036
2036
  updateMajor,
2037
2037
  fix,
2038
- conform // Propagate conform to dependencies
2038
+ conform, // Propagate conform to dependencies
2039
+ publishDeps // Propagate so transitive deps also get published
2039
2040
  });
2040
2041
  if (!depSuccess) {
2041
2042
  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.87",
3
+ "version": "1.0.88",
4
4
  "description": "Transform file: dependencies to npm versions for publishing",
5
5
  "main": "index.js",
6
6
  "type": "module",