@balena/contrato
Advanced tools
Comparing version 0.12.1-build-readme-12efc3ca2d44cb959323567f6420911aa5fe19bb-1 to 0.12.1-build-readme-71eb73286f48bedb9fda6e9304ade298e62cb2f5-1
{ | ||
"name": "@balena/contrato", | ||
"version": "0.12.1-build-readme-12efc3ca2d44cb959323567f6420911aa5fe19bb-1", | ||
"version": "0.12.1-build-readme-71eb73286f48bedb9fda6e9304ade298e62cb2f5-1", | ||
"description": "The official contract implementation", | ||
@@ -74,4 +74,4 @@ "homepage": "https://github.com/product-os/contrato", | ||
"versionist": { | ||
"publishedAt": "2025-01-17T15:19:55.583Z" | ||
"publishedAt": "2025-01-17T15:25:22.681Z" | ||
} | ||
} |
@@ -155,3 +155,3 @@ # Contrato | ||
See the [contracts specification](balena-contracts.md) for additional documentation on the contract format. | ||
See the [contracts specification](./balena-contracts.md) for additional documentation on the contract format. | ||
@@ -247,3 +247,3 @@ ## About contrato | ||
The template can be compiled into concrete contracts using the `Contract.build` method in Contrato. | ||
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. | ||
@@ -261,3 +261,3 @@ ```ts | ||
Contrato provides the `Universe` type 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. | ||
@@ -333,3 +333,3 @@ ```ts | ||
Contracts can be rendered with contrato using the `buildTemplate` function | ||
Contracts can be rendered with contrato using the [buildTemplate](https://balena-io.github.io/contrato/modules/contrato.html#buildtemplate) function | ||
@@ -336,0 +336,0 @@ ```ts |
142792