| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.3.0 source code.tar.gz | 2024-11-08 | 133.6 kB | |
| 1.3.0 source code.zip | 2024-11-08 | 165.6 kB | |
| README.md | 2024-11-08 | 429 Bytes | |
| Totals: 3 Items | 299.6 kB | 0 | |
Added
:::ts
autoResolveDeps?: {
strict: true;
optional?: boolean;
};
in the compose.up and compose.graph configs. autoResolveDeps allows automatic resolution of container dependencies (both strict and optional) without the need to manually pass them to compose.up and compose.graph.