File tree 5 files changed +15
-14
lines changed
5 files changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class GitError extends Error {
8
8
}
9
9
10
10
class GitConnectionError extends GitError {
11
- constructor ( message ) {
11
+ constructor ( ) {
12
12
super ( 'A git connection error occurred' )
13
13
}
14
14
@@ -18,13 +18,13 @@ class GitConnectionError extends GitError {
18
18
}
19
19
20
20
class GitPathspecError extends GitError {
21
- constructor ( message ) {
21
+ constructor ( ) {
22
22
super ( 'The git reference could not be found' )
23
23
}
24
24
}
25
25
26
26
class GitUnknownError extends GitError {
27
- constructor ( message ) {
27
+ constructor ( ) {
28
28
super ( 'An unknown git error occurred' )
29
29
}
30
30
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @npmcli/git" ,
3
- "version" : " 5.0.6 " ,
3
+ "version" : " 5.0.7 " ,
4
4
"main" : " lib/index.js" ,
5
5
"files" : [
6
6
" bin/" ,
9
9
"description" : " a util for spawning git from npm CLI contexts" ,
10
10
"repository" : {
11
11
"type" : " git" ,
12
- "url" : " https://github.com/npm/git.git"
12
+ "url" : " git+ https://github.com/npm/git.git"
13
13
},
14
14
"author" : " GitHub Inc." ,
15
15
"license" : " ISC" ,
31
31
},
32
32
"devDependencies" : {
33
33
"@npmcli/eslint-config" : " ^4.0.0" ,
34
- "@npmcli/template-oss" : " 4.21.3 " ,
34
+ "@npmcli/template-oss" : " 4.22.0 " ,
35
35
"npm-package-arg" : " ^11.0.0" ,
36
36
"slash" : " ^3.0.0" ,
37
37
"tap" : " ^16.0.1"
51
51
},
52
52
"templateOSS" : {
53
53
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
54
- "version" : " 4.21.3 " ,
54
+ "version" : " 4.22.0 " ,
55
55
"publish" : true
56
56
}
57
57
}
Original file line number Diff line number Diff line change 162
162
"devDependencies": {
163
163
"@npmcli/docs": "^1.0.0",
164
164
"@npmcli/eslint-config": "^4.0.2",
165
- "@npmcli/git": "^5.0.6 ",
165
+ "@npmcli/git": "^5.0.7 ",
166
166
"@npmcli/mock-globals": "^1.0.0",
167
167
"@npmcli/mock-registry": "^1.0.0",
168
168
"@npmcli/template-oss": "4.22.0",
1580
1580
}
1581
1581
},
1582
1582
"node_modules/@npmcli/git": {
1583
- "version": "5.0.6 ",
1584
- "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.6 .tgz",
1585
- "integrity": "sha512-4x/182sKXmQkf0EtXxT26GEsaOATpD7WVtza5hrYivWZeo6QefC6xq9KAXrnjtFKBZ4rZwR7aX/zClYYXgtwLw ==",
1583
+ "version": "5.0.7 ",
1584
+ "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.7 .tgz",
1585
+ "integrity": "sha512-WaOVvto604d5IpdCRV2KjQu8PzkfE96d50CQGKgywXh2GxXmDeUO5EWcBC4V57uFyrNqx83+MewuJh3WTR3xPA ==",
1586
1586
"inBundle": true,
1587
+ "license": "ISC",
1587
1588
"dependencies": {
1588
1589
"@npmcli/promise-spawn": "^7.0.0",
1589
1590
"lru-cache": "^10.0.1",
15055
15056
"version": "6.0.1",
15056
15057
"license": "ISC",
15057
15058
"dependencies": {
15058
- "@npmcli/git": "^5.0.6 ",
15059
+ "@npmcli/git": "^5.0.7 ",
15059
15060
"@npmcli/run-script": "^8.1.0",
15060
15061
"json-parse-even-better-errors": "^3.0.0",
15061
15062
"proc-log": "^4.2.0",
Original file line number Diff line number Diff line change 193
193
"devDependencies" : {
194
194
"@npmcli/docs" : " ^1.0.0" ,
195
195
"@npmcli/eslint-config" : " ^4.0.2" ,
196
- "@npmcli/git" : " ^5.0.6 " ,
196
+ "@npmcli/git" : " ^5.0.7 " ,
197
197
"@npmcli/mock-globals" : " ^1.0.0" ,
198
198
"@npmcli/mock-registry" : " ^1.0.0" ,
199
199
"@npmcli/template-oss" : " 4.22.0" ,
Original file line number Diff line number Diff line change 37
37
"tap" : " ^16.3.8"
38
38
},
39
39
"dependencies" : {
40
- "@npmcli/git" : " ^5.0.6 " ,
40
+ "@npmcli/git" : " ^5.0.7 " ,
41
41
"@npmcli/run-script" : " ^8.1.0" ,
42
42
"json-parse-even-better-errors" : " ^3.0.0" ,
43
43
"proc-log" : " ^4.2.0" ,
You can’t perform that action at this time.
0 commit comments