Comparing version 9.1.0 to 9.1.1
@@ -32,2 +32,3 @@ import appveyor from "./services/appveyor.js"; | ||
import woodpecker from "./services/woodpecker.js"; | ||
import jetbrainsSpace from "./services/jetbrains-space.js"; | ||
@@ -65,2 +66,3 @@ const services = { | ||
woodpecker, | ||
jetbrainsSpace, | ||
}; | ||
@@ -67,0 +69,0 @@ |
{ | ||
"name": "env-ci", | ||
"description": "Get environment variables exposed by CI services", | ||
"version": "9.1.0", | ||
"version": "9.1.1", | ||
"author": "Pierre Vanduynslager (https://github.com/pvdlg)", | ||
@@ -13,4 +13,4 @@ "type": "module", | ||
"devDependencies": { | ||
"ava": "5.2.0", | ||
"c8": "7.13.0", | ||
"ava": "5.3.1", | ||
"c8": "8.0.0", | ||
"file-url": "4.0.0", | ||
@@ -17,0 +17,0 @@ "prettier": "2.8.8", |
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
53123
901