Comparing version 3.6.2 to 3.7.0
# Changelog | ||
## v3.7.0 | ||
- support Sourcehut CI [85b96ea](https://github.com/watson/ci-info/commit/85b96ea) | ||
- support ReleaseHub CI [409d886](https://github.com/watson/ci-info/commit/409d886) | ||
## v3.6.2 | ||
@@ -4,0 +9,0 @@ |
@@ -58,2 +58,3 @@ // This file is generated at pre-commit by running `node create-typings.js`. | ||
export const NEVERCODE: boolean; | ||
export const RELEASEHUB: boolean; | ||
export const RENDER: boolean; | ||
@@ -65,2 +66,3 @@ export const SAIL: boolean; | ||
export const SOLANO: boolean; | ||
export const SOURCEHUT: boolean; | ||
export const STRIDER: boolean; | ||
@@ -67,0 +69,0 @@ export const TASKCLUSTER: boolean; |
{ | ||
"name": "ci-info", | ||
"version": "3.6.2", | ||
"version": "3.7.0", | ||
"description": "Get details about the current Continuous Integration environment", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -65,2 +65,3 @@ # ci-info | ||
| [Nevercode](http://nevercode.io/) | `ci.NEVERCODE` | ✅ | | ||
| [ReleaseHub](https://releasehub.com/) | `ci.RELEASEHUB` | ✅ | | ||
| [Render](https://render.com/) | `ci.RENDER` | ✅ | | ||
@@ -72,2 +73,3 @@ | [Sail CI](https://sail.ci/) | `ci.SAIL` | ✅ | | ||
| [Solano CI](https://www.solanolabs.com/) | `ci.SOLANO` | ✅ | | ||
| [Sourcehut](https://sourcehut.org/) | `ci.SOURCEHUT` | 🚫 | | ||
| [Strider CD](https://strider-cd.github.io/) | `ci.STRIDER` | 🚫 | | ||
@@ -74,0 +76,0 @@ | [TaskCluster](http://docs.taskcluster.net) | `ci.TASKCLUSTER` | 🚫 | |
@@ -165,2 +165,7 @@ [ | ||
{ | ||
"name": "ReleaseHub", | ||
"constant": "RELEASEHUB", | ||
"env": "RELEASE_BUILD_ID" | ||
}, | ||
{ | ||
"name": "Render", | ||
@@ -202,2 +207,7 @@ "constant": "RENDER", | ||
{ | ||
"name": "Sourcehut", | ||
"constant": "SOURCEHUT", | ||
"env": { "CI_NAME": "sourcehut" } | ||
}, | ||
{ | ||
"name": "Strider CD", | ||
@@ -204,0 +214,0 @@ "constant": "STRIDER", |
Sorry, the diff of this file is not supported yet
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
24814
407
135