Commit fca804a 1 parent 6af582f commit fca804a Copy full SHA for fca804a
File tree 5 files changed +16
-13
lines changed
5 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
- Copyright (c) 2016-2023 Thomas Watson Steen
3
+ Copyright (c) 2016 Thomas Watson Steen
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ci-info" ,
3
- "version" : " 3.8 .0" ,
3
+ "version" : " 3.9 .0" ,
4
4
"description" : " Get details about the current Continuous Integration environment" ,
5
5
"main" : " index.js" ,
6
6
"typings" : " index.d.ts" ,
35
35
},
36
36
"devDependencies" : {
37
37
"clear-module" : " ^4.1.2" ,
38
- "husky" : " ^8.0.2 " ,
39
- "standard" : " ^17.0 .0" ,
40
- "tape" : " ^5.6.1 "
38
+ "husky" : " ^8.0.3 " ,
39
+ "standard" : " ^17.1 .0" ,
40
+ "tape" : " ^5.7.0 "
41
41
},
42
42
"engines" : {
43
43
"node" : " >=8"
Original file line number Diff line number Diff line change 18
18
{
19
19
"name" : " Azure Pipelines" ,
20
20
"constant" : " AZURE_PIPELINES" ,
21
- "env" : " SYSTEM_TEAMFOUNDATIONCOLLECTIONURI" ,
22
- "pr" : " SYSTEM_PULLREQUEST_PULLREQUESTID"
21
+ "env" : " TF_BUILD" ,
22
+ "pr" : {
23
+ "BUILD_REASON" : " PullRequest"
24
+ }
23
25
},
24
26
{
25
27
"name" : " Bamboo" ,
287
289
" NOW_BUILDER" ,
288
290
" VERCEL"
289
291
]
290
- }
292
+ },
293
+ "pr" : " VERCEL_GIT_PULL_REQUEST_ID"
291
294
},
292
295
{
293
296
"name" : " Visual Studio App Center" ,
Original file line number Diff line number Diff line change 102
102
"archy": "~1.0.0",
103
103
"cacache": "^18.0.0",
104
104
"chalk": "^5.3.0",
105
- "ci-info": "^3.8 .0",
105
+ "ci-info": "^3.9 .0",
106
106
"cli-columns": "^4.0.0",
107
107
"cli-table3": "^0.6.3",
108
108
"columnify": "^1.6.0",
4456
4456
}
4457
4457
},
4458
4458
"node_modules/ci-info": {
4459
- "version": "3.8 .0",
4460
- "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8 .0.tgz",
4461
- "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw ==",
4459
+ "version": "3.9 .0",
4460
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9 .0.tgz",
4461
+ "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ ==",
4462
4462
"funding": [
4463
4463
{
4464
4464
"type": "github",
Original file line number Diff line number Diff line change 64
64
"archy" : " ~1.0.0" ,
65
65
"cacache" : " ^18.0.0" ,
66
66
"chalk" : " ^5.3.0" ,
67
- "ci-info" : " ^3.8 .0" ,
67
+ "ci-info" : " ^3.9 .0" ,
68
68
"cli-columns" : " ^4.0.0" ,
69
69
"cli-table3" : " ^0.6.3" ,
70
70
"columnify" : " ^1.6.0" ,
You can’t perform that action at this time.
0 commit comments