@balena/contrato
Advanced tools
Comparing version 0.11.0-build-cleanup-interfaces-24b1d94951be32e941f5a285cb711db4634dd1a2-1 to 0.11.0-build-cleanup-interfaces-823c8d753bbd27a568c4e685908d0756b7398822-1
@@ -114,3 +114,3 @@ "use strict"; | ||
const safeContent = new hb.SafeString(partialContent.slice(0, partialContent.length - 1)); | ||
const builtContent = await Promise.resolve(hb.compile(safeContent.toString())(options.data.root)); | ||
const builtContent = await hb.compile(safeContent.toString())(options.data.root); | ||
return new hb.SafeString(builtContent); | ||
@@ -117,0 +117,0 @@ } |
{ | ||
"name": "@balena/contrato", | ||
"version": "0.11.0-build-cleanup-interfaces-24b1d94951be32e941f5a285cb711db4634dd1a2-1", | ||
"version": "0.11.0-build-cleanup-interfaces-823c8d753bbd27a568c4e685908d0756b7398822-1", | ||
"description": "The official contract implementation", | ||
@@ -74,4 +74,4 @@ "homepage": "https://github.com/product-os/contrato", | ||
"versionist": { | ||
"publishedAt": "2024-12-27T21:46:51.931Z" | ||
"publishedAt": "2025-01-10T16:53:37.132Z" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
124530