@powerlines/plugin-env 0.16.134 → 0.16.135
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/docs.cjs +3 -2
- package/dist/components/docs.d.cts +2 -1
- package/dist/components/docs.d.cts.map +1 -1
- package/dist/components/docs.d.mts +2 -1
- package/dist/components/docs.d.mts.map +1 -1
- package/dist/components/docs.mjs +2 -1
- package/dist/components/docs.mjs.map +1 -1
- package/dist/components/env-builtin.d.cts +2 -2
- package/dist/components/env-builtin.d.cts.map +1 -1
- package/dist/components/env-builtin.d.mts +2 -2
- package/dist/components/env-builtin.d.mts.map +1 -1
- package/dist/helpers/docs-helper.cjs +1 -1
- package/dist/helpers/docs-helper.mjs +1 -1
- package/dist/helpers/docs-helper.mjs.map +1 -1
- package/package.json +9 -9
package/dist/components/docs.cjs
CHANGED
|
@@ -9,6 +9,7 @@ let _alloy_js_core = require("@alloy-js/core");
|
|
|
9
9
|
let _alloy_js_markdown = require("@alloy-js/markdown");
|
|
10
10
|
let _powerlines_plugin_alloy_core_components_spacing = require("@powerlines/plugin-alloy/core/components/spacing");
|
|
11
11
|
let _powerlines_plugin_alloy_core_contexts_context = require("@powerlines/plugin-alloy/core/contexts/context");
|
|
12
|
+
let _powerlines_plugin_alloy_markdown_components_heading = require("@powerlines/plugin-alloy/markdown/components/heading");
|
|
12
13
|
let _powerlines_plugin_alloy_markdown_components_markdown_file = require("@powerlines/plugin-alloy/markdown/components/markdown-file");
|
|
13
14
|
let _powerlines_plugin_alloy_markdown_components_markdown_table = require("@powerlines/plugin-alloy/markdown/components/markdown-table");
|
|
14
15
|
|
|
@@ -41,7 +42,7 @@ function EnvDocsFile(props) {
|
|
|
41
42
|
return (0, _stryke_path_join.joinPaths)(require_helpers_docs_helper.getDocsOutputPath(context), "env.md");
|
|
42
43
|
} }, rest, { get children() {
|
|
43
44
|
return [
|
|
44
|
-
(0, _alloy_js_core_jsx_runtime.createComponent)(
|
|
45
|
+
(0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_markdown_components_heading.Heading, {
|
|
45
46
|
level: 1 + levelOffset,
|
|
46
47
|
children: "Environment Configuration"
|
|
47
48
|
}),
|
|
@@ -63,7 +64,7 @@ function EnvDocsFile(props) {
|
|
|
63
64
|
}),
|
|
64
65
|
_alloy_js_core.code`package. These values can be updated in the \`.env\` file in the root of the project.`,
|
|
65
66
|
(0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_core_components_spacing.Spacing, {}),
|
|
66
|
-
(0, _alloy_js_core_jsx_runtime.createComponent)(
|
|
67
|
+
(0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_markdown_components_heading.Heading, {
|
|
67
68
|
level: 2 + levelOffset,
|
|
68
69
|
children: "Environment Variables"
|
|
69
70
|
}),
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as _$_alloy_js_core0 from "@alloy-js/core";
|
|
1
2
|
import { ReflectionClass } from "@powerlines/deepkit/vendor/type";
|
|
2
3
|
import { MarkdownFileProps } from "@powerlines/plugin-alloy/markdown/components/markdown-file";
|
|
3
4
|
|
|
@@ -17,7 +18,7 @@ interface EnvDocsFileProps extends Partial<MarkdownFileProps> {
|
|
|
17
18
|
/**
|
|
18
19
|
* Generates the environment configuration markdown documentation for the Powerlines project.
|
|
19
20
|
*/
|
|
20
|
-
declare function EnvDocsFile(props: EnvDocsFileProps):
|
|
21
|
+
declare function EnvDocsFile(props: EnvDocsFileProps): _$_alloy_js_core0.Children;
|
|
21
22
|
//#endregion
|
|
22
23
|
export { EnvDocsFile, EnvDocsFileProps };
|
|
23
24
|
//# sourceMappingURL=docs.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"docs.d.cts","names":[],"sources":["../../src/components/docs.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"docs.d.cts","names":[],"sources":["../../src/components/docs.tsx"],"mappings":";;;;;UAoCiB,gBAAA,SAAyB,OAAA,CAAQ,iBAAA;;;AAAlD;;;;;;EASE,WAAA;EAEA,UAAA,EAAY,eAAA;AAAA;;;;iBAME,WAAA,CAAY,KAAA,EAAO,gBAAA,GAAgB,iBAAA,CAAA,QAAA"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ReflectionClass } from "@powerlines/deepkit/vendor/type";
|
|
2
|
+
import * as _$_alloy_js_core0 from "@alloy-js/core";
|
|
2
3
|
import { MarkdownFileProps } from "@powerlines/plugin-alloy/markdown/components/markdown-file";
|
|
3
4
|
|
|
4
5
|
//#region src/components/docs.d.ts
|
|
@@ -17,7 +18,7 @@ interface EnvDocsFileProps extends Partial<MarkdownFileProps> {
|
|
|
17
18
|
/**
|
|
18
19
|
* Generates the environment configuration markdown documentation for the Powerlines project.
|
|
19
20
|
*/
|
|
20
|
-
declare function EnvDocsFile(props: EnvDocsFileProps):
|
|
21
|
+
declare function EnvDocsFile(props: EnvDocsFileProps): _$_alloy_js_core0.Children;
|
|
21
22
|
//#endregion
|
|
22
23
|
export { EnvDocsFile, EnvDocsFileProps };
|
|
23
24
|
//# sourceMappingURL=docs.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"docs.d.mts","names":[],"sources":["../../src/components/docs.tsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"docs.d.mts","names":[],"sources":["../../src/components/docs.tsx"],"mappings":";;;;;UAoCiB,gBAAA,SAAyB,OAAA,CAAQ,iBAAA;;;AAAlD;;;;;;EASE,WAAA;EAEA,UAAA,EAAY,eAAA;AAAA;;;;iBAME,WAAA,CAAY,KAAA,EAAO,gBAAA,GAAgB,iBAAA,CAAA,QAAA"}
|
package/dist/components/docs.mjs
CHANGED
|
@@ -4,9 +4,10 @@ import { stringifyType } from "@powerlines/deepkit/vendor/type";
|
|
|
4
4
|
import { joinPaths } from "@stryke/path/join";
|
|
5
5
|
import { createComponent, mergeProps } from "@alloy-js/core/jsx-runtime";
|
|
6
6
|
import { Show, code } from "@alloy-js/core";
|
|
7
|
-
import {
|
|
7
|
+
import { Link } from "@alloy-js/markdown";
|
|
8
8
|
import { Spacing } from "@powerlines/plugin-alloy/core/components/spacing";
|
|
9
9
|
import { usePowerlines } from "@powerlines/plugin-alloy/core/contexts/context";
|
|
10
|
+
import { Heading } from "@powerlines/plugin-alloy/markdown/components/heading";
|
|
10
11
|
import { MarkdownFile } from "@powerlines/plugin-alloy/markdown/components/markdown-file";
|
|
11
12
|
import { MarkdownTable } from "@powerlines/plugin-alloy/markdown/components/markdown-table";
|
|
12
13
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"docs.mjs","names":[],"sources":["../../src/components/docs.tsx"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { code, Show } from \"@alloy-js/core\";\nimport {
|
|
1
|
+
{"version":3,"file":"docs.mjs","names":[],"sources":["../../src/components/docs.tsx"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { code, Show } from \"@alloy-js/core\";\nimport { Link } from \"@alloy-js/markdown\";\nimport {\n ReflectionClass,\n stringifyType\n} from \"@powerlines/deepkit/vendor/type\";\nimport { Spacing } from \"@powerlines/plugin-alloy/core/components/spacing\";\nimport { usePowerlines } from \"@powerlines/plugin-alloy/core/contexts/context\";\nimport { Heading } from \"@powerlines/plugin-alloy/markdown/components/heading\";\nimport {\n MarkdownFile,\n MarkdownFileProps\n} from \"@powerlines/plugin-alloy/markdown/components/markdown-file\";\nimport { MarkdownTable } from \"@powerlines/plugin-alloy/markdown/components/markdown-table\";\nimport { joinPaths } from \"@stryke/path/join\";\nimport { getDocsOutputPath } from \"../helpers/docs-helper\";\nimport { EnvPluginContext } from \"../types/plugin\";\n\nexport interface EnvDocsFileProps extends Partial<MarkdownFileProps> {\n /**\n * The heading level offset to apply to the generated documentation.\n *\n * @remarks\n * This is useful when nesting the documentation within other markdown files.\n *\n * @defaultValue 0\n */\n levelOffset?: number;\n\n reflection: ReflectionClass<any>;\n}\n\n/**\n * Generates the environment configuration markdown documentation for the Powerlines project.\n */\nexport function EnvDocsFile(props: EnvDocsFileProps) {\n const { levelOffset = 0, reflection, ...rest } = props;\n\n const context = usePowerlines<EnvPluginContext>();\n\n return (\n <MarkdownFile\n path={joinPaths(getDocsOutputPath(context), \"env.md\")}\n {...rest}>\n <Heading level={1 + levelOffset}>Environment Configuration</Heading>\n {code`Below is a list of environment variables used by the`}\n <Show when={!!context.packageJson.name}>\n <Link\n href={`https://www.npmjs.com/package/${context.packageJson.name}`}\n title={context.packageJson.name!}\n />\n </Show>\n {code`package. These values can be updated in the \\`.env\\` file in the root of the project.`}\n <Spacing />\n <Heading level={2 + levelOffset}>Environment Variables</Heading>\n <Spacing />\n {code`The below list of environment variables are used as configuration parameters to drive the processing of the application. The data contained in these variables are **not** considered sensitive or confidential. Any values provided in these variables will be available in plain text.`}\n <Spacing />\n <MarkdownTable\n data={\n reflection\n ?.getProperties()\n .filter(\n property =>\n !property.isHidden() &&\n !property.isIgnored() &&\n !property.isReadonly() &&\n !property.isInternal()\n )\n .sort((a, b) =>\n a.getNameAsString().localeCompare(b.getNameAsString())\n )\n .map(reflectionProperty => {\n return {\n name: reflectionProperty.getNameAsString().trim(),\n description: (reflectionProperty.getDescription() ?? \"\").trim(),\n type: stringifyType(reflectionProperty.getType())\n .trim()\n .replaceAll(/\\s*(?:\\||&)\\s*/g, \", or \"),\n defaultValue: reflectionProperty.hasDefault()\n ? String(reflectionProperty.getDefaultValue())?.includes('\"')\n ? reflectionProperty.getDefaultValue()\n : `\\`${reflectionProperty.getDefaultValue()}\\``\n : \"\",\n required: reflectionProperty.isValueRequired() ? \"\" : \"✔\"\n };\n }) ?? []\n }\n />\n </MarkdownFile>\n );\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;AAIA,SAAM,aAAS,IAAW,MAAM;AAC/B,IAAG,SAAU;AACb,QAAQ;;;;;;;;;;;;;;AAkCT,SAAM,YAAA,OAAA;CACJ,MAAG,EACF,cAAA,GACC,YACA,GAAA,SACF;;AAEA,QAAA,gBAAY,cAAoB,WAAA,EAClC,IAAA,OAAA;;IAGG,EAAA,MAAA,EACD,IAAA,WAAA;AACI,SAAC;GAAA,gBAAqB,SAAO;IAC3B,OAAE,IAAA;;IAEH,CAAC;GAAA,IAAA;GAA2C,gBAAA,MAAA;;AAE1C,YAAA,CAAA,CAAA,QAAA,YAAA;;IAEH,IAAM,WAAU;AACZ,YAAK,gBAAA,MAAA;MACR,IAAQ,OAAQ;AACX,cAAS,iCAAgC,QAAQ,YAAI;;MAExD,IAAA,QAAA;AACK,cAAG,QAAY,YAAU;;MAE9B,CAAA;;IAEF,CAAA;GAAA,IAAK;GAAsF,gBAAA,SAAA,EAAA,CAAA;GAAA,gBAAA,SAAA;IAC3F,OAAQ,IAAC;IACT,UAAQ;IACR,CAAA;GAAA,gBAAS,SAAA,EAAA,CAAA;GAAA,IAAA;GAAA,gBAAA,SAAA,EAAA,CAAA;GAAA,gBAAA,eAAA,EACT,IAAK,OAAI;AACT,WAAS,YAAA,eAAA,CAAA,OAAA,cAAA,aAAA,CAAA,SAAA,UAAA,IAAA,CAAA,SAAA,WAAA,IAAA,CAAA,SAAA,YAAA,IAAA,CAAA,SAAA,YAAA,EAAA;KAAA;KAAA;KAAA;KAAA,CAAA,CAAA,CAAA,KAAA,cAAA,GAAA,MAAA,EAAA,iBAAA,CAAA,cAAA,EAAA,iBAAA,CAAA,EAAA;KAAA;KAAA;KAAA;KAAA;KAAA,CAAA,CAAA,CAAA,IAAA,cAAA,uBAAA;AACT,YAAA;MACM,MAAA,mBAAA,iBAAA,CAAA,MAAA;MACH,cAAA,mBAAA,gBAAA,IAAA,IAAA,MAAA;MACI,MAAA,cAAc,mBAAA,SAAA,CAAA,CAAA,MAAA,CAAA,WAAA,mBAAA,QAAA;MACf,cAAM,mBAAA,YAAA,GAAA,OAAA,mBAAA,iBAAA,CAAA,EAAA,SAAA,KAAA,GAAA,mBAAA,iBAAA,GAAA,KAAA,mBAAA,iBAAA,CAAA,MAAA;MACL,UAAU,mBAAA,iBAAA,GAAA,KAAA;MACX;OACA;KAAC;KAAsB;KAAG;KAAA,CAAA,CAAA,IAAA,EAAA;MAEhC,CAAC;GAAC;IAEN,CAAC,CAAC;;AAEL,YAAY,SAAA;OAAA;CAAA;CAAA;CAAA;CAAA;CAAA"}
|
|
@@ -7,7 +7,7 @@ import { InterfaceDeclarationProps } from "@powerlines/plugin-alloy/typescript/c
|
|
|
7
7
|
/**
|
|
8
8
|
* Generates the environment configuration typescript definition for the Powerlines project.
|
|
9
9
|
*/
|
|
10
|
-
declare function EnvTypeDefinition(props: Omit<InterfaceDeclarationProps, "name">):
|
|
10
|
+
declare function EnvTypeDefinition(props: Omit<InterfaceDeclarationProps, "name">): Children;
|
|
11
11
|
interface EnvBuiltinProps extends Omit<BuiltinFileProps, "id"> {
|
|
12
12
|
defaultConfig?: Children;
|
|
13
13
|
reflection: ReflectionClass<any>;
|
|
@@ -15,7 +15,7 @@ interface EnvBuiltinProps extends Omit<BuiltinFileProps, "id"> {
|
|
|
15
15
|
/**
|
|
16
16
|
* Generates the environment configuration module for the Powerlines project.
|
|
17
17
|
*/
|
|
18
|
-
declare function EnvBuiltin(props: EnvBuiltinProps):
|
|
18
|
+
declare function EnvBuiltin(props: EnvBuiltinProps): Children;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { EnvBuiltin, EnvBuiltinProps, EnvTypeDefinition };
|
|
21
21
|
//# sourceMappingURL=env-builtin.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env-builtin.d.cts","names":[],"sources":["../../src/components/env-builtin.tsx"],"mappings":";;;;;;;;AAwEA;iBAAgB,iBAAA,CACd,KAAA,EAAO,IAAA,CAAK,yBAAA;AAAA,
|
|
1
|
+
{"version":3,"file":"env-builtin.d.cts","names":[],"sources":["../../src/components/env-builtin.tsx"],"mappings":";;;;;;;;AAwEA;iBAAgB,iBAAA,CACd,KAAA,EAAO,IAAA,CAAK,yBAAA,YAAkC,QAAA;AAAA,UAuM/B,eAAA,SAAwB,IAAA,CAAK,gBAAA;EAC5C,aAAA,GAAgB,QAAA;EAChB,UAAA,EAAY,eAAA;AAAA;;;;iBAUE,UAAA,CAAW,KAAA,EAAO,eAAA,GAAe,QAAA"}
|
|
@@ -7,7 +7,7 @@ import { InterfaceDeclarationProps } from "@powerlines/plugin-alloy/typescript/c
|
|
|
7
7
|
/**
|
|
8
8
|
* Generates the environment configuration typescript definition for the Powerlines project.
|
|
9
9
|
*/
|
|
10
|
-
declare function EnvTypeDefinition(props: Omit<InterfaceDeclarationProps, "name">):
|
|
10
|
+
declare function EnvTypeDefinition(props: Omit<InterfaceDeclarationProps, "name">): Children;
|
|
11
11
|
interface EnvBuiltinProps extends Omit<BuiltinFileProps, "id"> {
|
|
12
12
|
defaultConfig?: Children;
|
|
13
13
|
reflection: ReflectionClass<any>;
|
|
@@ -15,7 +15,7 @@ interface EnvBuiltinProps extends Omit<BuiltinFileProps, "id"> {
|
|
|
15
15
|
/**
|
|
16
16
|
* Generates the environment configuration module for the Powerlines project.
|
|
17
17
|
*/
|
|
18
|
-
declare function EnvBuiltin(props: EnvBuiltinProps):
|
|
18
|
+
declare function EnvBuiltin(props: EnvBuiltinProps): Children;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { EnvBuiltin, EnvBuiltinProps, EnvTypeDefinition };
|
|
21
21
|
//# sourceMappingURL=env-builtin.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env-builtin.d.mts","names":[],"sources":["../../src/components/env-builtin.tsx"],"mappings":";;;;;;;;AAwEA;iBAAgB,iBAAA,CACd,KAAA,EAAO,IAAA,CAAK,yBAAA;AAAA,
|
|
1
|
+
{"version":3,"file":"env-builtin.d.mts","names":[],"sources":["../../src/components/env-builtin.tsx"],"mappings":";;;;;;;;AAwEA;iBAAgB,iBAAA,CACd,KAAA,EAAO,IAAA,CAAK,yBAAA,YAAkC,QAAA;AAAA,UAuM/B,eAAA,SAAwB,IAAA,CAAK,gBAAA;EAC5C,aAAA,GAAgB,QAAA;EAChB,UAAA,EAAY,eAAA;AAAA;;;;iBAUE,UAAA,CAAW,KAAA,EAAO,eAAA,GAAe,QAAA"}
|
|
@@ -11,7 +11,7 @@ let _stryke_path_join = require("@stryke/path/join");
|
|
|
11
11
|
* @returns The output path for the generated environment documentation.
|
|
12
12
|
*/
|
|
13
13
|
function getDocsOutputPath(context) {
|
|
14
|
-
return (0, _stryke_path_join.joinPaths)(context.config.root, "docs", "
|
|
14
|
+
return (0, _stryke_path_join.joinPaths)(context.config.root, "docs", "reference");
|
|
15
15
|
}
|
|
16
16
|
getDocsOutputPath.__type = [
|
|
17
17
|
() => require_types_plugin.__ΩEnvPluginContext,
|
|
@@ -9,7 +9,7 @@ import { joinPaths } from "@stryke/path/join";
|
|
|
9
9
|
* @returns The output path for the generated environment documentation.
|
|
10
10
|
*/
|
|
11
11
|
function getDocsOutputPath(context) {
|
|
12
|
-
return joinPaths(context.config.root, "docs", "
|
|
12
|
+
return joinPaths(context.config.root, "docs", "reference");
|
|
13
13
|
}
|
|
14
14
|
getDocsOutputPath.__type = [
|
|
15
15
|
() => __ΩEnvPluginContext,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"docs-helper.mjs","names":[],"sources":["../../src/helpers/docs-helper.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { joinPaths } from \"@stryke/path/join\";\nimport { EnvPluginContext } from \"../types/plugin\";\n\n/**\n * Gets the output path for the generated environment documentation.\n *\n * @param context - The environment plugin context.\n * @returns The output path for the generated environment documentation.\n */\nexport function getDocsOutputPath(context: EnvPluginContext): string {\n return joinPaths(context.config.root, \"docs\", \"
|
|
1
|
+
{"version":3,"file":"docs-helper.mjs","names":[],"sources":["../../src/helpers/docs-helper.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { joinPaths } from \"@stryke/path/join\";\nimport { EnvPluginContext } from \"../types/plugin\";\n\n/**\n * Gets the output path for the generated environment documentation.\n *\n * @param context - The environment plugin context.\n * @returns The output path for the generated environment documentation.\n */\nexport function getDocsOutputPath(context: EnvPluginContext): string {\n return joinPaths(context.config.root, \"docs\", \"reference\");\n}\n"],"mappings":";;;;;;;;;;AA0BA,SAAE,kBAAA,SAAA;AACF,QAAO,UAAS,QAAA,OAAkB,MAAA,QAAS,YAAiB;;AAE5D,kBAAA,SAAA;OAAA;CAAA;CAAA;CAAA;CAAA;CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.135",
|
|
4
4
|
"private": false,
|
|
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
|
"keywords": ["dotenv", "powerlines", "storm-software", "powerlines-plugin"],
|
|
@@ -306,12 +306,12 @@
|
|
|
306
306
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
307
307
|
"@babel/core": "8.0.0-rc.3",
|
|
308
308
|
"@babel/types": "8.0.0-rc.3",
|
|
309
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
310
|
-
"@powerlines/plugin-automd": "^0.1.
|
|
311
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
312
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
313
|
-
"@powerlines/deepkit": "^0.8.
|
|
314
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
309
|
+
"@powerlines/plugin-alloy": "^0.26.28",
|
|
310
|
+
"@powerlines/plugin-automd": "^0.1.410",
|
|
311
|
+
"@powerlines/plugin-babel": "^0.12.404",
|
|
312
|
+
"@powerlines/plugin-plugin": "^0.12.361",
|
|
313
|
+
"@powerlines/deepkit": "^0.8.12",
|
|
314
|
+
"@powerlines/plugin-deepkit": "^0.11.291",
|
|
315
315
|
"@storm-software/config-tools": "^1.189.77",
|
|
316
316
|
"@stryke/capnp": "^0.12.92",
|
|
317
317
|
"@stryke/convert": "^0.6.58",
|
|
@@ -325,10 +325,10 @@
|
|
|
325
325
|
"@stryke/types": "^0.11.3",
|
|
326
326
|
"automd": "^0.4.3",
|
|
327
327
|
"defu": "^6.1.7",
|
|
328
|
-
"powerlines": "^0.43.
|
|
328
|
+
"powerlines": "^0.43.9",
|
|
329
329
|
"c12": "^3.3.4"
|
|
330
330
|
},
|
|
331
331
|
"devDependencies": { "@types/node": "^25.6.0", "vite": "^8.0.10" },
|
|
332
332
|
"publishConfig": { "access": "public" },
|
|
333
|
-
"gitHead": "
|
|
333
|
+
"gitHead": "507b498ea7a291431e92f4ebfb82978f07e45a47"
|
|
334
334
|
}
|