@optique/config 1.0.0-dev.1692 → 1.0.0-dev.1695

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
@@ -343,6 +343,7 @@ function bindConfig(parser, options) {
343
343
  };
344
344
  return {
345
345
  success: true,
346
+ ...result.provisional ? { provisional: true } : {},
346
347
  next: {
347
348
  ...result.next,
348
349
  state: newState$1
package/dist/index.js CHANGED
@@ -320,6 +320,7 @@ function bindConfig(parser, options) {
320
320
  };
321
321
  return {
322
322
  success: true,
323
+ ...result.provisional ? { provisional: true } : {},
323
324
  next: {
324
325
  ...result.next,
325
326
  state: newState$1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/config",
3
- "version": "1.0.0-dev.1692+5c265bd4",
3
+ "version": "1.0.0-dev.1695+f0ab0347",
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.0.0-dev.1692+5c265bd4"
62
+ "@optique/core": "1.0.0-dev.1695+f0ab0347"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@standard-schema/spec": "^1.1.0",
@@ -67,7 +67,7 @@
67
67
  "tsdown": "^0.13.0",
68
68
  "typescript": "^5.8.3",
69
69
  "zod": "^3.25.0 || ^4.0.0",
70
- "@optique/env": "1.0.0-dev.1692+5c265bd4"
70
+ "@optique/env": "1.0.0-dev.1695+f0ab0347"
71
71
  },
72
72
  "scripts": {
73
73
  "build": "tsdown",