enablement-build-monorepo-version 1.0.10 → 1.0.12

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/index.mjs +1 -0
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -237,6 +237,7 @@ async function main(options) {
237
237
  }));
238
238
  });
239
239
 
240
+ console.log(`FOLDERS WHAT - ${JSON.stringify(changedFolders)}`);
240
241
  if(changedFolders.length>0) {
241
242
  console.log(`FOLDERS CHANGED - ${JSON.stringify(changedFolders)}`);
242
243
  changedFolders.map((packageFolder)=>{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "enablement-build-monorepo-version",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "description": "This detects changes in the children packages of a monorepo.",
5
5
  "type": "module",
6
6
  "module": "./index.mjs",