@balena/contrato
Advanced tools
Comparing version 0.13.0-build-capability-support-d2b2177197fbbd5575f76f7bb7da76eb59880172-1 to 0.13.0-build-capability-support-db6584163e9872b6d1f0ead3d137a90de222dfee-1
@@ -434,3 +434,3 @@ "use strict"; | ||
}); | ||
if (disjuncts.length === 0 || (0, some_1.default)((0, map_1.default)(disjuncts, hasMatch))) { | ||
if (disjuncts.length === 0 || (0, some_1.default)(disjuncts, hasMatch)) { | ||
return true; | ||
@@ -444,3 +444,3 @@ } | ||
}); | ||
if (disjuncts.length > 0 && (0, some_1.default)((0, map_1.default)(disjuncts, hasMatch))) { | ||
if (disjuncts.length > 0 && (0, some_1.default)(disjuncts, hasMatch)) { | ||
return false; | ||
@@ -447,0 +447,0 @@ } |
{ | ||
"name": "@balena/contrato", | ||
"version": "0.13.0-build-capability-support-d2b2177197fbbd5575f76f7bb7da76eb59880172-1", | ||
"version": "0.13.0-build-capability-support-db6584163e9872b6d1f0ead3d137a90de222dfee-1", | ||
"description": "The official contract implementation", | ||
@@ -74,4 +74,4 @@ "homepage": "https://github.com/product-os/contrato", | ||
"versionist": { | ||
"publishedAt": "2025-01-15T15:33:46.020Z" | ||
"publishedAt": "2025-01-15T15:39:22.155Z" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
127427