@powerlines/plugin-env 0.15.89 → 0.15.90
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/components/env.cjs
CHANGED
|
@@ -523,10 +523,11 @@ function EnvBuiltin(props) {
|
|
|
523
523
|
(0, __alloy_js_core_jsx_runtime.createComponent)(__powerlines_plugin_alloy_typescript_components_tsdoc.TSDoc, {
|
|
524
524
|
heading: "Detect the \\`mode\\` of the current runtime environment.",
|
|
525
525
|
get children() {
|
|
526
|
-
return (0, __alloy_js_core_jsx_runtime.createComponent)(__powerlines_plugin_alloy_typescript_components_tsdoc.TSDocRemarks, { children: __alloy_js_core.code`The \`mode\` is determined by the \`MODE\` environment variable, or falls back to the \`NEXT_PUBLIC_VERCEL_ENV\`, \`NODE_ENV\`, or defaults to \`production\`. While the value can potentially be any string,
|
|
527
|
-
- \`production\`
|
|
528
|
-
- \`test\`
|
|
529
|
-
- \`development
|
|
526
|
+
return (0, __alloy_js_core_jsx_runtime.createComponent)(__powerlines_plugin_alloy_typescript_components_tsdoc.TSDocRemarks, { children: __alloy_js_core.code`The \`mode\` is determined by the \`MODE\` environment variable, or falls back to the \`NEXT_PUBLIC_VERCEL_ENV\`, \`NODE_ENV\`, or defaults to \`production\`. While the value can potentially be any string, it is generally recommended to only allow a value in the following list:
|
|
527
|
+
- \`production\`
|
|
528
|
+
- \`test\`
|
|
529
|
+
- \`development\`
|
|
530
|
+
` });
|
|
530
531
|
}
|
|
531
532
|
}),
|
|
532
533
|
(0, __alloy_js_core_jsx_runtime.createComponent)(__alloy_js_typescript.VarDeclaration, {
|
package/dist/components/env.mjs
CHANGED
|
@@ -522,10 +522,11 @@ function EnvBuiltin(props) {
|
|
|
522
522
|
createComponent(TSDoc, {
|
|
523
523
|
heading: "Detect the \\`mode\\` of the current runtime environment.",
|
|
524
524
|
get children() {
|
|
525
|
-
return createComponent(TSDocRemarks, { children: code`The \`mode\` is determined by the \`MODE\` environment variable, or falls back to the \`NEXT_PUBLIC_VERCEL_ENV\`, \`NODE_ENV\`, or defaults to \`production\`. While the value can potentially be any string,
|
|
526
|
-
- \`production\`
|
|
527
|
-
- \`test\`
|
|
528
|
-
- \`development
|
|
525
|
+
return createComponent(TSDocRemarks, { children: code`The \`mode\` is determined by the \`MODE\` environment variable, or falls back to the \`NEXT_PUBLIC_VERCEL_ENV\`, \`NODE_ENV\`, or defaults to \`production\`. While the value can potentially be any string, it is generally recommended to only allow a value in the following list:
|
|
526
|
+
- \`production\`
|
|
527
|
+
- \`test\`
|
|
528
|
+
- \`development\`
|
|
529
|
+
` });
|
|
529
530
|
}
|
|
530
531
|
}),
|
|
531
532
|
createComponent(VarDeclaration, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.90",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin for injecting static .env configuration values to the code so that they're accessible at runtime.",
|
|
6
6
|
"repository": {
|
|
@@ -193,10 +193,10 @@
|
|
|
193
193
|
"@alloy-js/typescript": "^0.22.0",
|
|
194
194
|
"@babel/core": "^7.28.6",
|
|
195
195
|
"@babel/types": "^7.28.6",
|
|
196
|
-
"@powerlines/plugin-alloy": "^0.18.
|
|
197
|
-
"@powerlines/plugin-automd": "^0.1.
|
|
198
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
199
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
196
|
+
"@powerlines/plugin-alloy": "^0.18.86",
|
|
197
|
+
"@powerlines/plugin-automd": "^0.1.197",
|
|
198
|
+
"@powerlines/plugin-babel": "^0.12.206",
|
|
199
|
+
"@powerlines/plugin-plugin": "^0.12.149",
|
|
200
200
|
"@storm-software/config-tools": "^1.188.80",
|
|
201
201
|
"@stryke/capnp": "^0.12.61",
|
|
202
202
|
"@stryke/env": "^0.20.53",
|
|
@@ -206,14 +206,14 @@
|
|
|
206
206
|
"@stryke/type-checks": "^0.5.20",
|
|
207
207
|
"@stryke/types": "^0.10.34",
|
|
208
208
|
"automd": "^0.4.2",
|
|
209
|
-
"powerlines": "^0.37.
|
|
209
|
+
"powerlines": "^0.37.71"
|
|
210
210
|
},
|
|
211
211
|
"devDependencies": {
|
|
212
|
-
"@powerlines/deepkit": "^0.5.
|
|
213
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
212
|
+
"@powerlines/deepkit": "^0.5.114",
|
|
213
|
+
"@powerlines/plugin-deepkit": "^0.11.75",
|
|
214
214
|
"@types/node": "^24.10.9",
|
|
215
215
|
"vite": "8.0.0-beta.2"
|
|
216
216
|
},
|
|
217
217
|
"publishConfig": { "access": "public" },
|
|
218
|
-
"gitHead": "
|
|
218
|
+
"gitHead": "6fd6de6c956acc53f73c34d8b19827d094e604af"
|
|
219
219
|
}
|