@argos-ci/util
Advanced tools
Comparing version 1.2.0 to 1.2.1
/** | ||
* Get the top level of the git repository. | ||
*/ | ||
declare function getGitRepositoryPath(): Promise<string>; | ||
declare function getGitRepositoryPath(): Promise<string | null>; | ||
/** | ||
@@ -6,0 +6,0 @@ * Read the version from a package.json file. |
{ | ||
"name": "@argos-ci/util", | ||
"description": "Set of utilities used across all Argos SDKs", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"author": "Smooth Code", | ||
@@ -39,3 +39,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "ac02d37ca89f73359fba70cfe9b579396c3260d8" | ||
"gitHead": "3c0a10a7ec14c294c801491aca79cacb2f07edc2" | ||
} |
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
9188
225