File tree Expand file tree Collapse file tree 5 files changed +16
-13
lines changed
Expand file tree Collapse file tree 5 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2016-2023 Thomas Watson Steen
3+ Copyright (c) 2016 Thomas Watson Steen
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11{
22 "name" : " ci-info" ,
3- "version" : " 3.8 .0" ,
3+ "version" : " 3.9 .0" ,
44 "description" : " Get details about the current Continuous Integration environment" ,
55 "main" : " index.js" ,
66 "typings" : " index.d.ts" ,
3535 },
3636 "devDependencies" : {
3737 "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 "
4141 },
4242 "engines" : {
4343 "node" : " >=8"
Original file line number Diff line number Diff line change 1818 {
1919 "name" : " Azure Pipelines" ,
2020 "constant" : " AZURE_PIPELINES" ,
21- "env" : " SYSTEM_TEAMFOUNDATIONCOLLECTIONURI" ,
22- "pr" : " SYSTEM_PULLREQUEST_PULLREQUESTID"
21+ "env" : " TF_BUILD" ,
22+ "pr" : {
23+ "BUILD_REASON" : " PullRequest"
24+ }
2325 },
2426 {
2527 "name" : " Bamboo" ,
287289 " NOW_BUILDER" ,
288290 " VERCEL"
289291 ]
290- }
292+ },
293+ "pr" : " VERCEL_GIT_PULL_REQUEST_ID"
291294 },
292295 {
293296 "name" : " Visual Studio App Center" ,
Original file line number Diff line number Diff line change 102102 "archy": "~1.0.0",
103103 "cacache": "^18.0.0",
104104 "chalk": "^5.3.0",
105- "ci-info": "^3.8 .0",
105+ "ci-info": "^3.9 .0",
106106 "cli-columns": "^4.0.0",
107107 "cli-table3": "^0.6.3",
108108 "columnify": "^1.6.0",
44564456 }
44574457 },
44584458 "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 ==",
44624462 "funding": [
44634463 {
44644464 "type": "github",
Original file line number Diff line number Diff line change 6464 "archy" : " ~1.0.0" ,
6565 "cacache" : " ^18.0.0" ,
6666 "chalk" : " ^5.3.0" ,
67- "ci-info" : " ^3.8 .0" ,
67+ "ci-info" : " ^3.9 .0" ,
6868 "cli-columns" : " ^4.0.0" ,
6969 "cli-table3" : " ^0.6.3" ,
7070 "columnify" : " ^1.6.0" ,
You can’t perform that action at this time.
0 commit comments