@powerlines/plugin-alloy 0.24.5 → 0.25.0

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.
Files changed (88) hide show
  1. package/dist/core/components/output.d.cts +2 -2
  2. package/dist/core/components/single-line-comment.cjs +1 -1
  3. package/dist/core/components/single-line-comment.d.cts +3 -3
  4. package/dist/core/components/single-line-comment.d.cts.map +1 -1
  5. package/dist/core/components/single-line-comment.d.mts +1 -1
  6. package/dist/core/components/single-line-comment.d.mts.map +1 -1
  7. package/dist/core/components/single-line-comment.mjs +1 -1
  8. package/dist/core/components/single-line-comment.mjs.map +1 -1
  9. package/dist/core/components/source-file.d.cts +2 -2
  10. package/dist/core/components/source-file.d.cts.map +1 -1
  11. package/dist/core/components/spacing.d.cts +2 -2
  12. package/dist/core/components/spacing.d.cts.map +1 -1
  13. package/dist/helpers/capnp.cjs +1 -1
  14. package/dist/helpers/capnp.mjs +2 -2
  15. package/dist/helpers/capnp.mjs.map +1 -1
  16. package/dist/markdown/components/front-matter.d.cts +2 -2
  17. package/dist/markdown/components/front-matter.d.cts.map +1 -1
  18. package/dist/markdown/components/markdown-file.cjs +2 -9
  19. package/dist/markdown/components/markdown-file.d.cts +3 -3
  20. package/dist/markdown/components/markdown-file.d.cts.map +1 -1
  21. package/dist/markdown/components/markdown-file.d.mts +3 -3
  22. package/dist/markdown/components/markdown-file.d.mts.map +1 -1
  23. package/dist/markdown/components/markdown-file.mjs +3 -10
  24. package/dist/markdown/components/markdown-file.mjs.map +1 -1
  25. package/dist/markdown/components/markdown-table.d.cts +4 -4
  26. package/dist/markdown/components/markdown-table.d.cts.map +1 -1
  27. package/dist/markdown/components/markdown-table.d.mts +4 -4
  28. package/dist/render.cjs +8 -1
  29. package/dist/render.d.cts.map +1 -1
  30. package/dist/render.d.mts.map +1 -1
  31. package/dist/render.mjs +8 -1
  32. package/dist/render.mjs.map +1 -1
  33. package/dist/typescript/components/builtin-file.d.cts +2 -2
  34. package/dist/typescript/components/builtin-file.d.mts +2 -2
  35. package/dist/typescript/components/dynamic-import-statement.d.cts +2 -2
  36. package/dist/typescript/components/dynamic-import-statement.d.cts.map +1 -1
  37. package/dist/typescript/components/dynamic-import-statement.d.mts +2 -2
  38. package/dist/typescript/components/entry-file.d.cts +2 -2
  39. package/dist/typescript/components/entry-file.d.mts +2 -2
  40. package/dist/typescript/components/index.cjs +2 -0
  41. package/dist/typescript/components/index.d.cts +2 -1
  42. package/dist/typescript/components/index.d.mts +2 -1
  43. package/dist/typescript/components/index.mjs +2 -1
  44. package/dist/typescript/components/infrastructure-file.cjs +39 -0
  45. package/dist/typescript/components/infrastructure-file.d.cts +21 -0
  46. package/dist/typescript/components/infrastructure-file.d.cts.map +1 -0
  47. package/dist/typescript/components/infrastructure-file.d.mts +21 -0
  48. package/dist/typescript/components/infrastructure-file.d.mts.map +1 -0
  49. package/dist/typescript/components/infrastructure-file.mjs +38 -0
  50. package/dist/typescript/components/infrastructure-file.mjs.map +1 -0
  51. package/dist/typescript/components/interface-declaration.d.cts +2 -2
  52. package/dist/typescript/components/interface-declaration.d.cts.map +1 -1
  53. package/dist/typescript/components/interface-declaration.d.mts +2 -2
  54. package/dist/typescript/components/object-declaration.d.cts +3 -3
  55. package/dist/typescript/components/property-name.d.cts +2 -2
  56. package/dist/typescript/components/property-name.d.mts +2 -2
  57. package/dist/typescript/components/tsdoc-reflection.d.cts +7 -7
  58. package/dist/typescript/components/tsdoc-reflection.d.cts.map +1 -1
  59. package/dist/typescript/components/tsdoc-reflection.d.mts +7 -7
  60. package/dist/typescript/components/tsdoc.d.cts.map +1 -1
  61. package/dist/typescript/components/type-declaration.d.cts +2 -2
  62. package/dist/typescript/components/typescript-file.cjs +2 -9
  63. package/dist/typescript/components/typescript-file.d.cts.map +1 -1
  64. package/dist/typescript/components/typescript-file.d.mts.map +1 -1
  65. package/dist/typescript/components/typescript-file.mjs +2 -9
  66. package/dist/typescript/components/typescript-file.mjs.map +1 -1
  67. package/dist/typescript/contexts/lexical-scope.d.cts +2 -2
  68. package/dist/typescript/contexts/lexical-scope.d.cts.map +1 -1
  69. package/dist/typescript/index.cjs +2 -0
  70. package/dist/typescript/index.d.cts +2 -1
  71. package/dist/typescript/index.d.mts +2 -1
  72. package/dist/typescript/index.mjs +2 -1
  73. package/dist/yaml/components/index.cjs +4 -0
  74. package/dist/yaml/components/index.d.cts +2 -0
  75. package/dist/yaml/components/index.d.mts +2 -0
  76. package/dist/yaml/components/index.mjs +3 -0
  77. package/dist/yaml/components/yaml-file.cjs +148 -0
  78. package/dist/yaml/components/yaml-file.d.cts +34 -0
  79. package/dist/yaml/components/yaml-file.d.cts.map +1 -0
  80. package/dist/yaml/components/yaml-file.d.mts +34 -0
  81. package/dist/yaml/components/yaml-file.d.mts.map +1 -0
  82. package/dist/yaml/components/yaml-file.mjs +147 -0
  83. package/dist/yaml/components/yaml-file.mjs.map +1 -0
  84. package/dist/yaml/index.cjs +5 -0
  85. package/dist/yaml/index.d.cts +3 -0
  86. package/dist/yaml/index.d.mts +3 -0
  87. package/dist/yaml/index.mjs +4 -0
  88. package/package.json +72 -16
@@ -0,0 +1,147 @@
1
+ import { usePowerlinesSafe } from "../../core/contexts/context.mjs";
2
+ import { SingleLineComment } from "../../core/components/single-line-comment.mjs";
3
+ import { SourceFile } from "../../core/components/source-file.mjs";
4
+ import { createComponent, createIntrinsic, memo, mergeProps } from "@alloy-js/core/jsx-runtime";
5
+ import { For, Show, code, splitProps } from "@alloy-js/core";
6
+ import { titleCase } from "@stryke/string-format/title-case";
7
+ import { getFileHeaderWarning } from "powerlines/utils";
8
+ import { isSetObject } from "@stryke/type-checks";
9
+
10
+ //#region src/yaml/components/yaml-file.tsx
11
+ function YamlFileDataItem({ key, value }) {
12
+ return [
13
+ createComponent(Show, {
14
+ get when() {
15
+ return Boolean(key);
16
+ },
17
+ children: code`${key}:`
18
+ }),
19
+ createComponent(Show, {
20
+ when: typeof value === "string" || typeof value === "number" || typeof value === "boolean",
21
+ get children() {
22
+ return code` ${String(value)}`;
23
+ }
24
+ }),
25
+ createComponent(Show, {
26
+ get when() {
27
+ return memo(() => !!isSetObject(value))() && !Array.isArray(value);
28
+ },
29
+ get children() {
30
+ return createComponent(For, {
31
+ get each() {
32
+ return Object.entries(value);
33
+ },
34
+ children: ([nestedKey, nestedValue]) => createComponent(YamlFileDataItem, {
35
+ key: nestedKey,
36
+ value: nestedValue
37
+ })
38
+ });
39
+ }
40
+ }),
41
+ createComponent(Show, {
42
+ get when() {
43
+ return Array.isArray(value);
44
+ },
45
+ get children() {
46
+ return createComponent(For, {
47
+ each: value,
48
+ children: (item) => createComponent(YamlFileDataItem, { value: item })
49
+ });
50
+ }
51
+ })
52
+ ];
53
+ }
54
+ function YamlFileData({ data }) {
55
+ return [createComponent(Show, {
56
+ get when() {
57
+ return Boolean(data);
58
+ },
59
+ get children() {
60
+ return createComponent(For, {
61
+ get each() {
62
+ return Object.entries(data ?? {});
63
+ },
64
+ children: ([key, value]) => createComponent(YamlFileDataItem, {
65
+ key,
66
+ value
67
+ })
68
+ });
69
+ }
70
+ })];
71
+ }
72
+ /**
73
+ * A base component representing a Powerlines generated YAML source file.
74
+ *
75
+ * @remarks
76
+ * The file content can be provided either through the `data` prop, which accepts a nested object representing the YAML structure, or through the `children` prop, which allows for custom YAML content to be rendered. The `header` prop can be used to provide custom header content for the YAML file, which is rendered above the generated file header warning and generation comment.
77
+ *
78
+ * @param props - The properties for the source file.
79
+ * @returns The rendered source file component.
80
+ */
81
+ function YamlFile(props) {
82
+ const [{ children, path, data, header }, rest] = splitProps(props, [
83
+ "children",
84
+ "path",
85
+ "data",
86
+ "header"
87
+ ]);
88
+ return createComponent(SourceFile, mergeProps(rest, {
89
+ path,
90
+ get header() {
91
+ return createComponent(YamlFileHeader, { children: header });
92
+ },
93
+ filetype: "yaml",
94
+ get children() {
95
+ return [createComponent(Show, {
96
+ get when() {
97
+ return Boolean(data);
98
+ },
99
+ get children() {
100
+ return createComponent(YamlFileData, { data });
101
+ }
102
+ }), createComponent(Show, {
103
+ get when() {
104
+ return Boolean(children);
105
+ },
106
+ get children() {
107
+ return [children, createIntrinsic("hbr", {})];
108
+ }
109
+ })];
110
+ }
111
+ }));
112
+ }
113
+ /**
114
+ * Renders the header for a Powerlines YAML source file.
115
+ *
116
+ * @param props - The properties for the source file header.
117
+ * @returns The rendered source file header.
118
+ */
119
+ function YamlFileHeader(props) {
120
+ const { children } = props;
121
+ const context = usePowerlinesSafe();
122
+ return [
123
+ createComponent(Show, {
124
+ get when() {
125
+ return Boolean(children);
126
+ },
127
+ get children() {
128
+ return [children, createIntrinsic("hbr", {})];
129
+ }
130
+ }),
131
+ createComponent(SingleLineComment, { get children() {
132
+ return `Generated by ${titleCase(context?.config?.framework) || "Powerlines"}`;
133
+ } }),
134
+ createIntrinsic("hbr", {}),
135
+ createComponent(SingleLineComment, {
136
+ variant: "yaml",
137
+ get children() {
138
+ return getFileHeaderWarning(context);
139
+ }
140
+ }),
141
+ createIntrinsic("hbr", {})
142
+ ];
143
+ }
144
+
145
+ //#endregion
146
+ export { YamlFile, YamlFileHeader };
147
+ //# sourceMappingURL=yaml-file.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"yaml-file.mjs","names":["code","For","Show","splitProps","titleCase","isSetObject","getFileHeaderWarning","SingleLineComment","SourceFile","usePowerlinesSafe","YamlFileDataItem","key","value","_$createComponent","when","Boolean","children","String","_$memo","Array","isArray","each","Object","entries","nestedKey","nestedValue","item","YamlFileData","data","YamlFile","props","path","header","rest","_$mergeProps","YamlFileHeader","filetype","_$createIntrinsic","context","config","framework","variant"],"sources":["../../../src/yaml/components/yaml-file.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 type { Children } from \"@alloy-js/core\";\nimport { code, For, Show, splitProps } from \"@alloy-js/core\";\nimport { titleCase } from \"@stryke/string-format/title-case\";\nimport { isSetObject } from \"@stryke/type-checks\";\nimport { getFileHeaderWarning } from \"powerlines/utils\";\nimport { SingleLineComment } from \"../../core/components/single-line-comment\";\nimport { SourceFile, SourceFileProps } from \"../../core/components/source-file\";\nimport { usePowerlinesSafe } from \"../../core/contexts/context\";\nimport { ComponentProps, SourceFileHeaderProps } from \"../../types/components\";\n\nexport interface YamlData {\n [key: string]: string | number | boolean | YamlData | YamlData[];\n}\n\ninterface YamlFileDataItemProps {\n value: string | number | boolean | YamlData | YamlData[];\n key?: string;\n}\n\nfunction YamlFileDataItem({ key, value }: YamlFileDataItemProps) {\n return (\n <>\n <Show when={Boolean(key)}>{code`${key}:`}</Show>\n <Show\n when={\n typeof value === \"string\" ||\n typeof value === \"number\" ||\n typeof value === \"boolean\"\n }>\n {code` ${String(value)}`}\n </Show>\n <Show when={isSetObject(value) && !Array.isArray(value)}>\n <For each={Object.entries(value as YamlData)}>\n {([nestedKey, nestedValue]) => (\n <YamlFileDataItem key={nestedKey} value={nestedValue} />\n )}\n </For>\n </Show>\n <Show when={Array.isArray(value)}>\n <For each={value as YamlData[]}>\n {item => <YamlFileDataItem value={item} />}\n </For>\n </Show>\n </>\n );\n}\n\ninterface YamlFileDataProps {\n data?: YamlData;\n}\n\nfunction YamlFileData({ data }: YamlFileDataProps) {\n return (\n <>\n <Show when={Boolean(data)}>\n <For each={Object.entries(data ?? {})}>\n {([key, value]) => <YamlFileDataItem key={key} value={value} />}\n </For>\n </Show>\n </>\n );\n}\n\nexport type YamlFileProps = Omit<SourceFileProps, \"filetype\"> &\n ComponentProps & {\n header?: Children;\n data?: YamlData;\n };\n\n/**\n * A base component representing a Powerlines generated YAML source file.\n *\n * @remarks\n * The file content can be provided either through the `data` prop, which accepts a nested object representing the YAML structure, or through the `children` prop, which allows for custom YAML content to be rendered. The `header` prop can be used to provide custom header content for the YAML file, which is rendered above the generated file header warning and generation comment.\n *\n * @param props - The properties for the source file.\n * @returns The rendered source file component.\n */\nexport function YamlFile(props: YamlFileProps) {\n const [{ children, path, data, header }, rest] = splitProps(props, [\n \"children\",\n \"path\",\n \"data\",\n \"header\"\n ]);\n\n return (\n <SourceFile\n {...rest}\n path={path}\n header={<YamlFileHeader>{header}</YamlFileHeader>}\n filetype=\"yaml\">\n <Show when={Boolean(data)}>\n <YamlFileData data={data} />\n </Show>\n <Show when={Boolean(children)}>\n <>\n {children}\n <hbr />\n </>\n </Show>\n </SourceFile>\n );\n}\n\n/**\n * Renders the header for a Powerlines YAML source file.\n *\n * @param props - The properties for the source file header.\n * @returns The rendered source file header.\n */\nexport function YamlFileHeader(props: SourceFileHeaderProps) {\n const { children } = props;\n\n const context = usePowerlinesSafe();\n\n return (\n <>\n <Show when={Boolean(children)}>\n <>\n {children}\n <hbr />\n </>\n </Show>\n <SingleLineComment>{`Generated by ${\n titleCase(context?.config?.framework) || \"Powerlines\"\n }`}</SingleLineComment>\n <hbr />\n <SingleLineComment variant=\"yaml\">\n {getFileHeaderWarning(context!)}\n </SingleLineComment>\n <hbr />\n </>\n );\n}\n"],"mappings":";;;;;;;;;;SAoDgE,iBAAA,EAAA,KAAA,SAAA;;kBAAA,MAAA;GAAA,IAAA,OAAA;AAAA,WAAA,YAAA;;GAAA,UAAA,IAAA,GAAA,IAAA;GAAA,CAAA;EAAA,gBAAA,MAAA;GAAA,MAAA,OAAA,UAAA,YAAA,OAAA,UAAA,YAAA,OAAA,UAAA;GAAA,IAAA,WAAA;AAAA,eAAA,KAAA,OAAA,MAAA;;GAAA,CAAA;EAAA,sBAAA;GAAA,IAAA,OAAA;AAAA,WAAA,WAAA,CAAA,CAAA,YAAA,MAAA,CAAA,EAAA,IAAA,CAAA,MAAA,QAAA,MAAA;;GAAA,IAAA,WAAA;AAAA,WAAA,qBAAA;KAAA,IAAA,OAAA;AAAA,aAAA,OAAA,QAAA,MAAA;;KAAA,WAAA,CAAA,WAAA,iBAAA,gBAAA,kBAAA;MAAA,KAAA;MAAA,OAAA;MAAA,CAAA;KACrD,CAAA;;GAAA,CAAA;EAAA,gBAGK,MAAA;GAAA,IAAA,OAAA;AAAA,WAAA,MAAA,QAAA,MAAA;;GAAA,IAAA,WAAA;AAAA,WAAA,gBAAA,KAAA;KAAA,MAAA;KAAA,WAAA,SAAA,gBAAA,kBAAA,EAAA,OAAA,MAAA,CAAA;KAAA,CAAA;;GAAA,CAAA;EAAA;;AAahB,SAAS2B,aAAa,EAAA,QAAA;AAAA,QAAA,CAAA,gBAAA,MAAA;EAAA,IAAA,OAAA;AAAA,UAAA,QAAA,KAAA;;EAAA,IAAA,WAAA;AAAA,UAAA,gBAAA,KAAA;IAAA,IAAA,OAAA;AAAA,YAAA,OAAA,QAAA,QAAA,EAAA,CAAA;;IAAA,WAAA,CAAA,KAAA,WAAA,gBAAA,kBAAA;KAAA;KAAA;KAAA,CAAA;IAAA,CAAA;;EAAA,CAAA,CAAA;;;;;;;;;;;AAUtB,SAAA,SAAA,OAAA;CAQA,MAAA,CAAA,EAAA,UAAA,MAAA,MAAA,UAAA,QAAA,WAAA,OAAA;EACA;EACA;EAAA;EAAA;GAAA;AAAA,QAAA,gBAEA,YAAA,WAiBY,MAAA;EAAA;EAAA,IAAA,SAAA;AAAA,UAAA,gBAAA,gBAAA,EAAA,UAAA,QAAA,CAAA;;YAAA;EAAA,IAAA,WAAA;AAAA,UAAA,CAAA,gBAAA,MAAA;IAAA,IAAA,OAAA;AAAA,YAAA,QAAA,KAAA;;IAAA,IAAA,WAAA;AAAA,YAAA,gBAAA,cAAA,EAAA,MAAA,CAAA;;IAAA,CAAA,EAAA,gBAAA,MAAA;IAAA,IAAA,OAAA;AAAA,YAAA,QAAA,SAAA;;IAAA,IAAA,WAAA;AAAA,YAAA,CAAA,UAAA,gBAAA,OAAA,EAAA,CAAA,CAAA;;IAAA,CAAA,CAAA;;EAAA,CAAA,CAAA;;;;;;;;SAAAd,eAAAA,OAAAA;OAAAA,EAAAA,aAAAA;CAAAA,MAAAA,UAAAA,mBAAAA;;;;;;;;;;qCAAGsB,EAAAA,IAAAA,WAAAA;AAAAA,UAAAA,gBAAAA,UAAAA,SAAAA,QAAAA,UAAAA,IAAAA;KAAAA,CAAAA;EAAAA,gBAAAA,OAAAA,EAAAA,CAAAA;EAAAA"}
@@ -0,0 +1,5 @@
1
+ const require_yaml_components_yaml_file = require('./components/yaml-file.cjs');
2
+ require('./components/index.cjs');
3
+
4
+ exports.YamlFile = require_yaml_components_yaml_file.YamlFile;
5
+ exports.YamlFileHeader = require_yaml_components_yaml_file.YamlFileHeader;
@@ -0,0 +1,3 @@
1
+ import { YamlData, YamlFile, YamlFileHeader, YamlFileProps, __ΩYamlData, __ΩYamlFileProps } from "./components/yaml-file.cjs";
2
+ import "./components/index.cjs";
3
+ export { YamlData, YamlFile, YamlFileHeader, YamlFileProps, __ΩYamlData, __ΩYamlFileProps };
@@ -0,0 +1,3 @@
1
+ import { YamlData, YamlFile, YamlFileHeader, YamlFileProps, __ΩYamlData, __ΩYamlFileProps } from "./components/yaml-file.mjs";
2
+ import "./components/index.mjs";
3
+ export { YamlData, YamlFile, YamlFileHeader, YamlFileProps, __ΩYamlData, __ΩYamlFileProps };
@@ -0,0 +1,4 @@
1
+ import { YamlFile, YamlFileHeader } from "./components/yaml-file.mjs";
2
+ import "./components/index.mjs";
3
+
4
+ export { YamlFile, YamlFileHeader };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-alloy",
3
- "version": "0.24.5",
3
+ "version": "0.25.0",
4
4
  "type": "module",
5
5
  "description": "A package containing various Alloy framework components and helper utilities.",
6
6
  "repository": {
@@ -532,6 +532,20 @@
532
532
  "default": "./dist/typescript/components/entry-file.mjs"
533
533
  }
534
534
  },
535
+ "./typescript/components/infrastructure-file": {
536
+ "require": {
537
+ "types": "./dist/typescript/components/infrastructure-file.d.cts",
538
+ "default": "./dist/typescript/components/infrastructure-file.cjs"
539
+ },
540
+ "import": {
541
+ "types": "./dist/typescript/components/infrastructure-file.d.mts",
542
+ "default": "./dist/typescript/components/infrastructure-file.mjs"
543
+ },
544
+ "default": {
545
+ "types": "./dist/typescript/components/infrastructure-file.d.mts",
546
+ "default": "./dist/typescript/components/infrastructure-file.mjs"
547
+ }
548
+ },
535
549
  "./typescript/components/interface-declaration": {
536
550
  "require": {
537
551
  "types": "./dist/typescript/components/interface-declaration.d.cts",
@@ -741,6 +755,48 @@
741
755
  "types": "./dist/typescript/helpers/utilities.d.mts",
742
756
  "default": "./dist/typescript/helpers/utilities.mjs"
743
757
  }
758
+ },
759
+ "./yaml": {
760
+ "require": {
761
+ "types": "./dist/yaml/index.d.cts",
762
+ "default": "./dist/yaml/index.cjs"
763
+ },
764
+ "import": {
765
+ "types": "./dist/yaml/index.d.mts",
766
+ "default": "./dist/yaml/index.mjs"
767
+ },
768
+ "default": {
769
+ "types": "./dist/yaml/index.d.mts",
770
+ "default": "./dist/yaml/index.mjs"
771
+ }
772
+ },
773
+ "./yaml/components": {
774
+ "require": {
775
+ "types": "./dist/yaml/components/index.d.cts",
776
+ "default": "./dist/yaml/components/index.cjs"
777
+ },
778
+ "import": {
779
+ "types": "./dist/yaml/components/index.d.mts",
780
+ "default": "./dist/yaml/components/index.mjs"
781
+ },
782
+ "default": {
783
+ "types": "./dist/yaml/components/index.d.mts",
784
+ "default": "./dist/yaml/components/index.mjs"
785
+ }
786
+ },
787
+ "./yaml/components/yaml-file": {
788
+ "require": {
789
+ "types": "./dist/yaml/components/yaml-file.d.cts",
790
+ "default": "./dist/yaml/components/yaml-file.cjs"
791
+ },
792
+ "import": {
793
+ "types": "./dist/yaml/components/yaml-file.d.mts",
794
+ "default": "./dist/yaml/components/yaml-file.mjs"
795
+ },
796
+ "default": {
797
+ "types": "./dist/yaml/components/yaml-file.d.mts",
798
+ "default": "./dist/yaml/components/yaml-file.mjs"
799
+ }
744
800
  }
745
801
  },
746
802
  "types": "./dist/index.d.cts",
@@ -754,28 +810,28 @@
754
810
  "@alloy-js/markdown": "0.23.0-dev.1",
755
811
  "@alloy-js/rollup-plugin": "^0.1.0",
756
812
  "@alloy-js/typescript": "0.23.0-dev.4",
757
- "@powerlines/deepkit": "^0.6.93",
758
- "@powerlines/plugin-babel": "^0.12.320",
759
- "@storm-software/config-tools": "^1.189.13",
813
+ "@powerlines/deepkit": "^0.6.95",
814
+ "@powerlines/plugin-babel": "^0.12.322",
815
+ "@storm-software/config-tools": "^1.189.17",
760
816
  "@stryke/capnp": "^0.12.75",
761
- "@stryke/convert": "^0.6.46",
762
- "@stryke/fs": "^0.33.50",
763
- "@stryke/helpers": "^0.9.48",
764
- "@stryke/json": "^0.14.0",
765
- "@stryke/path": "^0.26.12",
817
+ "@stryke/convert": "^0.6.49",
818
+ "@stryke/fs": "^0.33.53",
819
+ "@stryke/helpers": "^0.9.51",
820
+ "@stryke/json": "^0.14.3",
821
+ "@stryke/path": "^0.26.15",
766
822
  "@stryke/string-format": "^0.14.8",
767
- "@stryke/type-checks": "^0.5.31",
768
- "@stryke/types": "^0.10.45",
769
- "@stryke/unique-id": "^0.3.61",
823
+ "@stryke/type-checks": "^0.5.34",
824
+ "@stryke/types": "^0.10.48",
825
+ "@stryke/unique-id": "^0.3.64",
770
826
  "defu": "^6.1.4",
771
- "powerlines": "^0.40.1",
827
+ "powerlines": "^0.40.3",
772
828
  "prettier": "^3.8.1",
773
829
  "unctx": "^2.5.0"
774
830
  },
775
831
  "devDependencies": {
776
- "@powerlines/plugin-plugin": "^0.12.265",
777
- "@types/node": "^25.3.3"
832
+ "@powerlines/plugin-plugin": "^0.12.267",
833
+ "@types/node": "^25.3.5"
778
834
  },
779
835
  "publishConfig": { "access": "public" },
780
- "gitHead": "56410862ad299064942d87d6a36cc62acfb0b544"
836
+ "gitHead": "50b8a5ce8e5dbafd182ff7c8659469af86eef47c"
781
837
  }