@optique/config 1.1.0-dev.2065 → 1.1.0-dev.2070

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/dist/index.cjs CHANGED
@@ -480,7 +480,7 @@ function validateFallbackValue(mode, innerParser, value) {
480
480
  * key callback.
481
481
  * @throws {Error} Propagates errors thrown by
482
482
  * `innerParser.validateValue()` (via
483
- * {@link getConfigOrDefault} / {@link validateFallbackValue})
483
+ * {@link getConfigOrDefault}/{@link validateFallbackValue})
484
484
  * while revalidating a config-sourced value or the
485
485
  * configured `default` against the inner CLI parser's
486
486
  * constraints (see issue #414).
package/dist/index.js CHANGED
@@ -457,7 +457,7 @@ function validateFallbackValue(mode, innerParser, value) {
457
457
  * key callback.
458
458
  * @throws {Error} Propagates errors thrown by
459
459
  * `innerParser.validateValue()` (via
460
- * {@link getConfigOrDefault} / {@link validateFallbackValue})
460
+ * {@link getConfigOrDefault}/{@link validateFallbackValue})
461
461
  * while revalidating a config-sourced value or the
462
462
  * configured `default` against the inner CLI parser's
463
463
  * constraints (see issue #414).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/config",
3
- "version": "1.1.0-dev.2065",
3
+ "version": "1.1.0-dev.2070",
4
4
  "description": "Configuration file support for Optique with Standard Schema validation",
5
5
  "keywords": [
6
6
  "CLI",
@@ -59,7 +59,7 @@
59
59
  "@standard-schema/spec": "^1.1.0"
60
60
  },
61
61
  "dependencies": {
62
- "@optique/core": "1.1.0-dev.2065+01bc5b18"
62
+ "@optique/core": "1.1.0-dev.2070+40944724"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@standard-schema/spec": "^1.1.0",
@@ -68,7 +68,7 @@
68
68
  "tsdown": "^0.13.0",
69
69
  "typescript": "^5.8.3",
70
70
  "zod": "^3.25.0 || ^4.0.0",
71
- "@optique/env": "1.1.0-dev.2065+01bc5b18"
71
+ "@optique/env": "1.1.0-dev.2070+40944724"
72
72
  },
73
73
  "scripts": {
74
74
  "build": "tsdown",