@balena/contrato
Advanced tools
Comparing version 0.12.2 to 0.12.3-build-fix-links-17ec483b055f1c88f66236515a96c24b239e9ecd-1
{ | ||
"name": "@balena/contrato", | ||
"version": "0.12.2", | ||
"version": "0.12.3-build-fix-links-17ec483b055f1c88f66236515a96c24b239e9ecd-1", | ||
"description": "The official contract implementation", | ||
@@ -74,4 +74,4 @@ "homepage": "https://github.com/product-os/contrato", | ||
"versionist": { | ||
"publishedAt": "2025-01-22T22:35:42.242Z" | ||
"publishedAt": "2025-02-03T17:51:30.130Z" | ||
} | ||
} |
@@ -35,3 +35,3 @@ # Contrato | ||
[](https://balena-io.github.io/contrato/modules/contrato.html) | ||
[](https://balena-io.github.io/contrato/index.html) | ||
@@ -239,3 +239,3 @@ ## About contracts | ||
In Contrato, the template can be compiled into concrete contracts using the [Contract.build](https://balena-io.github.io/contrato/classes/contrato.contract.html#build) function. | ||
In Contrato, the template can be compiled into concrete contracts using the [Contract.build](https://balena-io.github.io/contrato/classes/Contract.html#build) function. | ||
@@ -253,3 +253,3 @@ ```ts | ||
Contrato provides the [Universe type](https://balena-io.github.io/contrato/classes/universe.html) for working with a universe of contracts. | ||
Contrato provides the [Universe type](https://balena-io.github.io/contrato/classes/Universe.html) for working with a universe of contracts. | ||
@@ -325,3 +325,3 @@ ```ts | ||
Contracts can be rendered with contrato using the [buildTemplate](https://balena-io.github.io/contrato/modules/contrato.html#buildtemplate) function | ||
Contracts can be rendered with contrato using the [buildTemplate](https://balena-io.github.io/contrato/functions/buildTemplate.html) function | ||
@@ -328,0 +328,0 @@ ```ts |
142467