@forwardimpact/libwiki 0.2.2 → 0.2.3
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/bin/fit-wiki.js +2 -0
- package/package.json +1 -1
package/bin/fit-wiki.js
CHANGED
|
@@ -29,6 +29,7 @@ const agentOpt = {
|
|
|
29
29
|
agent: {
|
|
30
30
|
type: "string",
|
|
31
31
|
description: "Agent name (falls back to LIBEVAL_AGENT_PROFILE env var)",
|
|
32
|
+
default: process.env.LIBEVAL_AGENT_PROFILE,
|
|
32
33
|
},
|
|
33
34
|
};
|
|
34
35
|
|
|
@@ -165,6 +166,7 @@ const definition = {
|
|
|
165
166
|
type: "string",
|
|
166
167
|
description:
|
|
167
168
|
"Sender agent name (falls back to LIBEVAL_AGENT_PROFILE env var)",
|
|
169
|
+
default: process.env.LIBEVAL_AGENT_PROFILE,
|
|
168
170
|
},
|
|
169
171
|
to: {
|
|
170
172
|
type: "string",
|