@optique/env 1.0.0-dev.1692 → 1.0.0-dev.1693

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
@@ -158,6 +158,7 @@ function bindEnv(parser, options) {
158
158
  };
159
159
  return {
160
160
  success: true,
161
+ ...result.provisional ? { provisional: true } : {},
161
162
  next: {
162
163
  ...result.next,
163
164
  state: nextState$1
package/dist/index.js CHANGED
@@ -135,6 +135,7 @@ function bindEnv(parser, options) {
135
135
  };
136
136
  return {
137
137
  success: true,
138
+ ...result.provisional ? { provisional: true } : {},
138
139
  next: {
139
140
  ...result.next,
140
141
  state: nextState$1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/env",
3
- "version": "1.0.0-dev.1692+5c265bd4",
3
+ "version": "1.0.0-dev.1693+e2748d7a",
4
4
  "description": "Environment variable support for Optique",
5
5
  "keywords": [
6
6
  "CLI",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "sideEffects": false,
56
56
  "dependencies": {
57
- "@optique/core": "1.0.0-dev.1692+5c265bd4"
57
+ "@optique/core": "1.0.0-dev.1693+e2748d7a"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/node": "^20.19.9",