File tree 3 files changed +15
-14
lines changed
3 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " npm-profile" ,
3
- "version" : " 6.2.1 " ,
3
+ "version" : " 7.0.0 " ,
4
4
"description" : " Library for updating an npmjs.com profile" ,
5
5
"keywords" : [],
6
6
"author" : " GitHub Inc." ,
20
20
],
21
21
"devDependencies" : {
22
22
"@npmcli/eslint-config" : " ^3.0.1" ,
23
- "@npmcli/template-oss" : " 3.5.0 " ,
23
+ "@npmcli/template-oss" : " 4.4.4 " ,
24
24
"nock" : " ^13.2.4" ,
25
25
"tap" : " ^16.0.1"
26
26
},
27
27
"scripts" : {
28
- "preversion" : " npm test" ,
29
- "postversion" : " npm publish" ,
30
- "prepublishOnly" : " git push origin --follow-tags" ,
31
28
"posttest" : " npm run lint" ,
32
29
"test" : " tap" ,
33
30
"snap" : " tap" ,
37
34
"template-oss-apply" : " template-oss-apply --force"
38
35
},
39
36
"tap" : {
40
- "check-coverage" : true
37
+ "check-coverage" : true ,
38
+ "nyc-arg" : [
39
+ " --exclude" ,
40
+ " tap-snapshots/**"
41
+ ]
41
42
},
42
43
"engines" : {
43
- "node" : " ^12.13 .0 || ^14.15 .0 || >=16 .0.0"
44
+ "node" : " ^14.17 .0 || ^16.13 .0 || >=18 .0.0"
44
45
},
45
46
"templateOSS" : {
46
47
"//@npmcli/template-oss" : " This file is partially managed by @npmcli/template-oss. Edits may be overwritten." ,
47
- "version" : " 3.5.0 "
48
+ "version" : " 4.4.4 "
48
49
}
49
50
}
Original file line number Diff line number Diff line change 137
137
"npm-install-checks" : " ^5.0.0" ,
138
138
"npm-package-arg" : " ^9.1.2" ,
139
139
"npm-pick-manifest" : " ^7.0.2" ,
140
- "npm-profile" : " ^6.2 .0" ,
140
+ "npm-profile" : " ^7.0 .0" ,
141
141
"npm-registry-fetch" : " ^13.3.1" ,
142
142
"npm-user-validate" : " ^1.0.1" ,
143
143
"npmlog" : " ^6.0.2" ,
8040
8040
}
8041
8041
},
8042
8042
"node_modules/npm-profile" : {
8043
- "version" : " 6.2.1 " ,
8044
- "resolved" : " https://registry.npmjs.org/npm-profile/-/npm-profile-6.2.1 .tgz" ,
8045
- "integrity" : " sha512-Tlu13duByHyDd4Xy0PgroxzxnBYWbGGL5aZifNp8cx2DxUrHSoETXtPKg38aRPsBWMRfDtvcvVfJNasj7oImQQ ==" ,
8043
+ "version" : " 7.0.0 " ,
8044
+ "resolved" : " https://registry.npmjs.org/npm-profile/-/npm-profile-7.0.0 .tgz" ,
8045
+ "integrity" : " sha512-/WbM1IJzmOECMOsxx75kgpKCn6v2doXsvv2/FQeSmSuHxN2IzeLqqjrsQU2lBOf0fZIbyoR5vxLrnI8vvnXd0A ==" ,
8046
8046
"inBundle" : true ,
8047
8047
"dependencies" : {
8048
8048
"npm-registry-fetch" : " ^13.0.1" ,
8049
8049
"proc-log" : " ^2.0.0"
8050
8050
},
8051
8051
"engines" : {
8052
- "node" : " ^12.13 .0 || ^14.15 .0 || >=16 .0.0"
8052
+ "node" : " ^14.17 .0 || ^16.13 .0 || >=18 .0.0"
8053
8053
}
8054
8054
},
8055
8055
"node_modules/npm-registry-fetch" : {
Original file line number Diff line number Diff line change 102
102
"npm-install-checks" : " ^5.0.0" ,
103
103
"npm-package-arg" : " ^9.1.2" ,
104
104
"npm-pick-manifest" : " ^7.0.2" ,
105
- "npm-profile" : " ^6.2 .0" ,
105
+ "npm-profile" : " ^7.0 .0" ,
106
106
"npm-registry-fetch" : " ^13.3.1" ,
107
107
"npm-user-validate" : " ^1.0.1" ,
108
108
"npmlog" : " ^6.0.2" ,
You can’t perform that action at this time.
0 commit comments