@soos-io/api-client
Advanced tools
Comparing version 0.2.49-pre.6 to 0.2.49-pre.7
@@ -335,3 +335,5 @@ "use strict"; | ||
}); | ||
const hashManifests = (archiveFileHashManifests ?? []).concat(contentFileHashManifests ?? []); | ||
const hashManifests = (archiveFileHashManifests ?? []) | ||
.concat(contentFileHashManifests ?? []) | ||
.filter((hm) => hm.fileHashes.length > 0); | ||
if (runFileHashing && hashManifests) { | ||
@@ -338,0 +340,0 @@ for (const soosHashesManifest of hashManifests) { |
{ | ||
"name": "@soos-io/api-client", | ||
"version": "0.2.49-pre.6", | ||
"version": "0.2.49-pre.7", | ||
"description": "This is the SOOS API Client for registered clients leveraging the various integrations to the SOOS platform.", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
320359
3109