@soos-io/api-client
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -418,3 +418,3 @@ "use strict"; | ||
const currentDirectory = process.cwd(); | ||
logging_1.soosLogger.info(`Setting current working directory to project path '${sourceCodePath}'.`); | ||
logging_1.soosLogger.info(`Setting current directory to project path '${sourceCodePath}'.`); | ||
process.chdir(sourceCodePath); | ||
@@ -462,3 +462,3 @@ logging_1.soosLogger.info(`Lock file setting is ${useLockFile ? "on, ignoring non-lock files" : "off, ignoring lock files"}.`); | ||
process.chdir(currentDirectory); | ||
logging_1.soosLogger.info(`Setting current working directory back to '${currentDirectory}'.\n`); | ||
logging_1.soosLogger.info(`Setting current directory back to '${currentDirectory}'.\n`); | ||
logging_1.soosLogger.info(`${manifestFiles.length} manifest files found.`); | ||
@@ -469,3 +469,3 @@ return manifestFiles; | ||
const currentDirectory = process.cwd(); | ||
logging_1.soosLogger.info(`Setting current working directory to project path '${sourceCodePath}'.`); | ||
logging_1.soosLogger.info(`Setting current directory to project path '${sourceCodePath}'.`); | ||
process.chdir(sourceCodePath); | ||
@@ -524,3 +524,3 @@ const fileHashes = hashableFileFormats.reduce((accumulator, fileFormatToHash) => { | ||
process.chdir(currentDirectory); | ||
logging_1.soosLogger.info(`Setting current working directory back to '${currentDirectory}'.\n`); | ||
logging_1.soosLogger.info(`Setting current directory back to '${currentDirectory}'.\n`); | ||
return fileHashes; | ||
@@ -527,0 +527,0 @@ } |
{ | ||
"name": "@soos-io/api-client", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"description": "This is the SOOS API Client for registered clients leveraging the various integrations to the SOOS platform.", | ||
@@ -58,3 +58,3 @@ "main": "dist/index.js", | ||
"glob": "^11.0.0", | ||
"tslib": "^2.7.0" | ||
"tslib": "^2.8.0" | ||
}, | ||
@@ -67,3 +67,3 @@ "overrides": { | ||
"@types/jest": "^29.5.13", | ||
"@types/node": "^20.16.11", | ||
"@types/node": "^20.16.12", | ||
"jest": "^29.1.2", | ||
@@ -70,0 +70,0 @@ "prettier": "^3.3.3", |
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
323435
Updatedtslib@^2.8.0