Comparing version 3.3.1 to 3.3.2
# Changelog | ||
## v3.3.2 | ||
- fix: export correct typings for `EAS` | ||
## v3.3.1 | ||
@@ -4,0 +8,0 @@ |
@@ -42,3 +42,3 @@ /** | ||
export const DSARI: boolean; | ||
export const EAS_BUILD: boolean; | ||
export const EAS: boolean; | ||
export const GITHUB_ACTIONS: boolean; | ||
@@ -45,0 +45,0 @@ export const GITLAB: boolean; |
{ | ||
"name": "ci-info", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"description": "Get details about the current Continuous Integration environment", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
20241