@knapsack-pro/core
Advanced tools
Comparing version 1.7.0 to 2.0.0
# Change Log | ||
## [v2.0.0](https://github.com/KnapsackPro/knapsack-pro-core-js/tree/v2.0.0) (2020-06-27) | ||
[Full Changelog](https://github.com/KnapsackPro/knapsack-pro-core-js/compare/v1.7.0...v2.0.0) | ||
**Implemented enhancements:** | ||
- \[breaking change\] Add support for CI build ID for Github Actions - read PR description how to migrate for Github Actions [\#28](https://github.com/KnapsackPro/knapsack-pro-core-js/pull/28) ([ArturT](https://github.com/ArturT)) | ||
**Merged pull requests:** | ||
- Bump handlebars from 4.1.2 to 4.5.3 [\#26](https://github.com/KnapsackPro/knapsack-pro-core-js/pull/26) ([dependabot[bot]](https://github.com/apps/dependabot)) | ||
- Bump lodash.merge from 4.6.1 to 4.6.2 [\#23](https://github.com/KnapsackPro/knapsack-pro-core-js/pull/23) ([dependabot[bot]](https://github.com/apps/dependabot)) | ||
- Bump mixin-deep from 1.3.1 to 1.3.2 [\#22](https://github.com/KnapsackPro/knapsack-pro-core-js/pull/22) ([dependabot[bot]](https://github.com/apps/dependabot)) | ||
- Bump extend from 3.0.1 to 3.0.2 [\#21](https://github.com/KnapsackPro/knapsack-pro-core-js/pull/21) ([dependabot[bot]](https://github.com/apps/dependabot)) | ||
- Bump eslint-utils from 1.3.1 to 1.4.3 [\#20](https://github.com/KnapsackPro/knapsack-pro-core-js/pull/20) ([dependabot[bot]](https://github.com/apps/dependabot)) | ||
- Bump lodash from 4.17.11 to 4.17.15 [\#19](https://github.com/KnapsackPro/knapsack-pro-core-js/pull/19) ([dependabot[bot]](https://github.com/apps/dependabot)) | ||
## [v1.7.0](https://github.com/KnapsackPro/knapsack-pro-core-js/tree/v1.7.0) (2020-05-20) | ||
@@ -4,0 +20,0 @@ [Full Changelog](https://github.com/KnapsackPro/knapsack-pro-core-js/compare/v1.6.2...v1.7.0) |
@@ -38,3 +38,3 @@ "use strict"; | ||
get: function () { | ||
return undefined; | ||
return process.env.GITHUB_RUN_ID; | ||
}, | ||
@@ -41,0 +41,0 @@ enumerable: true, |
{ | ||
"name": "@knapsack-pro/core", | ||
"version": "1.7.0", | ||
"version": "2.0.0", | ||
"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.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
69766
80