File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -598,12 +598,12 @@ graph LR;
598598 npmcli-docs-->unified;
599599 npmcli-docs-->yaml;
600600 npmcli-fs-->semver;
601+ npmcli-git-->gar-promise-retry["@gar/promise-retry"];
601602 npmcli-git-->ini;
602603 npmcli-git-->lru-cache;
603604 npmcli-git-->npm-pick-manifest;
604605 npmcli-git-->npmcli-promise-spawn["@npmcli/promise-spawn"];
605606 npmcli-git-->proc-log;
606- npmcli-git-->promise-retry;
607607 npmcli-git-->semver;
608608 npmcli-git-->which;
609609 npmcli-installed-package-contents-->npm-bundled;
Original file line number Diff line number Diff line change 11const spawn = require ( '@npmcli/promise-spawn' )
2- const promiseRetry = require ( 'promise-retry' )
2+ const { promiseRetry } = require ( '@gar/ promise-retry' )
33const { log } = require ( 'proc-log' )
44const makeError = require ( './make-error.js' )
55const makeOpts = require ( './opts.js' )
Original file line number Diff line number Diff line change 11{
22 "name" : " @npmcli/git" ,
3- "version" : " 7.0.1 " ,
3+ "version" : " 7.0.2 " ,
44 "main" : " lib/index.js" ,
55 "files" : [
66 " bin/" ,
3838 "tap" : " ^16.0.1"
3939 },
4040 "dependencies" : {
41+ "@gar/promise-retry" : " ^1.0.0" ,
4142 "@npmcli/promise-spawn" : " ^9.0.0" ,
4243 "ini" : " ^6.0.0" ,
4344 "lru-cache" : " ^11.2.1" ,
4445 "npm-pick-manifest" : " ^11.0.1" ,
4546 "proc-log" : " ^6.0.0" ,
46- "promise-retry" : " ^2.0.1" ,
4747 "semver" : " ^7.3.5" ,
4848 "which" : " ^6.0.0"
4949 },
Original file line number Diff line number Diff line change 156156 "devDependencies" : {
157157 "@npmcli/docs" : " ^1.0.0" ,
158158 "@npmcli/eslint-config" : " ^5.1.0" ,
159- "@npmcli/git" : " ^7.0.1 " ,
159+ "@npmcli/git" : " ^7.0.2 " ,
160160 "@npmcli/mock-globals" : " ^1.0.0" ,
161161 "@npmcli/mock-registry" : " ^1.0.0" ,
162162 "@npmcli/template-oss" : " 4.29.0" ,
17631763 }
17641764 },
17651765 "node_modules/@npmcli/git" : {
1766- "version" : " 7.0.1 " ,
1767- "resolved" : " https://registry.npmjs.org/@npmcli/git/-/git-7.0.1 .tgz" ,
1768- "integrity" : " sha512-+XTFxK2jJF/EJJ5SoAzXk3qwIDfvFc5/g+bD274LZ7uY7LE8sTfG6Z8rOanPl2ZEvZWqNvmEdtXC25cE54VcoA ==" ,
1766+ "version" : " 7.0.2 " ,
1767+ "resolved" : " https://registry.npmjs.org/@npmcli/git/-/git-7.0.2 .tgz" ,
1768+ "integrity" : " sha512-oeolHDjExNAJAnlYP2qzNjMX/Xi9bmu78C9dIGr4xjobrSKbuMYCph8lTzn4vnW3NjIqVmw/f8BCfouqyJXlRg ==" ,
17691769 "inBundle" : true ,
17701770 "license" : " ISC" ,
17711771 "dependencies" : {
1772+ "@gar/promise-retry" : " ^1.0.0" ,
17721773 "@npmcli/promise-spawn" : " ^9.0.0" ,
17731774 "ini" : " ^6.0.0" ,
17741775 "lru-cache" : " ^11.2.1" ,
17751776 "npm-pick-manifest" : " ^11.0.1" ,
17761777 "proc-log" : " ^6.0.0" ,
1777- "promise-retry" : " ^2.0.1" ,
17781778 "semver" : " ^7.3.5" ,
17791779 "which" : " ^6.0.0"
17801780 },
Original file line number Diff line number Diff line change 187187 "devDependencies" : {
188188 "@npmcli/docs" : " ^1.0.0" ,
189189 "@npmcli/eslint-config" : " ^5.1.0" ,
190- "@npmcli/git" : " ^7.0.1 " ,
190+ "@npmcli/git" : " ^7.0.2 " ,
191191 "@npmcli/mock-globals" : " ^1.0.0" ,
192192 "@npmcli/mock-registry" : " ^1.0.0" ,
193193 "@npmcli/template-oss" : " 4.29.0" ,
You can’t perform that action at this time.
0 commit comments