@percy/env
Advanced tools
Comparing version 1.30.5-alpha.0 to 1.30.5-beta.0
@@ -162,3 +162,3 @@ import { getCommitData, getJenkinsSha, github } from './utils.js'; | ||
} | ||
let pr = ((_this$vars$CI_PULL_RE, _this$vars$PULL_REQUE, _github$pull_request3, _this$vars$DRONE_COMM) => { | ||
let pr = ((_this$vars$CIRCLE_PUL, _this$vars$PULL_REQUE, _github$pull_request3, _this$vars$DRONE_COMM) => { | ||
switch (this.ci) { | ||
@@ -172,3 +172,3 @@ case 'travis': | ||
case 'circle': | ||
return (_this$vars$CI_PULL_RE = this.vars.CI_PULL_REQUESTS) === null || _this$vars$CI_PULL_RE === void 0 ? void 0 : _this$vars$CI_PULL_RE.split('/').slice(-1)[0]; | ||
return (_this$vars$CIRCLE_PUL = this.vars.CIRCLE_PULL_REQUESTS) === null || _this$vars$CIRCLE_PUL === void 0 ? void 0 : _this$vars$CIRCLE_PUL.split('/').slice(-1)[0]; | ||
case 'drone': | ||
@@ -206,2 +206,5 @@ return this.vars.CI_PULL_REQUEST; | ||
let total = parseInt(this.vars.PERCY_PARALLEL_TOTAL, 10); | ||
if (this.ci === 'circle') { | ||
total = parseInt(this.vars.CIRCLE_NODE_TOTAL, 10); | ||
} | ||
if (!Number.isInteger(total)) total = null; | ||
@@ -208,0 +211,0 @@ |
{ | ||
"name": "@percy/env", | ||
"version": "1.30.5-alpha.0", | ||
"version": "1.30.5-beta.0", | ||
"license": "MIT", | ||
@@ -12,3 +12,3 @@ "repository": { | ||
"access": "public", | ||
"tag": "alpha" | ||
"tag": "beta" | ||
}, | ||
@@ -36,5 +36,5 @@ "engines": { | ||
"dependencies": { | ||
"@percy/logger": "1.30.5-alpha.0" | ||
"@percy/logger": "1.30.5-beta.0" | ||
}, | ||
"gitHead": "36a251be65edbc48f440a7645470933280c2357c" | ||
"gitHead": "46870b6b3259c3770ca2c5563ca9ad8f1d725681" | ||
} |
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
20522
435
+ Added@percy/logger@1.30.5-beta.0(transitive)
- Removed@percy/logger@1.30.5-alpha.0(transitive)
Updated@percy/logger@1.30.5-beta.0