@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 +1 -1
- package/dist/cli/cli.js +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +2 -2
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:
|
|
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:
|
|
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:
|
|
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.
|
|
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": "
|
|
67
|
+
"gitHead": "e2af192e734e8d884a8cde9537b152721ca53cee"
|
|
68
68
|
}
|