@powerlines/plugin-nodejs 0.1.263 → 0.1.264
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-builtin.cjs +39 -91
- package/dist/components/env-builtin.mjs +39 -91
- package/dist/components/env-builtin.mjs.map +1 -1
- package/dist/index.cjs +1 -8
- package/dist/index.mjs +1 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +8 -8
- package/dist/_virtual/_rolldown/runtime.mjs +0 -3
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
const require_runtime = require('../_virtual/_rolldown/runtime.cjs');
|
|
3
|
-
let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
|
|
4
3
|
let _alloy_js_core = require("@alloy-js/core");
|
|
5
4
|
let _alloy_js_typescript = require("@alloy-js/typescript");
|
|
6
5
|
let _powerlines_plugin_alloy_core_components_spacing = require("@powerlines/plugin-alloy/core/components/spacing");
|
|
@@ -19,86 +18,44 @@ defu = require_runtime.__toESM(defu);
|
|
|
19
18
|
function NodeJsEnvBuiltin(props) {
|
|
20
19
|
const [{ children }, rest] = (0, _alloy_js_core.splitProps)(props, ["children"]);
|
|
21
20
|
const context = (0, _powerlines_plugin_alloy_core_contexts_context.usePowerlines)();
|
|
22
|
-
return
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
}),
|
|
54
|
-
(0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_core_components_spacing.Spacing, {}),
|
|
55
|
-
(0, _alloy_js_core_jsx_runtime.createComponent)(_alloy_js_typescript.VarDeclaration, {
|
|
56
|
-
"const": true,
|
|
57
|
-
name: "homedir",
|
|
58
|
-
initializer: _alloy_js_core.code`os.homedir(); `
|
|
59
|
-
}),
|
|
60
|
-
(0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_core_components_spacing.Spacing, {}),
|
|
61
|
-
(0, _alloy_js_core_jsx_runtime.createComponent)(_alloy_js_typescript.VarDeclaration, {
|
|
62
|
-
"const": true,
|
|
63
|
-
name: "tmpdir",
|
|
64
|
-
initializer: _alloy_js_core.code`os.tmpdir(); `
|
|
65
|
-
}),
|
|
66
|
-
(0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_core_components_spacing.Spacing, {}),
|
|
67
|
-
(0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript_components_tsdoc.TSDoc, {
|
|
68
|
-
heading: "The environment path types for storing things like data, config, logs, and cache in the current runtime environment.",
|
|
69
|
-
get children() {
|
|
70
|
-
return (0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript_components_tsdoc.TSDocRemarks, { children: `These environment path types are accessed in the {@link EnvPaths} type. ` });
|
|
71
|
-
}
|
|
72
|
-
}),
|
|
73
|
-
(0, _alloy_js_core_jsx_runtime.createComponent)(_alloy_js_typescript.TypeDeclaration, {
|
|
74
|
-
"export": true,
|
|
75
|
-
name: "EnvPathType",
|
|
76
|
-
children: _alloy_js_core.code`"data" | "config" | "cache" | "log" | "temp"; `
|
|
77
|
-
}),
|
|
78
|
-
(0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_core_components_spacing.Spacing, {}),
|
|
79
|
-
(0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript_components_tsdoc.TSDoc, { heading: "The environment paths for storing things like data, config, logs, and cache in the current runtime environment." }),
|
|
80
|
-
(0, _alloy_js_core_jsx_runtime.createComponent)(_alloy_js_typescript.TypeDeclaration, {
|
|
81
|
-
"export": true,
|
|
82
|
-
name: "EnvPaths",
|
|
83
|
-
children: _alloy_js_core.code`Record<EnvPathType, string>; `
|
|
84
|
-
}),
|
|
85
|
-
(0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_core_components_spacing.Spacing, {}),
|
|
86
|
-
(0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript_components_tsdoc.TSDoc, {
|
|
87
|
-
heading: "The resolved application directories based on the current operating system and environment variables.",
|
|
88
|
-
get children() {
|
|
89
|
-
return (0, _alloy_js_core_jsx_runtime.createComponent)(_powerlines_plugin_alloy_typescript_components_tsdoc.TSDocRemarks, { children: _alloy_js_core.code`If the \`DATA_DIR\`, \`CONFIG_DIR\`, \`CACHE_DIR\`, \`LOG_DIR\`, or \`TEMP_DIR\` environment variables are set, they will be treated as overrides and used by default. If the environment variables are not set, the paths are determined based on the specific conventions for each operating system (with additional overrides available through operating system specific environment variables):
|
|
21
|
+
return <_powerlines_plugin_env_components_env_builtin.EnvBuiltin defaultConfig={_alloy_js_core.code`process.env`} {...rest} imports={(0, defu.default)({
|
|
22
|
+
"node:os": "os",
|
|
23
|
+
"node:path": ["basename", "join"]
|
|
24
|
+
}, rest.imports ?? {})}>
|
|
25
|
+
<_alloy_js_typescript.VarDeclaration export const name="isWindows" doc="An indicator specifying whether the current operating system is MacOS (darwin kernel)." initializer={_alloy_js_core.code`/^win/i.test(process.platform); `} />
|
|
26
|
+
<_powerlines_plugin_alloy_core_components_spacing.Spacing />
|
|
27
|
+
<_alloy_js_typescript.VarDeclaration export const name="isLinux" doc="An indicator specifying whether the current operating system is Linux." initializer={_alloy_js_core.code`/^linux/i.test(process.platform); `} />
|
|
28
|
+
<_powerlines_plugin_alloy_core_components_spacing.Spacing />
|
|
29
|
+
<_alloy_js_typescript.VarDeclaration export const name="isMacOS" doc="An indicator specifying whether the current operating system is MacOS (darwin kernel)." initializer={_alloy_js_core.code`/^darwin/i.test(process.platform); `} />
|
|
30
|
+
<_powerlines_plugin_alloy_core_components_spacing.Spacing />
|
|
31
|
+
<_alloy_js_typescript.VarDeclaration const name="homedir" initializer={_alloy_js_core.code`os.homedir(); `} />
|
|
32
|
+
<_powerlines_plugin_alloy_core_components_spacing.Spacing />
|
|
33
|
+
<_alloy_js_typescript.VarDeclaration const name="tmpdir" initializer={_alloy_js_core.code`os.tmpdir(); `} />
|
|
34
|
+
<_powerlines_plugin_alloy_core_components_spacing.Spacing />
|
|
35
|
+
<_powerlines_plugin_alloy_typescript_components_tsdoc.TSDoc heading="The environment path types for storing things like data, config, logs, and cache in the current runtime environment.">
|
|
36
|
+
<_powerlines_plugin_alloy_typescript_components_tsdoc.TSDocRemarks>
|
|
37
|
+
{`These environment path types are accessed in the {@link EnvPaths} type. `}
|
|
38
|
+
</_powerlines_plugin_alloy_typescript_components_tsdoc.TSDocRemarks>
|
|
39
|
+
</_powerlines_plugin_alloy_typescript_components_tsdoc.TSDoc>
|
|
40
|
+
<_alloy_js_typescript.TypeDeclaration export name="EnvPathType">
|
|
41
|
+
{_alloy_js_core.code`"data" | "config" | "cache" | "log" | "temp"; `}
|
|
42
|
+
</_alloy_js_typescript.TypeDeclaration>
|
|
43
|
+
<_powerlines_plugin_alloy_core_components_spacing.Spacing />
|
|
44
|
+
<_powerlines_plugin_alloy_typescript_components_tsdoc.TSDoc heading="The environment paths for storing things like data, config, logs, and cache in the current runtime environment." />
|
|
45
|
+
<_alloy_js_typescript.TypeDeclaration export name="EnvPaths">
|
|
46
|
+
{_alloy_js_core.code`Record<EnvPathType, string>; `}
|
|
47
|
+
</_alloy_js_typescript.TypeDeclaration>
|
|
48
|
+
<_powerlines_plugin_alloy_core_components_spacing.Spacing />
|
|
49
|
+
<_powerlines_plugin_alloy_typescript_components_tsdoc.TSDoc heading="The resolved application directories based on the current operating system and environment variables.">
|
|
50
|
+
<_powerlines_plugin_alloy_typescript_components_tsdoc.TSDocRemarks>
|
|
51
|
+
{_alloy_js_core.code`If the \`DATA_DIR\`, \`CONFIG_DIR\`, \`CACHE_DIR\`, \`LOG_DIR\`, or \`TEMP_DIR\` environment variables are set, they will be treated as overrides and used by default. If the environment variables are not set, the paths are determined based on the specific conventions for each operating system (with additional overrides available through operating system specific environment variables):
|
|
90
52
|
- **Linux**: directories are generally created in \`~/.config/<name>\` (this is determined via the [XDG Base Directory spec](https://specifications.freedesktop.org/basedir-spec/latest/))
|
|
91
53
|
- **Windows**: directories are generally created in \`%AppData%/<name>\`
|
|
92
54
|
- **MacOS**: directories are generally created in \`~/Library/Application Support/<name>\`
|
|
93
|
-
`
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
"export": true,
|
|
98
|
-
"const": true,
|
|
99
|
-
name: "paths",
|
|
100
|
-
get initializer() {
|
|
101
|
-
return _alloy_js_core.code`isMacOS
|
|
55
|
+
`}
|
|
56
|
+
</_powerlines_plugin_alloy_typescript_components_tsdoc.TSDocRemarks>
|
|
57
|
+
</_powerlines_plugin_alloy_typescript_components_tsdoc.TSDoc>
|
|
58
|
+
<_alloy_js_typescript.VarDeclaration export const name="paths" initializer={_alloy_js_core.code`isMacOS
|
|
102
59
|
? {
|
|
103
60
|
data: env.DATA_DIR
|
|
104
61
|
? join(String(env.DATA_DIR), "${(0, _stryke_string_format_title_case.titleCase)(context.config.name)}")
|
|
@@ -161,19 +118,10 @@ function NodeJsEnvBuiltin(props) {
|
|
|
161
118
|
: (env.DEVENV_RUNTIME || env.XDG_RUNTIME_DIR
|
|
162
119
|
? join((env.DEVENV_RUNTIME || env.XDG_RUNTIME_DIR)!, "${(0, _stryke_string_format_kebab_case.kebabCase)(context.config.organization)}", "${(0, _stryke_string_format_kebab_case.kebabCase)(context.config.name)}")
|
|
163
120
|
: join(tmpdir, basename(homedir), "${(0, _stryke_string_format_kebab_case.kebabCase)(context.config.organization)}", "${(0, _stryke_string_format_kebab_case.kebabCase)(context.config.name)}"))
|
|
164
|
-
} as EnvPaths;
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
(0, _alloy_js_core_jsx_runtime.createComponent)(_alloy_js_core.Show, {
|
|
169
|
-
get when() {
|
|
170
|
-
return Boolean(children);
|
|
171
|
-
},
|
|
172
|
-
children
|
|
173
|
-
})
|
|
174
|
-
];
|
|
175
|
-
}
|
|
176
|
-
}));
|
|
121
|
+
} as EnvPaths; `} />
|
|
122
|
+
<_powerlines_plugin_alloy_core_components_spacing.Spacing />
|
|
123
|
+
<_alloy_js_core.Show when={Boolean(children)}>{children}</_alloy_js_core.Show>
|
|
124
|
+
</_powerlines_plugin_env_components_env_builtin.EnvBuiltin>;
|
|
177
125
|
}
|
|
178
126
|
|
|
179
127
|
//#endregion
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { createComponent, mergeProps } from "@alloy-js/core/jsx-runtime";
|
|
2
1
|
import { Show, code, splitProps } from "@alloy-js/core";
|
|
3
2
|
import { TypeDeclaration, VarDeclaration } from "@alloy-js/typescript";
|
|
4
3
|
import { Spacing } from "@powerlines/plugin-alloy/core/components/spacing";
|
|
@@ -16,86 +15,44 @@ import defu from "defu";
|
|
|
16
15
|
function NodeJsEnvBuiltin(props) {
|
|
17
16
|
const [{ children }, rest] = splitProps(props, ["children"]);
|
|
18
17
|
const context = usePowerlines();
|
|
19
|
-
return
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}),
|
|
51
|
-
createComponent(Spacing, {}),
|
|
52
|
-
createComponent(VarDeclaration, {
|
|
53
|
-
"const": true,
|
|
54
|
-
name: "homedir",
|
|
55
|
-
initializer: code`os.homedir(); `
|
|
56
|
-
}),
|
|
57
|
-
createComponent(Spacing, {}),
|
|
58
|
-
createComponent(VarDeclaration, {
|
|
59
|
-
"const": true,
|
|
60
|
-
name: "tmpdir",
|
|
61
|
-
initializer: code`os.tmpdir(); `
|
|
62
|
-
}),
|
|
63
|
-
createComponent(Spacing, {}),
|
|
64
|
-
createComponent(TSDoc, {
|
|
65
|
-
heading: "The environment path types for storing things like data, config, logs, and cache in the current runtime environment.",
|
|
66
|
-
get children() {
|
|
67
|
-
return createComponent(TSDocRemarks, { children: `These environment path types are accessed in the {@link EnvPaths} type. ` });
|
|
68
|
-
}
|
|
69
|
-
}),
|
|
70
|
-
createComponent(TypeDeclaration, {
|
|
71
|
-
"export": true,
|
|
72
|
-
name: "EnvPathType",
|
|
73
|
-
children: code`"data" | "config" | "cache" | "log" | "temp"; `
|
|
74
|
-
}),
|
|
75
|
-
createComponent(Spacing, {}),
|
|
76
|
-
createComponent(TSDoc, { heading: "The environment paths for storing things like data, config, logs, and cache in the current runtime environment." }),
|
|
77
|
-
createComponent(TypeDeclaration, {
|
|
78
|
-
"export": true,
|
|
79
|
-
name: "EnvPaths",
|
|
80
|
-
children: code`Record<EnvPathType, string>; `
|
|
81
|
-
}),
|
|
82
|
-
createComponent(Spacing, {}),
|
|
83
|
-
createComponent(TSDoc, {
|
|
84
|
-
heading: "The resolved application directories based on the current operating system and environment variables.",
|
|
85
|
-
get children() {
|
|
86
|
-
return createComponent(TSDocRemarks, { children: code`If the \`DATA_DIR\`, \`CONFIG_DIR\`, \`CACHE_DIR\`, \`LOG_DIR\`, or \`TEMP_DIR\` environment variables are set, they will be treated as overrides and used by default. If the environment variables are not set, the paths are determined based on the specific conventions for each operating system (with additional overrides available through operating system specific environment variables):
|
|
18
|
+
return <EnvBuiltin defaultConfig={code`process.env`} {...rest} imports={defu({
|
|
19
|
+
"node:os": "os",
|
|
20
|
+
"node:path": ["basename", "join"]
|
|
21
|
+
}, rest.imports ?? {})}>
|
|
22
|
+
<VarDeclaration export const name="isWindows" doc="An indicator specifying whether the current operating system is MacOS (darwin kernel)." initializer={code`/^win/i.test(process.platform); `} />
|
|
23
|
+
<Spacing />
|
|
24
|
+
<VarDeclaration export const name="isLinux" doc="An indicator specifying whether the current operating system is Linux." initializer={code`/^linux/i.test(process.platform); `} />
|
|
25
|
+
<Spacing />
|
|
26
|
+
<VarDeclaration export const name="isMacOS" doc="An indicator specifying whether the current operating system is MacOS (darwin kernel)." initializer={code`/^darwin/i.test(process.platform); `} />
|
|
27
|
+
<Spacing />
|
|
28
|
+
<VarDeclaration const name="homedir" initializer={code`os.homedir(); `} />
|
|
29
|
+
<Spacing />
|
|
30
|
+
<VarDeclaration const name="tmpdir" initializer={code`os.tmpdir(); `} />
|
|
31
|
+
<Spacing />
|
|
32
|
+
<TSDoc heading="The environment path types for storing things like data, config, logs, and cache in the current runtime environment.">
|
|
33
|
+
<TSDocRemarks>
|
|
34
|
+
{`These environment path types are accessed in the {@link EnvPaths} type. `}
|
|
35
|
+
</TSDocRemarks>
|
|
36
|
+
</TSDoc>
|
|
37
|
+
<TypeDeclaration export name="EnvPathType">
|
|
38
|
+
{code`"data" | "config" | "cache" | "log" | "temp"; `}
|
|
39
|
+
</TypeDeclaration>
|
|
40
|
+
<Spacing />
|
|
41
|
+
<TSDoc heading="The environment paths for storing things like data, config, logs, and cache in the current runtime environment." />
|
|
42
|
+
<TypeDeclaration export name="EnvPaths">
|
|
43
|
+
{code`Record<EnvPathType, string>; `}
|
|
44
|
+
</TypeDeclaration>
|
|
45
|
+
<Spacing />
|
|
46
|
+
<TSDoc heading="The resolved application directories based on the current operating system and environment variables.">
|
|
47
|
+
<TSDocRemarks>
|
|
48
|
+
{code`If the \`DATA_DIR\`, \`CONFIG_DIR\`, \`CACHE_DIR\`, \`LOG_DIR\`, or \`TEMP_DIR\` environment variables are set, they will be treated as overrides and used by default. If the environment variables are not set, the paths are determined based on the specific conventions for each operating system (with additional overrides available through operating system specific environment variables):
|
|
87
49
|
- **Linux**: directories are generally created in \`~/.config/<name>\` (this is determined via the [XDG Base Directory spec](https://specifications.freedesktop.org/basedir-spec/latest/))
|
|
88
50
|
- **Windows**: directories are generally created in \`%AppData%/<name>\`
|
|
89
51
|
- **MacOS**: directories are generally created in \`~/Library/Application Support/<name>\`
|
|
90
|
-
`
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
"export": true,
|
|
95
|
-
"const": true,
|
|
96
|
-
name: "paths",
|
|
97
|
-
get initializer() {
|
|
98
|
-
return code`isMacOS
|
|
52
|
+
`}
|
|
53
|
+
</TSDocRemarks>
|
|
54
|
+
</TSDoc>
|
|
55
|
+
<VarDeclaration export const name="paths" initializer={code`isMacOS
|
|
99
56
|
? {
|
|
100
57
|
data: env.DATA_DIR
|
|
101
58
|
? join(String(env.DATA_DIR), "${titleCase(context.config.name)}")
|
|
@@ -158,19 +115,10 @@ function NodeJsEnvBuiltin(props) {
|
|
|
158
115
|
: (env.DEVENV_RUNTIME || env.XDG_RUNTIME_DIR
|
|
159
116
|
? join((env.DEVENV_RUNTIME || env.XDG_RUNTIME_DIR)!, "${kebabCase(context.config.organization)}", "${kebabCase(context.config.name)}")
|
|
160
117
|
: join(tmpdir, basename(homedir), "${kebabCase(context.config.organization)}", "${kebabCase(context.config.name)}"))
|
|
161
|
-
} as EnvPaths;
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
createComponent(Show, {
|
|
166
|
-
get when() {
|
|
167
|
-
return Boolean(children);
|
|
168
|
-
},
|
|
169
|
-
children
|
|
170
|
-
})
|
|
171
|
-
];
|
|
172
|
-
}
|
|
173
|
-
}));
|
|
118
|
+
} as EnvPaths; `} />
|
|
119
|
+
<Spacing />
|
|
120
|
+
<Show when={Boolean(children)}>{children}</Show>
|
|
121
|
+
</EnvBuiltin>;
|
|
174
122
|
}
|
|
175
123
|
|
|
176
124
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env-builtin.mjs","names":["code","Show","splitProps","TypeDeclaration","VarDeclaration","Spacing","usePowerlines","TSDoc","TSDocRemarks","EnvBuiltin","kebabCase","titleCase","defu","NodeJsEnvBuiltin","props","children","rest","context","_$createComponent","_$mergeProps","defaultConfig","imports","name","doc","initializer","heading","config","organization","when","Boolean"],"sources":["../../src/components/env-builtin.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, splitProps } from \"@alloy-js/core\";\nimport { TypeDeclaration, VarDeclaration } from \"@alloy-js/typescript\";\nimport { Spacing } from \"@powerlines/plugin-alloy/core/components/spacing\";\nimport { usePowerlines } from \"@powerlines/plugin-alloy/core/contexts/context\";\nimport {\n TSDoc,\n TSDocRemarks\n} from \"@powerlines/plugin-alloy/typescript/components/tsdoc\";\nimport {\n EnvBuiltin,\n EnvBuiltinProps\n} from \"@powerlines/plugin-env/components/env-builtin\";\nimport { kebabCase } from \"@stryke/string-format/kebab-case\";\nimport { titleCase } from \"@stryke/string-format/title-case\";\nimport defu from \"defu\";\nimport { NodeJsPluginContext } from \"../types\";\n\n/**\n * Generates the NodeJs environment configuration module for the Powerlines project.\n */\nexport function NodeJsEnvBuiltin(props: EnvBuiltinProps) {\n const [{ children }, rest] = splitProps(props, [\"children\"]);\n\n const context = usePowerlines<NodeJsPluginContext>();\n\n return (\n <EnvBuiltin\n defaultConfig={code`process.env`}\n {...rest}\n imports={defu(\n {\n \"node:os\": \"os\",\n \"node:path\": [\"basename\", \"join\"]\n },\n rest.imports ?? {}\n )}>\n <VarDeclaration\n export\n const\n name=\"isWindows\"\n doc=\"An indicator specifying whether the current operating system is MacOS (darwin kernel).\"\n initializer={code`/^win/i.test(process.platform); `}\n />\n <Spacing />\n <VarDeclaration\n export\n const\n name=\"isLinux\"\n doc=\"An indicator specifying whether the current operating system is Linux.\"\n initializer={code`/^linux/i.test(process.platform); `}\n />\n <Spacing />\n <VarDeclaration\n export\n const\n name=\"isMacOS\"\n doc=\"An indicator specifying whether the current operating system is MacOS (darwin kernel).\"\n initializer={code`/^darwin/i.test(process.platform); `}\n />\n <Spacing />\n <VarDeclaration const name=\"homedir\" initializer={code`os.homedir(); `} />\n <Spacing />\n <VarDeclaration const name=\"tmpdir\" initializer={code`os.tmpdir(); `} />\n <Spacing />\n <TSDoc heading=\"The environment path types for storing things like data, config, logs, and cache in the current runtime environment.\">\n <TSDocRemarks>\n {`These environment path types are accessed in the {@link EnvPaths} type. `}\n </TSDocRemarks>\n </TSDoc>\n <TypeDeclaration export name=\"EnvPathType\">\n {code`\"data\" | \"config\" | \"cache\" | \"log\" | \"temp\"; `}\n </TypeDeclaration>\n <Spacing />\n <TSDoc heading=\"The environment paths for storing things like data, config, logs, and cache in the current runtime environment.\" />\n <TypeDeclaration export name=\"EnvPaths\">\n {code`Record<EnvPathType, string>; `}\n </TypeDeclaration>\n <Spacing />\n <TSDoc heading=\"The resolved application directories based on the current operating system and environment variables.\">\n <TSDocRemarks>\n {code`If the \\`DATA_DIR\\`, \\`CONFIG_DIR\\`, \\`CACHE_DIR\\`, \\`LOG_DIR\\`, or \\`TEMP_DIR\\` environment variables are set, they will be treated as overrides and used by default. If the environment variables are not set, the paths are determined based on the specific conventions for each operating system (with additional overrides available through operating system specific environment variables):\n - **Linux**: directories are generally created in \\`~/.config/<name>\\` (this is determined via the [XDG Base Directory spec](https://specifications.freedesktop.org/basedir-spec/latest/))\n - **Windows**: directories are generally created in \\`%AppData%/<name>\\`\n - **MacOS**: directories are generally created in \\`~/Library/Application Support/<name>\\`\n `}\n </TSDocRemarks>\n </TSDoc>\n <VarDeclaration\n export\n const\n name=\"paths\"\n initializer={code`isMacOS\n ? {\n data: env.DATA_DIR\n ? join(String(env.DATA_DIR), \"${titleCase(\n context.config.name\n )}\")\n : join(homedir, \"Library\", \"Application Support\", \"${titleCase(\n context.config.organization\n )}\", \"${titleCase(context.config.name)}\"),\n config: env.CONFIG_DIR\n ? join(String(env.CONFIG_DIR), \"${titleCase(\n context.config.name\n )}\")\n : join(homedir, \"Library\", \"Preferences\", \"${titleCase(\n context.config.organization\n )}\", \"${titleCase(context.config.name)}\"),\n cache: env.CACHE_DIR\n ? join(String(env.CACHE_DIR), \"${titleCase(\n context.config.name\n )}\")\n : join(homedir, \"Library\", \"Caches\", \"${titleCase(\n context.config.organization\n )}\", \"${titleCase(context.config.name)}\"),\n log: env.LOG_DIR\n ? join(String(env.LOG_DIR), \"${titleCase(context.config.name)}\")\n : join(homedir, \"Library\", \"Logs\", \"${titleCase(\n context.config.organization\n )}\", \"${titleCase(context.config.name)}\"),\n temp: env.TEMP_DIR\n ? join(String(env.TEMP_DIR), \"${titleCase(\n context.config.name\n )}\")\n : join(tmpdir, \"${titleCase(\n context.config.organization\n )}\", \"${titleCase(context.config.name)}\")\n }\n : isWindows\n ? {\n data: env.DATA_DIR\n ? join(String(env.DATA_DIR), \"${titleCase(context.config.name)}\")\n : join(env.LOCALAPPDATA || join(homedir, \"AppData\", \"Local\"), \"${titleCase(context.config.organization)}\", \"${titleCase(\n context.config.name\n )}\", \"Data\"),\n config: env.CONFIG_DIR\n ? join(env.CONFIG_DIR!, \"${titleCase(context.config.name)}\")\n : join(env.APPDATA || join(homedir, \"AppData\", \"Roaming\"), \"${titleCase(context.config.organization)}\", \"${titleCase(\n context.config.name\n )}\", \"Config\"),\n cache: env.CACHE_DIR\n ? join(String(env.CACHE_DIR), \"${titleCase(context.config.name)}\")\n : join(env.LOCALAPPDATA || join(homedir, \"AppData\", \"Local\"), \"Cache\", \"${titleCase(context.config.organization)}\", \"${titleCase(\n context.config.name\n )}\"),\n log: env.LOG_DIR\n ? join(String(env.LOG_DIR), \"${titleCase(context.config.name)}\")\n : join(env.LOCALAPPDATA || join(homedir, \"AppData\", \"Local\"), \"${titleCase(context.config.organization)}\", \"${titleCase(\n context.config.name\n )}\", \"Log\"),\n temp: env.TEMP_DIR\n ? join(String(env.TEMP_DIR), \"${titleCase(context.config.name)}\")\n : join(tmpdir, \"${titleCase(context.config.organization)}\", \"${titleCase(context.config.name)}\")\n }\n :\n {\n data: env.DATA_DIR\n ? join(String(env.DATA_DIR), \"${kebabCase(context.config.name)}\")\n : join(\n env.XDG_DATA_HOME || join(homedir, \".local\", \"share\"),\n \"${kebabCase(context.config.organization)}\",\n \"${kebabCase(context.config.name)}\"\n ),\n config: env.CONFIG_DIR\n ? join(String(env.CONFIG_DIR), \"${kebabCase(context.config.name)}\")\n : join(\n env.XDG_CONFIG_HOME || join(homedir, \".config\"),\n \"${kebabCase(context.config.organization)}\",\n \"${kebabCase(context.config.name)}\"\n ),\n cache: env.CACHE_DIR\n ? join(String(env.CACHE_DIR), \"${kebabCase(context.config.name)}\")\n : join(env.XDG_CACHE_HOME || join(homedir, \".cache\"), \"${kebabCase(context.config.organization)}\", \"${kebabCase(\n context.config.name\n )}\"),\n log: env.LOG_DIR\n ? join(String(env.LOG_DIR), \"${kebabCase(context.config.name)}\")\n : join(env.XDG_STATE_HOME || join(homedir, \".local\", \"state\"), \"${kebabCase(context.config.organization)}\", \"${kebabCase(\n context.config.name\n )}\"),\n temp: env.TEMP_DIR\n ? join(String(env.TEMP_DIR), \"${kebabCase(context.config.name)}\")\n : (env.DEVENV_RUNTIME || env.XDG_RUNTIME_DIR\n ? join((env.DEVENV_RUNTIME || env.XDG_RUNTIME_DIR)!, \"${kebabCase(context.config.organization)}\", \"${kebabCase(\n context.config.name\n )}\")\n : join(tmpdir, basename(homedir), \"${kebabCase(context.config.organization)}\", \"${kebabCase(context.config.name)}\"))\n } as EnvPaths; `}\n />\n <Spacing />\n <Show when={Boolean(children)}>{children}</Show>\n </EnvBuiltin>\n );\n}\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"env-builtin.mjs","names":[],"sources":["../../src/components/env-builtin.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, splitProps } from \"@alloy-js/core\";\nimport { TypeDeclaration, VarDeclaration } from \"@alloy-js/typescript\";\nimport { Spacing } from \"@powerlines/plugin-alloy/core/components/spacing\";\nimport { usePowerlines } from \"@powerlines/plugin-alloy/core/contexts/context\";\nimport {\n TSDoc,\n TSDocRemarks\n} from \"@powerlines/plugin-alloy/typescript/components/tsdoc\";\nimport {\n EnvBuiltin,\n EnvBuiltinProps\n} from \"@powerlines/plugin-env/components/env-builtin\";\nimport { kebabCase } from \"@stryke/string-format/kebab-case\";\nimport { titleCase } from \"@stryke/string-format/title-case\";\nimport defu from \"defu\";\nimport { NodeJsPluginContext } from \"../types\";\n\n/**\n * Generates the NodeJs environment configuration module for the Powerlines project.\n */\nexport function NodeJsEnvBuiltin(props: EnvBuiltinProps) {\n const [{ children }, rest] = splitProps(props, [\"children\"]);\n\n const context = usePowerlines<NodeJsPluginContext>();\n\n return (\n <EnvBuiltin\n defaultConfig={code`process.env`}\n {...rest}\n imports={defu(\n {\n \"node:os\": \"os\",\n \"node:path\": [\"basename\", \"join\"]\n },\n rest.imports ?? {}\n )}>\n <VarDeclaration\n export\n const\n name=\"isWindows\"\n doc=\"An indicator specifying whether the current operating system is MacOS (darwin kernel).\"\n initializer={code`/^win/i.test(process.platform); `}\n />\n <Spacing />\n <VarDeclaration\n export\n const\n name=\"isLinux\"\n doc=\"An indicator specifying whether the current operating system is Linux.\"\n initializer={code`/^linux/i.test(process.platform); `}\n />\n <Spacing />\n <VarDeclaration\n export\n const\n name=\"isMacOS\"\n doc=\"An indicator specifying whether the current operating system is MacOS (darwin kernel).\"\n initializer={code`/^darwin/i.test(process.platform); `}\n />\n <Spacing />\n <VarDeclaration const name=\"homedir\" initializer={code`os.homedir(); `} />\n <Spacing />\n <VarDeclaration const name=\"tmpdir\" initializer={code`os.tmpdir(); `} />\n <Spacing />\n <TSDoc heading=\"The environment path types for storing things like data, config, logs, and cache in the current runtime environment.\">\n <TSDocRemarks>\n {`These environment path types are accessed in the {@link EnvPaths} type. `}\n </TSDocRemarks>\n </TSDoc>\n <TypeDeclaration export name=\"EnvPathType\">\n {code`\"data\" | \"config\" | \"cache\" | \"log\" | \"temp\"; `}\n </TypeDeclaration>\n <Spacing />\n <TSDoc heading=\"The environment paths for storing things like data, config, logs, and cache in the current runtime environment.\" />\n <TypeDeclaration export name=\"EnvPaths\">\n {code`Record<EnvPathType, string>; `}\n </TypeDeclaration>\n <Spacing />\n <TSDoc heading=\"The resolved application directories based on the current operating system and environment variables.\">\n <TSDocRemarks>\n {code`If the \\`DATA_DIR\\`, \\`CONFIG_DIR\\`, \\`CACHE_DIR\\`, \\`LOG_DIR\\`, or \\`TEMP_DIR\\` environment variables are set, they will be treated as overrides and used by default. If the environment variables are not set, the paths are determined based on the specific conventions for each operating system (with additional overrides available through operating system specific environment variables):\n - **Linux**: directories are generally created in \\`~/.config/<name>\\` (this is determined via the [XDG Base Directory spec](https://specifications.freedesktop.org/basedir-spec/latest/))\n - **Windows**: directories are generally created in \\`%AppData%/<name>\\`\n - **MacOS**: directories are generally created in \\`~/Library/Application Support/<name>\\`\n `}\n </TSDocRemarks>\n </TSDoc>\n <VarDeclaration\n export\n const\n name=\"paths\"\n initializer={code`isMacOS\n ? {\n data: env.DATA_DIR\n ? join(String(env.DATA_DIR), \"${titleCase(\n context.config.name\n )}\")\n : join(homedir, \"Library\", \"Application Support\", \"${titleCase(\n context.config.organization\n )}\", \"${titleCase(context.config.name)}\"),\n config: env.CONFIG_DIR\n ? join(String(env.CONFIG_DIR), \"${titleCase(\n context.config.name\n )}\")\n : join(homedir, \"Library\", \"Preferences\", \"${titleCase(\n context.config.organization\n )}\", \"${titleCase(context.config.name)}\"),\n cache: env.CACHE_DIR\n ? join(String(env.CACHE_DIR), \"${titleCase(\n context.config.name\n )}\")\n : join(homedir, \"Library\", \"Caches\", \"${titleCase(\n context.config.organization\n )}\", \"${titleCase(context.config.name)}\"),\n log: env.LOG_DIR\n ? join(String(env.LOG_DIR), \"${titleCase(context.config.name)}\")\n : join(homedir, \"Library\", \"Logs\", \"${titleCase(\n context.config.organization\n )}\", \"${titleCase(context.config.name)}\"),\n temp: env.TEMP_DIR\n ? join(String(env.TEMP_DIR), \"${titleCase(\n context.config.name\n )}\")\n : join(tmpdir, \"${titleCase(\n context.config.organization\n )}\", \"${titleCase(context.config.name)}\")\n }\n : isWindows\n ? {\n data: env.DATA_DIR\n ? join(String(env.DATA_DIR), \"${titleCase(context.config.name)}\")\n : join(env.LOCALAPPDATA || join(homedir, \"AppData\", \"Local\"), \"${titleCase(context.config.organization)}\", \"${titleCase(\n context.config.name\n )}\", \"Data\"),\n config: env.CONFIG_DIR\n ? join(env.CONFIG_DIR!, \"${titleCase(context.config.name)}\")\n : join(env.APPDATA || join(homedir, \"AppData\", \"Roaming\"), \"${titleCase(context.config.organization)}\", \"${titleCase(\n context.config.name\n )}\", \"Config\"),\n cache: env.CACHE_DIR\n ? join(String(env.CACHE_DIR), \"${titleCase(context.config.name)}\")\n : join(env.LOCALAPPDATA || join(homedir, \"AppData\", \"Local\"), \"Cache\", \"${titleCase(context.config.organization)}\", \"${titleCase(\n context.config.name\n )}\"),\n log: env.LOG_DIR\n ? join(String(env.LOG_DIR), \"${titleCase(context.config.name)}\")\n : join(env.LOCALAPPDATA || join(homedir, \"AppData\", \"Local\"), \"${titleCase(context.config.organization)}\", \"${titleCase(\n context.config.name\n )}\", \"Log\"),\n temp: env.TEMP_DIR\n ? join(String(env.TEMP_DIR), \"${titleCase(context.config.name)}\")\n : join(tmpdir, \"${titleCase(context.config.organization)}\", \"${titleCase(context.config.name)}\")\n }\n :\n {\n data: env.DATA_DIR\n ? join(String(env.DATA_DIR), \"${kebabCase(context.config.name)}\")\n : join(\n env.XDG_DATA_HOME || join(homedir, \".local\", \"share\"),\n \"${kebabCase(context.config.organization)}\",\n \"${kebabCase(context.config.name)}\"\n ),\n config: env.CONFIG_DIR\n ? join(String(env.CONFIG_DIR), \"${kebabCase(context.config.name)}\")\n : join(\n env.XDG_CONFIG_HOME || join(homedir, \".config\"),\n \"${kebabCase(context.config.organization)}\",\n \"${kebabCase(context.config.name)}\"\n ),\n cache: env.CACHE_DIR\n ? join(String(env.CACHE_DIR), \"${kebabCase(context.config.name)}\")\n : join(env.XDG_CACHE_HOME || join(homedir, \".cache\"), \"${kebabCase(context.config.organization)}\", \"${kebabCase(\n context.config.name\n )}\"),\n log: env.LOG_DIR\n ? join(String(env.LOG_DIR), \"${kebabCase(context.config.name)}\")\n : join(env.XDG_STATE_HOME || join(homedir, \".local\", \"state\"), \"${kebabCase(context.config.organization)}\", \"${kebabCase(\n context.config.name\n )}\"),\n temp: env.TEMP_DIR\n ? join(String(env.TEMP_DIR), \"${kebabCase(context.config.name)}\")\n : (env.DEVENV_RUNTIME || env.XDG_RUNTIME_DIR\n ? join((env.DEVENV_RUNTIME || env.XDG_RUNTIME_DIR)!, \"${kebabCase(context.config.organization)}\", \"${kebabCase(\n context.config.name\n )}\")\n : join(tmpdir, basename(homedir), \"${kebabCase(context.config.organization)}\", \"${kebabCase(context.config.name)}\"))\n } as EnvPaths; `}\n />\n <Spacing />\n <Show when={Boolean(children)}>{children}</Show>\n </EnvBuiltin>\n );\n}\n"],"mappings":"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"}
|
package/dist/index.cjs
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
2
2
|
const require_runtime = require('./_virtual/_rolldown/runtime.cjs');
|
|
3
3
|
const require_components_env_builtin = require('./components/env-builtin.cjs');
|
|
4
|
-
let _alloy_js_core_jsx_runtime = require("@alloy-js/core/jsx-runtime");
|
|
5
4
|
let _powerlines_plugin_alloy_render = require("@powerlines/plugin-alloy/render");
|
|
6
5
|
let _powerlines_plugin_babel = require("@powerlines/plugin-babel");
|
|
7
6
|
_powerlines_plugin_babel = require_runtime.__toESM(_powerlines_plugin_babel);
|
|
@@ -27,14 +26,8 @@ const plugin = (options = {}) => {
|
|
|
27
26
|
if (!(0, powerlines_typescript.isMatchFound)("node", this.tsconfig.tsconfigJson.compilerOptions.types)) this.tsconfig.tsconfigJson.compilerOptions.types.push("node");
|
|
28
27
|
},
|
|
29
28
|
async prepare() {
|
|
30
|
-
const _self$ = this;
|
|
31
29
|
const result = await (0, _powerlines_plugin_env_helpers_persistence.readEnvTypeReflection)(this, "env");
|
|
32
|
-
return (0, _powerlines_plugin_alloy_render.render)(this,
|
|
33
|
-
get defaultConfig() {
|
|
34
|
-
return _self$.config.env.defaultConfig;
|
|
35
|
-
},
|
|
36
|
-
reflection: result
|
|
37
|
-
}));
|
|
30
|
+
return (0, _powerlines_plugin_alloy_render.render)(this, <require_components_env_builtin.NodeJsEnvBuiltin defaultConfig={this.config.env.defaultConfig} reflection={result} />);
|
|
38
31
|
}
|
|
39
32
|
}
|
|
40
33
|
];
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { NodeJsEnvBuiltin } from "./components/env-builtin.mjs";
|
|
2
|
-
import { createComponent } from "@alloy-js/core/jsx-runtime";
|
|
3
2
|
import { render } from "@powerlines/plugin-alloy/render";
|
|
4
3
|
import babel from "@powerlines/plugin-babel";
|
|
5
4
|
import env from "@powerlines/plugin-env";
|
|
@@ -23,14 +22,8 @@ const plugin = (options = {}) => {
|
|
|
23
22
|
if (!isMatchFound("node", this.tsconfig.tsconfigJson.compilerOptions.types)) this.tsconfig.tsconfigJson.compilerOptions.types.push("node");
|
|
24
23
|
},
|
|
25
24
|
async prepare() {
|
|
26
|
-
const _self$ = this;
|
|
27
25
|
const result = await readEnvTypeReflection(this, "env");
|
|
28
|
-
return render(this,
|
|
29
|
-
get defaultConfig() {
|
|
30
|
-
return _self$.config.env.defaultConfig;
|
|
31
|
-
},
|
|
32
|
-
reflection: result
|
|
33
|
-
}));
|
|
26
|
+
return render(this, <NodeJsEnvBuiltin defaultConfig={this.config.env.defaultConfig} reflection={result} />);
|
|
34
27
|
}
|
|
35
28
|
}
|
|
36
29
|
];
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.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 { render } from \"@powerlines/plugin-alloy/render\";\nimport babel from \"@powerlines/plugin-babel\";\nimport env from \"@powerlines/plugin-env\";\nimport { readEnvTypeReflection } from \"@powerlines/plugin-env/helpers/persistence\";\nimport { Plugin } from \"powerlines\";\nimport { isMatchFound } from \"powerlines/typescript\";\nimport { NodeJsEnvBuiltin } from \"./components/env-builtin\";\nimport { NodeJsPluginContext, NodeJsPluginOptions } from \"./types/plugin\";\n\ndeclare module \"powerlines\" {\n interface Config {\n nodejs?: NodeJsPluginOptions;\n }\n}\n\n/**\n * A package containing a Powerlines plugin for building a NodeJs application.\n */\nexport const plugin = <\n TContext extends NodeJsPluginContext = NodeJsPluginContext\n>(\n options: NodeJsPluginOptions = {}\n): Plugin<TContext>[] => {\n return [\n babel(options.babel),\n env(options.env),\n {\n name: \"nodejs\",\n configResolved() {\n this.devDependencies[\"@types/node\"] = \"^22.14.6\";\n\n this.tsconfig.tsconfigJson.compilerOptions ??= {};\n this.tsconfig.tsconfigJson.compilerOptions.types ??= [];\n if (\n !isMatchFound(\n \"node\",\n this.tsconfig.tsconfigJson.compilerOptions.types\n )\n ) {\n this.tsconfig.tsconfigJson.compilerOptions.types.push(\"node\");\n }\n },\n async prepare() {\n const result = await readEnvTypeReflection(this, \"env\");\n\n return render(\n this,\n <NodeJsEnvBuiltin\n defaultConfig={this.config.env.defaultConfig}\n reflection={result}\n />\n );\n }\n }\n ] as Plugin<TContext>[];\n};\n\nexport default plugin;\n"],"mappings":";;;;;;;;;;;AAoCA,MAAa,UAGX,UAA+B,EAAE,KACV;AACvB,QAAO;EACL,MAAM,QAAQ,MAAM;EACpB,IAAI,QAAQ,IAAI;EAChB;GACE,MAAM;GACN,iBAAiB;AACf,SAAK,gBAAgB,iBAAiB;AAEtC,SAAK,SAAS,aAAa,oBAAoB,EAAE;AACjD,SAAK,SAAS,aAAa,gBAAgB,UAAU,EAAE;AACvD,QACE,CAAC,aACC,QACA,KAAK,SAAS,aAAa,gBAAgB,MAC5C,CAED,MAAK,SAAS,aAAa,gBAAgB,MAAM,KAAK,OAAO;;GAGjE,MAAM,UAAU;IACd,MAAM,SAAS,MAAM,sBAAsB,MAAM,MAAM;AAEvD,WAAO,OACL,MACA,CAAC,iBACC,eAAe,KAAK,OAAO,IAAI,eAC/B,YAAY,WAEf;;GAEJ;EACF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-nodejs",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.264",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin for building a Node.js application.",
|
|
6
6
|
"repository": {
|
|
@@ -119,17 +119,17 @@
|
|
|
119
119
|
"dependencies": {
|
|
120
120
|
"@alloy-js/core": "0.23.0-dev.8",
|
|
121
121
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
122
|
-
"@powerlines/plugin-alloy": "^0.25.
|
|
123
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
124
|
-
"@powerlines/plugin-env": "^0.16.
|
|
125
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
122
|
+
"@powerlines/plugin-alloy": "^0.25.28",
|
|
123
|
+
"@powerlines/plugin-babel": "^0.12.347",
|
|
124
|
+
"@powerlines/plugin-env": "^0.16.63",
|
|
125
|
+
"@powerlines/plugin-plugin": "^0.12.295",
|
|
126
126
|
"@storm-software/config-tools": "1.189.28",
|
|
127
127
|
"@stryke/string-format": "^0.17.3",
|
|
128
128
|
"defu": "^6.1.4",
|
|
129
|
-
"powerlines": "^0.41.
|
|
129
|
+
"powerlines": "^0.41.9"
|
|
130
130
|
},
|
|
131
|
-
"devDependencies": { "@types/node": "^25.
|
|
131
|
+
"devDependencies": { "@types/node": "^25.5.0" },
|
|
132
132
|
"publishConfig": { "access": "public" },
|
|
133
133
|
"types": "./dist/index.d.cts",
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "74a26c533ea4d67ba1b3e297256309c2e23f6e62"
|
|
135
135
|
}
|