@optique/env 1.0.0-dev.643 → 1.0.0-dev.644

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
@@ -101,7 +101,8 @@ function createEnvContext(options = {}) {
101
101
  * @param options Environment binding options.
102
102
  * @returns A parser with environment fallback behavior.
103
103
  * @throws {Error} If the inner parser throws while parsing or completing a
104
- * value, or if the environment value parser throws while
104
+ * value, if the environment source throws while reading a
105
+ * variable, or if the environment value parser throws while
105
106
  * parsing the environment variable value.
106
107
  * @since 1.0.0
107
108
  */
package/dist/index.d.cts CHANGED
@@ -117,7 +117,8 @@ interface BindEnvOptions<M extends Mode, TValue> {
117
117
  * @param options Environment binding options.
118
118
  * @returns A parser with environment fallback behavior.
119
119
  * @throws {Error} If the inner parser throws while parsing or completing a
120
- * value, or if the environment value parser throws while
120
+ * value, if the environment source throws while reading a
121
+ * variable, or if the environment value parser throws while
121
122
  * parsing the environment variable value.
122
123
  * @since 1.0.0
123
124
  */
package/dist/index.d.ts CHANGED
@@ -117,7 +117,8 @@ interface BindEnvOptions<M extends Mode, TValue> {
117
117
  * @param options Environment binding options.
118
118
  * @returns A parser with environment fallback behavior.
119
119
  * @throws {Error} If the inner parser throws while parsing or completing a
120
- * value, or if the environment value parser throws while
120
+ * value, if the environment source throws while reading a
121
+ * variable, or if the environment value parser throws while
121
122
  * parsing the environment variable value.
122
123
  * @since 1.0.0
123
124
  */
package/dist/index.js CHANGED
@@ -78,7 +78,8 @@ function createEnvContext(options = {}) {
78
78
  * @param options Environment binding options.
79
79
  * @returns A parser with environment fallback behavior.
80
80
  * @throws {Error} If the inner parser throws while parsing or completing a
81
- * value, or if the environment value parser throws while
81
+ * value, if the environment source throws while reading a
82
+ * variable, or if the environment value parser throws while
82
83
  * parsing the environment variable value.
83
84
  * @since 1.0.0
84
85
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/env",
3
- "version": "1.0.0-dev.643+d24fc564",
3
+ "version": "1.0.0-dev.644+b48bf1dd",
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.643+d24fc564"
57
+ "@optique/core": "1.0.0-dev.644+b48bf1dd"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@types/node": "^20.19.9",