@knapsack-pro/core
Advanced tools
Comparing version 1.3.0 to 1.3.1
# Change Log | ||
## [v1.3.1](https://github.com/KnapsackPro/knapsack-pro-core-js/tree/v1.3.1) (2019-07-06) | ||
[Full Changelog](https://github.com/KnapsackPro/knapsack-pro-core-js/compare/v1.3.0...v1.3.1) | ||
**Fixed bugs:** | ||
- Fix GitLab CI environment variables integration [\#13](https://github.com/KnapsackPro/knapsack-pro-core-js/pull/13) ([ArturT](https://github.com/ArturT)) | ||
## [v1.3.0](https://github.com/KnapsackPro/knapsack-pro-core-js/tree/v1.3.0) (2019-04-14) | ||
@@ -4,0 +11,0 @@ [Full Changelog](https://github.com/KnapsackPro/knapsack-pro-core-js/compare/v1.2.0...v1.3.0) |
@@ -43,3 +43,3 @@ "use strict"; | ||
get: function () { | ||
return process.env.CI_JOB_ID || process.env.CI_BUILD_ID; | ||
return process.env.CI_PIPELINE_ID || process.env.CI_BUILD_ID; | ||
}, | ||
@@ -46,0 +46,0 @@ enumerable: true, |
@@ -44,2 +44,3 @@ "use strict"; | ||
var supportedCIProviders = [ | ||
ci_providers_1.GitlabCI, | ||
ci_providers_1.AppVeyor, | ||
@@ -50,3 +51,2 @@ ci_providers_1.Buildkite, | ||
ci_providers_1.Codeship, | ||
ci_providers_1.GitlabCI, | ||
ci_providers_1.HerokuCI, | ||
@@ -53,0 +53,0 @@ ci_providers_1.SemaphoreCI, |
{ | ||
"name": "@knapsack-pro/core", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Knapsack Pro Core library splits tests across CI nodes and makes sure that tests will run in optimal time on each CI node. This library gives core features like communication with KnapsackPro.com API. This library is a dependency for other projects specific for particular test runner.", | ||
@@ -51,3 +51,3 @@ "keywords": [ | ||
"dependencies": { | ||
"axios": "^0.18.0", | ||
"axios": "^0.19.0", | ||
"axios-retry": "^3.1.1", | ||
@@ -69,3 +69,3 @@ "winston": "^3.1.0" | ||
"gulp-typescript": "^5.0.0", | ||
"jest": "^23.6.0", | ||
"jest": "^24.8.0", | ||
"prettier": "1.15.3", | ||
@@ -72,0 +72,0 @@ "prettier-eslint": "^8.8.2", |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
60798
+ Addedaxios@0.19.2(transitive)
- Removedaxios@0.18.1(transitive)
- Removedis-buffer@2.0.5(transitive)
Updatedaxios@^0.19.0