@optique/core 1.2.0-dev.2324 → 1.2.0-dev.2330

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/core",
3
- "version": "1.2.0-dev.2324",
3
+ "version": "1.2.0-dev.2330",
4
4
  "description": "Type-safe combinatorial command-line interface parser",
5
5
  "keywords": [
6
6
  "CLI",
@@ -225,7 +225,7 @@
225
225
  "fast-check": "^4.7.0",
226
226
  "tsdown": "^0.13.0",
227
227
  "typescript": "^5.8.3",
228
- "@optique/env": "1.2.0-dev.2324+747f36a7"
228
+ "@optique/env": "1.2.0-dev.2330+6776ce17"
229
229
  },
230
230
  "scripts": {
231
231
  "build": "tsdown",
@@ -242,19 +242,19 @@ Reference links
242
242
  Integration packages
243
243
  --------------------
244
244
 
245
- | Package | Use for | Docs |
246
- | --------------------------- | ----------------------------------------- | ----------------------------------------------------- |
247
- | `@optique/env` | Environment variable fallbacks | <https://optique.dev/integrations/env.md> |
248
- | `@optique/config` | Configuration file fallbacks | <https://optique.dev/integrations/config.md> |
249
- | `@optique/derived-defaults` | Defaults computed from first-pass results | <https://optique.dev/concepts/derived-defaults.md> |
250
- | `@optique/prompt` | Generic prompt adapter foundation | <https://optique.dev/integrations/prompt.md> |
251
- | `@optique/clack` | Clack interactive fallback prompts | <https://optique.dev/integrations/clack.md> |
252
- | `@optique/inquirer` | Inquirer.js interactive fallback prompts | <https://optique.dev/integrations/inquirer.md> |
253
- | `@optique/standard-schema` | Portable schema-backed value parsing | <https://optique.dev/integrations/standard-schema.md> |
254
- | `@optique/zod` | Zod-backed value parsing | <https://optique.dev/integrations/zod.md> |
255
- | `@optique/valibot` | Valibot-backed value parsing | <https://optique.dev/integrations/valibot.md> |
256
- | `@optique/temporal` | Temporal date and time parsers | <https://optique.dev/integrations/temporal.md> |
257
- | `@optique/git` | Async Git reference validation | <https://optique.dev/integrations/git.md> |
258
- | `@optique/logtape` | LogTape verbosity and log-level options | <https://optique.dev/integrations/logtape.md> |
259
- | `@optique/man` | Man page generation | <https://optique.dev/concepts/man.md> |
260
- | `@optique/discover` | File-based command discovery | <https://optique.dev/concepts/discover.md> |
245
+ | Package | Use for | Docs |
246
+ | --------------------------- | ------------------------------------------- | ----------------------------------------------------- |
247
+ | `@optique/env` | Environment variable fallbacks | <https://optique.dev/integrations/env.md> |
248
+ | `@optique/config` | Configuration file fallbacks | <https://optique.dev/integrations/config.md> |
249
+ | `@optique/derived-defaults` | Defaults computed from first-pass results | <https://optique.dev/concepts/derived-defaults.md> |
250
+ | `@optique/prompt` | Generic prompt adapter foundation | <https://optique.dev/integrations/prompt.md> |
251
+ | `@optique/clack` | Clack interactive fallback prompts | <https://optique.dev/integrations/clack.md> |
252
+ | `@optique/inquirer` | Inquirer.js interactive fallback prompts | <https://optique.dev/integrations/inquirer.md> |
253
+ | `@optique/standard-schema` | Portable schema-backed value parsing | <https://optique.dev/integrations/standard-schema.md> |
254
+ | `@optique/zod` | Zod-backed value parsing | <https://optique.dev/integrations/zod.md> |
255
+ | `@optique/valibot` | Valibot-backed value parsing | <https://optique.dev/integrations/valibot.md> |
256
+ | `@optique/temporal` | Temporal date and time parsers | <https://optique.dev/integrations/temporal.md> |
257
+ | `@optique/git` | Async Git reference validation | <https://optique.dev/integrations/git.md> |
258
+ | `@optique/logtape` | LogTape levels and formatter/output options | <https://optique.dev/integrations/logtape.md> |
259
+ | `@optique/man` | Man page generation | <https://optique.dev/concepts/man.md> |
260
+ | `@optique/discover` | File-based command discovery | <https://optique.dev/concepts/discover.md> |