@donmahallem/lerna2codecov 0.1.1 → 0.1.2

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.
package/dist/cjs/index.js CHANGED
@@ -10481,6 +10481,6 @@ async function updateConfig(project, codecovCfg, opts) {
10481
10481
  }
10482
10482
 
10483
10483
  exports.updateConfig = updateConfig;
10484
- // BUILD: Thu Jan 06 2022 21:36:10 GMT+0100 (Central European Standard Time)
10484
+ // BUILD: Fri Jan 07 2022 14:36:06 GMT+0100 (Central European Standard Time)
10485
10485
 
10486
10486
  //# sourceMappingURL=index.js.map
package/dist/cli/cli.js CHANGED
@@ -10549,6 +10549,6 @@ function updateCommand(opts) {
10549
10549
  * Source https://github.com/donmahallem/js-libs/tree/master/packages/lerna2codecov
10550
10550
  */
10551
10551
  void updateCommand().parseAsync(process.argv);
10552
- // BUILD: Thu Jan 06 2022 21:36:13 GMT+0100 (Central European Standard Time)
10552
+ // BUILD: Fri Jan 07 2022 14:36:08 GMT+0100 (Central European Standard Time)
10553
10553
 
10554
10554
  //# sourceMappingURL=cli.js.map
package/dist/esm/index.js CHANGED
@@ -10464,6 +10464,6 @@ async function updateConfig(project, codecovCfg, opts) {
10464
10464
  }
10465
10465
 
10466
10466
  export { updateConfig };
10467
- // BUILD: Thu Jan 06 2022 21:36:10 GMT+0100 (Central European Standard Time)
10467
+ // BUILD: Fri Jan 07 2022 14:36:06 GMT+0100 (Central European Standard Time)
10468
10468
 
10469
10469
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@donmahallem/lerna2codecov",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Updates projects entry in codecov.yml from lerna project",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -64,5 +64,5 @@
64
64
  "@types/lerna__package": "4.0.1",
65
65
  "@types/lerna__project": "4.0.0"
66
66
  },
67
- "gitHead": "b2ffae0ce1f34de0c405b8c4a6509360b015b491"
67
+ "gitHead": "e2af192e734e8d884a8cde9537b152721ca53cee"
68
68
  }