@shell-shock/preset-script 0.3.0 → 0.3.1

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,4 +1,4 @@
1
- import * as _alloy_js_core1 from "@alloy-js/core";
1
+ import * as _alloy_js_core0 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_core1.Children;
23
+ declare function HelpUsage(props: HelpUsageProps): _alloy_js_core0.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_core1.Children;
33
+ declare function HelpOptions(props: HelpOptionsProps): _alloy_js_core0.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_core1.Children;
43
+ declare function HelpCommands(props: HelpCommandsProps): _alloy_js_core0.Children;
44
44
  interface HelpProps {
45
45
  /**
46
46
  * The command to generate help for.
@@ -59,7 +59,7 @@ interface HelpProps {
59
59
  /**
60
60
  * A component that generates the `help` function declaration for a command.
61
61
  */
62
- declare function Help(props: HelpProps): _alloy_js_core1.Children;
62
+ declare function Help(props: HelpProps): _alloy_js_core0.Children;
63
63
  //#endregion
64
64
  export { Help, HelpCommands, HelpCommandsProps, HelpOptions, HelpOptionsProps, HelpProps, HelpUsage, HelpUsageProps };
65
65
  //# sourceMappingURL=help.d.mts.map
@@ -1,4 +1,4 @@
1
- import * as _alloy_js_core8 from "@alloy-js/core";
1
+ import * as _alloy_js_core3 from "@alloy-js/core";
2
2
  import { BuiltinFileProps } from "@powerlines/plugin-alloy/typescript/components/builtin-file";
3
3
 
4
4
  //#region src/components/utils-builtin.d.ts
@@ -6,27 +6,27 @@ interface UtilsBuiltinProps extends Omit<BuiltinFileProps, "id" | "description">
6
6
  /**
7
7
  * Generates utilities for detecting terminal color support.
8
8
  */
9
- declare function EnvSupportUtilities(): _alloy_js_core8.Children;
9
+ declare function EnvSupportUtilities(): _alloy_js_core3.Children;
10
10
  /**
11
11
  * Generates utilities for detecting terminal color support.
12
12
  */
13
- declare function ColorSupportUtilities(): _alloy_js_core8.Children;
13
+ declare function ColorSupportUtilities(): _alloy_js_core3.Children;
14
14
  /**
15
15
  * Generates utilities for detecting terminal color support.
16
16
  */
17
- declare function HyperlinkSupportUtilities(): _alloy_js_core8.Children;
17
+ declare function HyperlinkSupportUtilities(): _alloy_js_core3.Children;
18
18
  /**
19
19
  * Generates utilities for detecting terminal color support.
20
20
  */
21
- declare function ArgsUtilities(): _alloy_js_core8.Children;
21
+ declare function ArgsUtilities(): _alloy_js_core3.Children;
22
22
  /**
23
23
  * The `exit` handler function declaration code for the Shell Shock project.
24
24
  */
25
- declare function ExitFunctionDeclaration(): _alloy_js_core8.Children;
25
+ declare function ExitFunctionDeclaration(): _alloy_js_core3.Children;
26
26
  /**
27
27
  * A built-in utilities module for Shell Shock.
28
28
  */
29
- declare function UtilsBuiltin(props: UtilsBuiltinProps): _alloy_js_core8.Children;
29
+ declare function UtilsBuiltin(props: UtilsBuiltinProps): _alloy_js_core3.Children;
30
30
  //#endregion
31
31
  export { ArgsUtilities, ColorSupportUtilities, EnvSupportUtilities, ExitFunctionDeclaration, HyperlinkSupportUtilities, UtilsBuiltin, UtilsBuiltinProps };
32
32
  //# sourceMappingURL=utils-builtin.d.mts.map
@@ -1,4 +1,4 @@
1
- import * as _alloy_js_core0 from "@alloy-js/core";
1
+ import * as _alloy_js_core15 from "@alloy-js/core";
2
2
  import { EntryFileProps } from "@powerlines/plugin-alloy/typescript/components/entry-file";
3
3
  import { CommandTree } from "@shell-shock/core/types/command";
4
4
 
@@ -8,14 +8,14 @@ import { CommandTree } from "@shell-shock/core/types/command";
8
8
  */
9
9
  declare function VirtualCommandHandlerDeclaration(props: {
10
10
  command: CommandTree;
11
- }): _alloy_js_core0.Children;
11
+ }): _alloy_js_core15.Children;
12
12
  interface VirtualCommandEntryProps extends Omit<EntryFileProps, "path" | "typeDefinition"> {
13
13
  command: CommandTree;
14
14
  }
15
15
  /**
16
16
  * The virtual command entry point for the Shell Shock project.
17
17
  */
18
- declare function VirtualCommandEntry(props: VirtualCommandEntryProps): _alloy_js_core0.Children;
18
+ declare function VirtualCommandEntry(props: VirtualCommandEntryProps): _alloy_js_core15.Children;
19
19
  //#endregion
20
20
  export { VirtualCommandEntry, VirtualCommandEntryProps, VirtualCommandHandlerDeclaration };
21
21
  //# sourceMappingURL=virtual-command-entry.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"virtual-command-entry.d.mts","names":[],"sources":["../../src/components/virtual-command-entry.tsx"],"sourcesContent":[],"mappings":";;;;;;;;AAiDgB,iBAAA,gCAAA,CACL,KAAA,EAAW;EA+CL,OAAA,EA/CN,WA+CM;CACf,CAAA,EAhDoB,eAAA,CACrB,QA+CC;AAGS,UAJM,wBAAA,SAAiC,IAIvC,CAHT,cAGS,EAAA,MAAA,GAAA,gBAAA,CAAA,CAAA;EAJuC,OAAA,EAIvC,WAJuC;;AAUlD;;;iBAAgB,mBAAA,QAA2B,2BAAwB,eAAA,CAAA"}
1
+ {"version":3,"file":"virtual-command-entry.d.mts","names":[],"sources":["../../src/components/virtual-command-entry.tsx"],"sourcesContent":[],"mappings":";;;;;;;;AAiDgB,iBAAA,gCAAA,CACL,KAAA,EAAW;EA+CL,OAAA,EA/CN,WA+CM;CACf,CAAA,EAhDoB,gBAAA,CACrB,QA+CC;AAGS,UAJM,wBAAA,SAAiC,IAIvC,CAHT,cAGS,EAAA,MAAA,GAAA,gBAAA,CAAA,CAAA;EAJuC,OAAA,EAIvC,WAJuC;;AAUlD;;;iBAAgB,mBAAA,QAA2B,2BAAwB,gBAAA,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/preset-script",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "type": "module",
5
5
  "description": "A Shell Shock preset that generates a fully-featured script application.",
6
6
  "repository": {
@@ -251,23 +251,23 @@
251
251
  "dependencies": {
252
252
  "@alloy-js/core": "0.22.0",
253
253
  "@alloy-js/typescript": "^0.22.0",
254
- "@powerlines/deepkit": "^0.6.46",
255
- "@powerlines/plugin-alloy": "^0.20.9",
256
- "@powerlines/plugin-plugin": "^0.12.217",
257
- "@shell-shock/core": "^0.4.2",
258
- "@shell-shock/plugin-theme": "^0.0.10",
254
+ "@powerlines/deepkit": "^0.6.47",
255
+ "@powerlines/plugin-alloy": "^0.20.10",
256
+ "@powerlines/plugin-plugin": "^0.12.218",
257
+ "@shell-shock/core": "^0.4.3",
258
+ "@shell-shock/plugin-theme": "^0.0.11",
259
259
  "@stryke/path": "^0.26.4",
260
260
  "@stryke/string-format": "^0.13.7",
261
261
  "@stryke/type-checks": "^0.5.23",
262
262
  "defu": "^6.1.4",
263
- "powerlines": "^0.38.33",
263
+ "powerlines": "^0.38.34",
264
264
  "@stryke/helpers": "0.9.40"
265
265
  },
266
266
  "devDependencies": {
267
267
  "@babel/core": "^7.29.0",
268
- "@powerlines/plugin-alloy": "^0.20.9",
268
+ "@powerlines/plugin-alloy": "^0.20.10",
269
269
  "@types/node": "^22.19.8"
270
270
  },
271
271
  "publishConfig": { "access": "public" },
272
- "gitHead": "93f7eadb6fb5670226a117c04e7e8b505554d76d"
272
+ "gitHead": "f9959bdb64b0b497c2504a844eeec7048b407066"
273
273
  }