paratix 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/{chunk-LI47NIKN.js → chunk-ENWMSERJ.js} +212 -47
- package/dist/chunk-ENWMSERJ.js.map +1 -0
- package/dist/{chunk-3WK4QNJK.js → chunk-IUY5BJHA.js} +2 -2
- package/dist/{chunk-MHPFGCEY.js → chunk-JJRF37BP.js} +34 -1
- package/dist/chunk-JJRF37BP.js.map +1 -0
- package/dist/cli.js +4 -4
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -3
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/index.js +2 -2
- package/dist/{user-CraCJci7.d.ts → user-CiAMlpWO.d.ts} +64 -13
- package/llm-guide.md +4 -3
- package/package.json +1 -1
- package/dist/chunk-LI47NIKN.js.map +0 -1
- package/dist/chunk-MHPFGCEY.js.map +0 -1
- /package/dist/{chunk-3WK4QNJK.js.map → chunk-IUY5BJHA.js.map} +0 -0
package/llm-guide.md
CHANGED
|
@@ -236,9 +236,10 @@ Import with renaming: `import { package as pkg } from "paratix/modules"`. The wo
|
|
|
236
236
|
|
|
237
237
|
### `quadlet`
|
|
238
238
|
|
|
239
|
-
| Method
|
|
240
|
-
|
|
|
241
|
-
| `quadlet.container`
|
|
239
|
+
| Method | Signature | Idempotent |
|
|
240
|
+
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------- |
|
|
241
|
+
| `quadlet.container` | `(options: { addCapability?: string[]; addDevice?: string[]; annotation?: Record<string, string>; autoUpdate?: "local" \| "registry"; containerName?: string; description?: string; dns?: string[]; dnsOption?: string[]; dnsSearch?: string[]; dropCapability?: string[]; entrypoint?: string[]; environment?: Record<string, string>; environmentFiles?: string[]; exec?: string[]; exposeHostPort?: string[]; groupAdd?: string[]; healthCmd?: string; healthInterval?: string; healthOnFailure?: "kill" \| "none" \| "restart" \| "stop"; healthRetries?: number; healthStartPeriod?: string; healthTimeout?: string; hostName?: string; image: string; ip?: string; ip6?: string; label?: Record<string, string>; logDriver?: string; mask?: string[]; mount?: string[]; name: string; networks?: string[]; noNewPrivileges?: boolean; notify?: boolean; podmanArgs?: string[]; publishPorts?: string[]; pull?: "always" \| "missing" \| "never" \| "newer"; readOnly?: boolean; restart?: "always" \| "no" \| "on-abnormal" \| "on-abort" \| "on-failure" \| "on-success" \| "on-watchdog"; runInit?: boolean; secret?: string[]; seccompProfile?: string; securityLabelDisable?: boolean; securityLabelType?: string; stopTimeout?: number; sysctl?: Record<string, string>; timeoutStartSec?: number; timeoutStopSec?: number; timezone?: string; tmpfs?: string[]; ulimit?: string[]; unmask?: string[]; user?: string; userNs?: string; volumes?: string[]; wantedBy?: string; workingDir?: string }): Module` | Yes |
|
|
242
|
+
| `quadlet.updateImage` | `(options: { authFile?: string; image: string; name: string; serviceName?: string }): Module` | Partial |
|
|
242
243
|
|
|
243
244
|
### `releaseUpgrade`
|
|
244
245
|
|