@shell-shock/preset-script 0.6.16 → 0.6.18

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.
@@ -1,10 +1,10 @@
1
- import * as _alloy_js_core5 from "@alloy-js/core";
1
+ import * as _alloy_js_core9 from "@alloy-js/core";
2
2
 
3
3
  //#region src/components/exit-function-declaration.d.ts
4
4
  /**
5
5
  * The `exit` handler function declaration code for the Shell Shock project.
6
6
  */
7
- declare function ExitFunctionDeclaration(): _alloy_js_core5.Children;
7
+ declare function ExitFunctionDeclaration(): _alloy_js_core9.Children;
8
8
  //#endregion
9
9
  export { ExitFunctionDeclaration };
10
10
  //# sourceMappingURL=exit-function-declaration.d.cts.map
@@ -1,4 +1,4 @@
1
- import * as _alloy_js_core0 from "@alloy-js/core";
1
+ import * as _alloy_js_core3 from "@alloy-js/core";
2
2
  import { CommandOption, CommandTree } from "@shell-shock/core/types/command";
3
3
 
4
4
  //#region src/components/help.d.ts
@@ -20,7 +20,7 @@ interface HelpUsageProps {
20
20
  /**
21
21
  * A component that generates the usage display for a command.
22
22
  */
23
- declare function HelpUsage(props: HelpUsageProps): _alloy_js_core0.Children;
23
+ declare function HelpUsage(props: HelpUsageProps): _alloy_js_core3.Children;
24
24
  interface HelpOptionsProps {
25
25
  /**
26
26
  * The options to display help for.
@@ -30,7 +30,7 @@ interface HelpOptionsProps {
30
30
  /**
31
31
  * A component that generates the options table display for a command.
32
32
  */
33
- declare function HelpOptions(props: HelpOptionsProps): _alloy_js_core0.Children;
33
+ declare function HelpOptions(props: HelpOptionsProps): _alloy_js_core3.Children;
34
34
  interface HelpCommandsProps {
35
35
  /**
36
36
  * A mapping of command names to their command definitions.
@@ -40,7 +40,7 @@ interface HelpCommandsProps {
40
40
  /**
41
41
  * A component that generates the commands table display for a command.
42
42
  */
43
- declare function HelpCommands(props: HelpCommandsProps): _alloy_js_core0.Children;
43
+ declare function HelpCommands(props: HelpCommandsProps): _alloy_js_core3.Children;
44
44
  interface BaseHelpProps {
45
45
  /**
46
46
  * The command to generate help for.
@@ -68,7 +68,7 @@ interface BaseHelpProps {
68
68
  /**
69
69
  * A component that generates the `help` function declaration for a command.
70
70
  */
71
- declare function BaseHelp(props: BaseHelpProps): _alloy_js_core0.Children;
71
+ declare function BaseHelp(props: BaseHelpProps): _alloy_js_core3.Children;
72
72
  interface VirtualHelpProps {
73
73
  /**
74
74
  * The options to display help for.
@@ -89,7 +89,7 @@ interface VirtualHelpProps {
89
89
  /**
90
90
  * A component that generates the invocation of the `help` function for a command.
91
91
  */
92
- declare function VirtualHelp(props: VirtualHelpProps): _alloy_js_core0.Children;
92
+ declare function VirtualHelp(props: VirtualHelpProps): _alloy_js_core3.Children;
93
93
  interface CommandHelpProps {
94
94
  /**
95
95
  * A mapping of command names to their command definitions.
@@ -99,7 +99,7 @@ interface CommandHelpProps {
99
99
  /**
100
100
  * A component that generates the invocation of the `help` function for a command.
101
101
  */
102
- declare function CommandHelp(props: CommandHelpProps): _alloy_js_core0.Children;
102
+ declare function CommandHelp(props: CommandHelpProps): _alloy_js_core3.Children;
103
103
  //#endregion
104
104
  export { BaseHelp, BaseHelpProps, CommandHelp, CommandHelpProps, HelpCommands, HelpCommandsProps, HelpOptions, HelpOptionsProps, HelpUsage, HelpUsageProps, VirtualHelp, VirtualHelpProps };
105
105
  //# sourceMappingURL=help.d.cts.map
@@ -1,4 +1,4 @@
1
- import * as _alloy_js_core0 from "@alloy-js/core";
1
+ import * as _alloy_js_core3 from "@alloy-js/core";
2
2
  import { CommandOption, CommandTree } from "@shell-shock/core/types/command";
3
3
 
4
4
  //#region src/components/help.d.ts
@@ -20,7 +20,7 @@ interface HelpUsageProps {
20
20
  /**
21
21
  * A component that generates the usage display for a command.
22
22
  */
23
- declare function HelpUsage(props: HelpUsageProps): _alloy_js_core0.Children;
23
+ declare function HelpUsage(props: HelpUsageProps): _alloy_js_core3.Children;
24
24
  interface HelpOptionsProps {
25
25
  /**
26
26
  * The options to display help for.
@@ -30,7 +30,7 @@ interface HelpOptionsProps {
30
30
  /**
31
31
  * A component that generates the options table display for a command.
32
32
  */
33
- declare function HelpOptions(props: HelpOptionsProps): _alloy_js_core0.Children;
33
+ declare function HelpOptions(props: HelpOptionsProps): _alloy_js_core3.Children;
34
34
  interface HelpCommandsProps {
35
35
  /**
36
36
  * A mapping of command names to their command definitions.
@@ -40,7 +40,7 @@ interface HelpCommandsProps {
40
40
  /**
41
41
  * A component that generates the commands table display for a command.
42
42
  */
43
- declare function HelpCommands(props: HelpCommandsProps): _alloy_js_core0.Children;
43
+ declare function HelpCommands(props: HelpCommandsProps): _alloy_js_core3.Children;
44
44
  interface BaseHelpProps {
45
45
  /**
46
46
  * The command to generate help for.
@@ -68,7 +68,7 @@ interface BaseHelpProps {
68
68
  /**
69
69
  * A component that generates the `help` function declaration for a command.
70
70
  */
71
- declare function BaseHelp(props: BaseHelpProps): _alloy_js_core0.Children;
71
+ declare function BaseHelp(props: BaseHelpProps): _alloy_js_core3.Children;
72
72
  interface VirtualHelpProps {
73
73
  /**
74
74
  * The options to display help for.
@@ -89,7 +89,7 @@ interface VirtualHelpProps {
89
89
  /**
90
90
  * A component that generates the invocation of the `help` function for a command.
91
91
  */
92
- declare function VirtualHelp(props: VirtualHelpProps): _alloy_js_core0.Children;
92
+ declare function VirtualHelp(props: VirtualHelpProps): _alloy_js_core3.Children;
93
93
  interface CommandHelpProps {
94
94
  /**
95
95
  * A mapping of command names to their command definitions.
@@ -99,7 +99,7 @@ interface CommandHelpProps {
99
99
  /**
100
100
  * A component that generates the invocation of the `help` function for a command.
101
101
  */
102
- declare function CommandHelp(props: CommandHelpProps): _alloy_js_core0.Children;
102
+ declare function CommandHelp(props: CommandHelpProps): _alloy_js_core3.Children;
103
103
  //#endregion
104
104
  export { BaseHelp, BaseHelpProps, CommandHelp, CommandHelpProps, HelpCommands, HelpCommandsProps, HelpOptions, HelpOptionsProps, HelpUsage, HelpUsageProps, VirtualHelp, VirtualHelpProps };
105
105
  //# sourceMappingURL=help.d.mts.map
@@ -1,4 +1,4 @@
1
- import * as _alloy_js_core6 from "@alloy-js/core";
1
+ import * as _alloy_js_core0 from "@alloy-js/core";
2
2
 
3
3
  //#region src/components/helpers.d.ts
4
4
 
@@ -8,22 +8,22 @@ import * as _alloy_js_core6 from "@alloy-js/core";
8
8
  * @remarks
9
9
  * This is used to conditionally include debug-only logic in the generated application, such as additional logging or development tools. The logic should check for common indicators of debug mode, such as environment variables or the presence of a debugger.
10
10
  */
11
- declare function IsDebug(): _alloy_js_core6.Children;
11
+ declare function IsDebug(): _alloy_js_core0.Children;
12
12
  /**
13
13
  * Write the logic to determine if the application is **not** running in debug mode.
14
14
  */
15
- declare function IsNotDebug(): _alloy_js_core6.Children;
15
+ declare function IsNotDebug(): _alloy_js_core0.Children;
16
16
  /**
17
17
  * Write the logic to determine if the application is running in verbose mode.
18
18
  *
19
19
  * @remarks
20
20
  * This is used to conditionally include verbose-only logic in the generated application, such as additional logging or detailed output. The logic should check for common indicators of verbose mode, such as environment variables or command-line flags.
21
21
  */
22
- declare function IsVerbose(): _alloy_js_core6.Children;
22
+ declare function IsVerbose(): _alloy_js_core0.Children;
23
23
  /**
24
24
  * Write the logic to determine if the application is **not** running in verbose mode.
25
25
  */
26
- declare function IsNotVerbose(): _alloy_js_core6.Children;
26
+ declare function IsNotVerbose(): _alloy_js_core0.Children;
27
27
  //#endregion
28
28
  export { IsDebug, IsNotDebug, IsNotVerbose, IsVerbose };
29
29
  //# sourceMappingURL=helpers.d.cts.map
@@ -1,4 +1,4 @@
1
- import * as _alloy_js_core5 from "@alloy-js/core";
1
+ import * as _alloy_js_core0 from "@alloy-js/core";
2
2
 
3
3
  //#region src/components/helpers.d.ts
4
4
 
@@ -8,22 +8,22 @@ import * as _alloy_js_core5 from "@alloy-js/core";
8
8
  * @remarks
9
9
  * This is used to conditionally include debug-only logic in the generated application, such as additional logging or development tools. The logic should check for common indicators of debug mode, such as environment variables or the presence of a debugger.
10
10
  */
11
- declare function IsDebug(): _alloy_js_core5.Children;
11
+ declare function IsDebug(): _alloy_js_core0.Children;
12
12
  /**
13
13
  * Write the logic to determine if the application is **not** running in debug mode.
14
14
  */
15
- declare function IsNotDebug(): _alloy_js_core5.Children;
15
+ declare function IsNotDebug(): _alloy_js_core0.Children;
16
16
  /**
17
17
  * Write the logic to determine if the application is running in verbose mode.
18
18
  *
19
19
  * @remarks
20
20
  * This is used to conditionally include verbose-only logic in the generated application, such as additional logging or detailed output. The logic should check for common indicators of verbose mode, such as environment variables or command-line flags.
21
21
  */
22
- declare function IsVerbose(): _alloy_js_core5.Children;
22
+ declare function IsVerbose(): _alloy_js_core0.Children;
23
23
  /**
24
24
  * Write the logic to determine if the application is **not** running in verbose mode.
25
25
  */
26
- declare function IsNotVerbose(): _alloy_js_core5.Children;
26
+ declare function IsNotVerbose(): _alloy_js_core0.Children;
27
27
  //#endregion
28
28
  export { IsDebug, IsNotDebug, IsNotVerbose, IsVerbose };
29
29
  //# sourceMappingURL=helpers.d.mts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/preset-script",
3
- "version": "0.6.16",
3
+ "version": "0.6.18",
4
4
  "type": "module",
5
5
  "description": "A Shell Shock preset that generates a fully-featured script application.",
6
6
  "repository": {
@@ -240,20 +240,20 @@
240
240
  "@powerlines/deepkit": "^0.6.69",
241
241
  "@powerlines/plugin-alloy": "^0.23.19",
242
242
  "@powerlines/plugin-plugin": "^0.12.240",
243
- "@shell-shock/core": "^0.9.3",
244
- "@shell-shock/plugin-theme": "^0.3.5",
243
+ "@shell-shock/core": "^0.9.5",
244
+ "@shell-shock/plugin-theme": "^0.3.7",
245
245
  "@stryke/helpers": "^0.9.42",
246
246
  "@stryke/path": "0.26.6",
247
247
  "@stryke/string-format": "0.14.2",
248
248
  "defu": "6.1.4",
249
249
  "powerlines": "^0.38.56",
250
- "@shell-shock/plugin-console": "^0.1.1"
250
+ "@shell-shock/plugin-console": "^0.1.3"
251
251
  },
252
252
  "devDependencies": {
253
253
  "@babel/core": "^7.29.0",
254
254
  "@powerlines/plugin-alloy": "^0.23.19",
255
- "@types/node": "^25.3.0"
255
+ "@types/node": "^25.3.1"
256
256
  },
257
257
  "publishConfig": { "access": "public" },
258
- "gitHead": "4cf65f37aca1c43ffac57a86bf21e184134437f1"
258
+ "gitHead": "603cb61e0a2c4c8a1e86beb4b3d8dc2882ea207f"
259
259
  }