@donmahallem/lerna2codecov 0.1.6 → 0.1.7
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 +3 -3
package/dist/cjs/index.js
CHANGED
|
@@ -10515,6 +10515,6 @@ async function updateConfig(project, codecovCfg, opts) {
|
|
|
10515
10515
|
}
|
|
10516
10516
|
|
|
10517
10517
|
exports.updateConfig = updateConfig;
|
|
10518
|
-
// BUILD:
|
|
10518
|
+
// BUILD: Fri Apr 01 2022 23:22:47 GMT+0000 (Coordinated Universal Time)
|
|
10519
10519
|
|
|
10520
10520
|
//# sourceMappingURL=index.js.map
|
package/dist/cli/cli.js
CHANGED
|
@@ -10583,6 +10583,6 @@ function updateCommand(opts) {
|
|
|
10583
10583
|
* Source https://github.com/donmahallem/js-libs/tree/master/packages/lerna2codecov
|
|
10584
10584
|
*/
|
|
10585
10585
|
void updateCommand().parseAsync(process.argv);
|
|
10586
|
-
// BUILD:
|
|
10586
|
+
// BUILD: Fri Apr 01 2022 23:22:51 GMT+0000 (Coordinated Universal Time)
|
|
10587
10587
|
|
|
10588
10588
|
//# sourceMappingURL=cli.js.map
|
package/dist/esm/index.js
CHANGED
|
@@ -10498,6 +10498,6 @@ async function updateConfig(project, codecovCfg, opts) {
|
|
|
10498
10498
|
}
|
|
10499
10499
|
|
|
10500
10500
|
export { updateConfig };
|
|
10501
|
-
// BUILD:
|
|
10501
|
+
// BUILD: Fri Apr 01 2022 23:22:47 GMT+0000 (Coordinated Universal Time)
|
|
10502
10502
|
|
|
10503
10503
|
//# 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.7",
|
|
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",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@lerna/project": "~4.0.0",
|
|
58
|
-
"commander": "~9.
|
|
58
|
+
"commander": "~9.1.0",
|
|
59
59
|
"deepmerge": "~4.2.2",
|
|
60
60
|
"yaml": "~1.10.2"
|
|
61
61
|
},
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"@types/lerna__package": "4.0.2",
|
|
65
65
|
"@types/lerna__project": "4.0.0"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "1a0dee63479daed1fe3f044851cd4360f24134f4"
|
|
68
68
|
}
|