Comparing version 3.2.0 to 3.2.1
'use strict'; | ||
const process = require('process'); | ||
const process = require('process'); // eslint-disable-line node/prefer-global/process | ||
const git = require('./services/git'); | ||
@@ -37,3 +37,4 @@ | ||
} | ||
return Object.assign({isCi: Boolean(env.CI)}, git.configuration({env, cwd})); | ||
}; |
@@ -23,2 +23,3 @@ const execa = require('execa'); | ||
} | ||
return headRef; | ||
@@ -25,0 +26,0 @@ } catch (error) { |
{ | ||
"name": "env-ci", | ||
"description": "Get environment variables exposed by CI services", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"author": "Pierre Vanduynslager (https://github.com/pvdlg)", | ||
@@ -11,3 +11,3 @@ "bugs": { | ||
"execa": "^1.0.0", | ||
"java-properties": "^0.2.9" | ||
"java-properties": "^1.0.0" | ||
}, | ||
@@ -22,3 +22,3 @@ "devDependencies": { | ||
"tempy": "^0.2.1", | ||
"xo": "^0.23.0" | ||
"xo": "^0.24.0" | ||
}, | ||
@@ -25,0 +25,0 @@ "engines": { |
// https://confluence.atlassian.com/bamboo/bamboo-variables-289277087.html | ||
/* eslint-disable camelcase */ | ||
module.exports = { | ||
@@ -6,0 +4,0 @@ detect({env}) { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38608
600
+ Addedjava-properties@1.0.2(transitive)
- Removedjava-properties@0.2.10(transitive)
Updatedjava-properties@^1.0.0