enablement-build-monorepo-version 1.0.13 → 1.0.14

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 +0 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -306,7 +306,6 @@ if (process.argv.length === 2) {
306
306
  const text = await main(options);
307
307
  console.log(text);
308
308
  } catch (e) {
309
- console.log("KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK")
310
309
  console.log(e);
311
310
  process.exit(1);
312
311
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "enablement-build-monorepo-version",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "This detects changes in the children packages of a monorepo.",
5
5
  "type": "module",
6
6
  "module": "./index.mjs",