@optique/env 1.1.0-dev.2069 → 1.1.0-dev.2077
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/README.md +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -71,7 +71,7 @@ Features
|
|
|
71
71
|
- *Common Boolean parser* via `bool()`
|
|
72
72
|
- *Prefix support* for namespaced environment variables
|
|
73
73
|
- *Custom env source* for Deno, tests, and custom runtimes
|
|
74
|
-
- *Composable contexts* with `run()
|
|
74
|
+
- *Composable contexts* with `run()`/`runAsync()`/`runWith()`
|
|
75
75
|
|
|
76
76
|
|
|
77
77
|
Documentation
|
package/dist/index.cjs
CHANGED
|
@@ -112,7 +112,7 @@ function createEnvContext(options = {}) {
|
|
|
112
112
|
* parsing the environment variable value, or if the inner
|
|
113
113
|
* parser's {@link Parser.validateValue} hook throws while
|
|
114
114
|
* re-validating a fallback value (environment variable value
|
|
115
|
-
* or configured `default`)
|
|
115
|
+
* or configured `default`)—the hook can run even when no
|
|
116
116
|
* CLI tokens are parsed (see issue #414).
|
|
117
117
|
* @since 1.0.0
|
|
118
118
|
*/
|
package/dist/index.d.cts
CHANGED
|
@@ -130,7 +130,7 @@ interface BindEnvOptions<M extends Mode, TValue> {
|
|
|
130
130
|
* parsing the environment variable value, or if the inner
|
|
131
131
|
* parser's {@link Parser.validateValue} hook throws while
|
|
132
132
|
* re-validating a fallback value (environment variable value
|
|
133
|
-
* or configured `default`)
|
|
133
|
+
* or configured `default`)—the hook can run even when no
|
|
134
134
|
* CLI tokens are parsed (see issue #414).
|
|
135
135
|
* @since 1.0.0
|
|
136
136
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -130,7 +130,7 @@ interface BindEnvOptions<M extends Mode, TValue> {
|
|
|
130
130
|
* parsing the environment variable value, or if the inner
|
|
131
131
|
* parser's {@link Parser.validateValue} hook throws while
|
|
132
132
|
* re-validating a fallback value (environment variable value
|
|
133
|
-
* or configured `default`)
|
|
133
|
+
* or configured `default`)—the hook can run even when no
|
|
134
134
|
* CLI tokens are parsed (see issue #414).
|
|
135
135
|
* @since 1.0.0
|
|
136
136
|
*/
|
package/dist/index.js
CHANGED
|
@@ -89,7 +89,7 @@ function createEnvContext(options = {}) {
|
|
|
89
89
|
* parsing the environment variable value, or if the inner
|
|
90
90
|
* parser's {@link Parser.validateValue} hook throws while
|
|
91
91
|
* re-validating a fallback value (environment variable value
|
|
92
|
-
* or configured `default`)
|
|
92
|
+
* or configured `default`)—the hook can run even when no
|
|
93
93
|
* CLI tokens are parsed (see issue #414).
|
|
94
94
|
* @since 1.0.0
|
|
95
95
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@optique/env",
|
|
3
|
-
"version": "1.1.0-dev.
|
|
3
|
+
"version": "1.1.0-dev.2077",
|
|
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.1.0-dev.
|
|
57
|
+
"@optique/core": "1.1.0-dev.2077+f8fe70c2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@types/node": "^20.19.9",
|