@powerlines/plugin-alloy 0.18.6 → 0.18.8

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 (49) hide show
  1. package/dist/core/components/output.d.cts +2 -2
  2. package/dist/core/components/output.d.mts +2 -2
  3. package/dist/core/components/single-line-comment.d.cts +2 -2
  4. package/dist/core/components/single-line-comment.d.mts +2 -2
  5. package/dist/core/components/source-file.d.cts +2 -2
  6. package/dist/index.cjs +12 -5
  7. package/dist/index.mjs +12 -5
  8. package/dist/markdown/components/markdown-file.d.cts +3 -3
  9. package/dist/markdown/components/markdown-file.d.mts +3 -3
  10. package/dist/markdown/components/markdown-table.d.cts +4 -4
  11. package/dist/markdown/components/markdown-table.d.mts +4 -4
  12. package/dist/powerlines/src/internal/helpers/hooks.d.cts +47 -0
  13. package/dist/powerlines/src/internal/helpers/hooks.d.mts +47 -0
  14. package/dist/powerlines/src/types/api.d.cts +104 -0
  15. package/dist/powerlines/src/types/api.d.mts +104 -0
  16. package/dist/powerlines/src/types/build.d.cts +43 -3
  17. package/dist/powerlines/src/types/build.d.mts +43 -3
  18. package/dist/powerlines/src/types/config.d.cts +60 -4
  19. package/dist/powerlines/src/types/config.d.mts +60 -4
  20. package/dist/powerlines/src/types/context.d.cts +113 -1
  21. package/dist/powerlines/src/types/context.d.mts +113 -1
  22. package/dist/powerlines/src/types/hooks.d.cts +32 -0
  23. package/dist/powerlines/src/types/hooks.d.mts +32 -0
  24. package/dist/powerlines/src/types/plugin.d.cts +35 -61
  25. package/dist/powerlines/src/types/plugin.d.mts +35 -61
  26. package/dist/powerlines/src/types/resolved.d.cts +16 -4
  27. package/dist/powerlines/src/types/resolved.d.mts +16 -4
  28. package/dist/powerlines/src/types/unplugin.d.cts +22 -0
  29. package/dist/powerlines/src/types/unplugin.d.mts +22 -0
  30. package/dist/types/components.d.cts +2 -6
  31. package/dist/types/components.d.mts +2 -6
  32. package/dist/types/index.d.cts +2 -2
  33. package/dist/types/index.d.mts +2 -2
  34. package/dist/typescript/components/builtin-file.d.cts +2 -2
  35. package/dist/typescript/components/dynamic-import-statement.d.cts +2 -2
  36. package/dist/typescript/components/dynamic-import-statement.d.mts +2 -2
  37. package/dist/typescript/components/entry-file.d.cts +2 -2
  38. package/dist/typescript/components/entry-file.d.mts +2 -2
  39. package/dist/typescript/components/tsdoc-reflection.d.cts +4 -4
  40. package/dist/typescript/components/tsdoc-reflection.d.mts +4 -4
  41. package/dist/typescript/components/typescript-file.cjs +22 -4
  42. package/dist/typescript/components/typescript-file.d.cts +2 -0
  43. package/dist/typescript/components/typescript-file.d.mts +2 -0
  44. package/dist/typescript/components/typescript-file.mjs +23 -5
  45. package/dist/typescript/components/typescript-interface.d.cts +3 -3
  46. package/dist/typescript/components/typescript-interface.d.mts +3 -3
  47. package/dist/typescript/components/typescript-object.d.cts +3 -3
  48. package/dist/typescript/components/typescript-object.d.mts +3 -3
  49. package/package.json +5 -5
@@ -1,18 +1,18 @@
1
1
  import { TSDocProps } from "./tsdoc.cjs";
2
- import * as _alloy_js_core0 from "@alloy-js/core";
2
+ import * as _alloy_js_core6 from "@alloy-js/core";
3
3
 
4
4
  //#region src/typescript/components/tsdoc-reflection.d.ts
5
5
  /**
6
6
  * Generates a TypeScript interface property for the given reflection class.
7
7
  */
8
- declare function TSDocReflectionClass<T extends Record<string, any> = Record<string, any>>(props: TSDocProps): _alloy_js_core0.Children;
8
+ declare function TSDocReflectionClass<T extends Record<string, any> = Record<string, any>>(props: TSDocProps): _alloy_js_core6.Children;
9
9
  /**
10
10
  * Generates a TypeScript interface property for the given reflection class.
11
11
  */
12
- declare function TSDocReflectionProperty(props: TSDocProps): _alloy_js_core0.Children;
12
+ declare function TSDocReflectionProperty(props: TSDocProps): _alloy_js_core6.Children;
13
13
  /**
14
14
  * Generates a TypeScript interface property for the given reflection class.
15
15
  */
16
- declare function TSDocReflectionMethod(props: TSDocProps): _alloy_js_core0.Children;
16
+ declare function TSDocReflectionMethod(props: TSDocProps): _alloy_js_core6.Children;
17
17
  //#endregion
18
18
  export { TSDocReflectionClass, TSDocReflectionMethod, TSDocReflectionProperty };
@@ -1,18 +1,18 @@
1
1
  import { TSDocProps } from "./tsdoc.mjs";
2
- import * as _alloy_js_core11 from "@alloy-js/core";
2
+ import * as _alloy_js_core12 from "@alloy-js/core";
3
3
 
4
4
  //#region src/typescript/components/tsdoc-reflection.d.ts
5
5
  /**
6
6
  * Generates a TypeScript interface property for the given reflection class.
7
7
  */
8
- declare function TSDocReflectionClass<T extends Record<string, any> = Record<string, any>>(props: TSDocProps): _alloy_js_core11.Children;
8
+ declare function TSDocReflectionClass<T extends Record<string, any> = Record<string, any>>(props: TSDocProps): _alloy_js_core12.Children;
9
9
  /**
10
10
  * Generates a TypeScript interface property for the given reflection class.
11
11
  */
12
- declare function TSDocReflectionProperty(props: TSDocProps): _alloy_js_core11.Children;
12
+ declare function TSDocReflectionProperty(props: TSDocProps): _alloy_js_core12.Children;
13
13
  /**
14
14
  * Generates a TypeScript interface property for the given reflection class.
15
15
  */
16
- declare function TSDocReflectionMethod(props: TSDocProps): _alloy_js_core11.Children;
16
+ declare function TSDocReflectionMethod(props: TSDocProps): _alloy_js_core12.Children;
17
17
  //#endregion
18
18
  export { TSDocReflectionClass, TSDocReflectionMethod, TSDocReflectionProperty };
@@ -152,13 +152,13 @@ function TypescriptFileHeader(props) {
152
152
  * @returns The rendered source file header.
153
153
  */
154
154
  function TypescriptFileHeaderImports(props) {
155
- const { imports } = props;
155
+ const { imports, builtinImports } = props;
156
156
  const context = require_core_contexts_context.usePowerlines();
157
157
  const sourceFile = (0, __alloy_js_typescript.useSourceFile)();
158
158
  const scope = props.scope ?? sourceFile.scope;
159
159
  return (0, __alloy_js_core_jsx_runtime.createComponent)(__alloy_js_core.Show, {
160
160
  get when() {
161
- return scope.importedModules.size > 0 || !!imports && Object.keys(imports).length > 0;
161
+ return scope.importedModules.size > 0 || !!builtinImports && Object.keys(builtinImports).length > 0 || !!imports && Object.keys(imports).length > 0;
162
162
  },
163
163
  get children() {
164
164
  return [
@@ -167,8 +167,26 @@ function TypescriptFileHeaderImports(props) {
167
167
  return !!imports && Object.keys(imports).length > 0;
168
168
  },
169
169
  get children() {
170
- return Object.entries(imports ?? {}).filter(([key]) => key !== "$builtins").concat(imports && imports.$builtins ? Object.entries(imports.$builtins).map(([key, entry]) => [key.includes(":") ? key : `${context.config.output.builtinPrefix}:${key}`, entry]) : []).map(([module$1, imported]) => {
171
- return __alloy_js_core.code`import ${imported === null ? "" : imported.filter((i) => !(0, __stryke_type_checks_is_string.isString)(i) && i.default).map((i) => i.alias ? i.alias : i.name).join(", ") + (imported.filter((i) => !(0, __stryke_type_checks_is_string.isString)(i) && i.default).length > 0 && imported.filter((i) => (0, __stryke_type_checks_is_string.isString)(i) || !i.default).length > 0 ? ", " : "") + (imported.filter((i) => (0, __stryke_type_checks_is_string.isString)(i) || !i.default).length > 0 ? `{ ${imported.map((i) => (0, __stryke_type_checks_is_string.isString)(i) ? i : i.alias ? `${i.name} as ${i.alias}` : i.name).join(", ")} }` : "")} from "${module$1}";`;
170
+ return (0, __alloy_js_core_jsx_runtime.createComponent)(__alloy_js_core.For, {
171
+ get each() {
172
+ return Object.entries(imports ?? {});
173
+ },
174
+ children: ([module$1, normalImports]) => {
175
+ return __alloy_js_core.code`import ${normalImports === null ? "" : ` from ${normalImports.filter((i) => !(0, __stryke_type_checks_is_string.isString)(i) && i.default).map((i) => i.alias ? i.alias : i.name).join(", ") + (normalImports.filter((i) => !(0, __stryke_type_checks_is_string.isString)(i) && i.default).length > 0 && normalImports.filter((i) => (0, __stryke_type_checks_is_string.isString)(i) || !i.default).length > 0 ? ", " : "") + (normalImports.filter((i) => (0, __stryke_type_checks_is_string.isString)(i) || !i.default).length > 0 ? `{ ${normalImports.map((i) => (0, __stryke_type_checks_is_string.isString)(i) ? i : i.alias ? `${i.name} as ${i.alias}` : i.name).join(", ")} }` : "")} `} "${module$1}";`;
176
+ }
177
+ });
178
+ }
179
+ }),
180
+ (0, __alloy_js_core_jsx_runtime.createComponent)(__alloy_js_core.Show, {
181
+ get when() {
182
+ return builtinImports && Object.keys(builtinImports).length > 0;
183
+ },
184
+ get children() {
185
+ return (0, __alloy_js_core_jsx_runtime.createComponent)(__alloy_js_core.For, {
186
+ get each() {
187
+ return Object.entries(builtinImports ?? {});
188
+ },
189
+ children: ([builtinModule, builtinImports$1]) => __alloy_js_core.code`import ${builtinImports$1 === null ? "" : ` from ${builtinImports$1.filter((i) => !(0, __stryke_type_checks_is_string.isString)(i) && i.default).map((i) => i.alias ? i.alias : i.name).join(", ") + (builtinImports$1.filter((i) => !(0, __stryke_type_checks_is_string.isString)(i) && i.default).length > 0 && builtinImports$1.filter((i) => (0, __stryke_type_checks_is_string.isString)(i) || !i.default).length > 0 ? ", " : "") + (builtinImports$1.filter((i) => (0, __stryke_type_checks_is_string.isString)(i) || !i.default).length > 0 ? `{ ${builtinImports$1.map((i) => (0, __stryke_type_checks_is_string.isString)(i) ? i : i.alias ? `${i.name} as ${i.alias}` : i.name).join(", ")} }` : "")} `} "${builtinModule.includes(":") ? builtinModule : `${context.config.output.builtinPrefix}:${builtinModule}`}";`
172
190
  });
173
191
  }
174
192
  }),
@@ -8,6 +8,7 @@ type TypescriptFileProps = Omit<SourceFileProps$1, "filetype"> & ComponentProps
8
8
  hashbang?: Children | true;
9
9
  header?: Children;
10
10
  imports?: TypescriptFileImports;
11
+ builtinImports?: TypescriptFileImports;
11
12
  export?: boolean | string;
12
13
  tsx?: boolean;
13
14
  };
@@ -31,6 +32,7 @@ interface TypescriptFileHeaderProps extends SourceFileHeaderProps {
31
32
  declare function TypescriptFileHeader(props: TypescriptFileHeaderProps): Children;
32
33
  interface TypescriptFileHeaderImportsProps extends SourceFileHeaderProps {
33
34
  imports?: TypescriptFileImports;
35
+ builtinImports?: TypescriptFileImports;
34
36
  scope?: TSModuleScope;
35
37
  }
36
38
  /**
@@ -8,6 +8,7 @@ type TypescriptFileProps = Omit<SourceFileProps$1, "filetype"> & ComponentProps
8
8
  hashbang?: Children | true;
9
9
  header?: Children;
10
10
  imports?: TypescriptFileImports;
11
+ builtinImports?: TypescriptFileImports;
11
12
  export?: boolean | string;
12
13
  tsx?: boolean;
13
14
  };
@@ -31,6 +32,7 @@ interface TypescriptFileHeaderProps extends SourceFileHeaderProps {
31
32
  declare function TypescriptFileHeader(props: TypescriptFileHeaderProps): Children;
32
33
  interface TypescriptFileHeaderImportsProps extends SourceFileHeaderProps {
33
34
  imports?: TypescriptFileImports;
35
+ builtinImports?: TypescriptFileImports;
34
36
  scope?: TSModuleScope;
35
37
  }
36
38
  /**
@@ -2,7 +2,7 @@ import { usePowerlines } from "../../core/contexts/context.mjs";
2
2
  import { SingleLineComment } from "../../core/components/single-line-comment.mjs";
3
3
  import { SourceFile } from "../../core/components/source-file.mjs";
4
4
  import { createComponent, createIntrinsic, memo, mergeProps } from "@alloy-js/core/jsx-runtime";
5
- import { Scope, Show, SourceDirectoryContext, code, splitProps, useContext, useScope } from "@alloy-js/core";
5
+ import { For, Scope, Show, SourceDirectoryContext, code, splitProps, useContext, useScope } from "@alloy-js/core";
6
6
  import { appendPath } from "@stryke/path/append";
7
7
  import { isString } from "@stryke/type-checks/is-string";
8
8
  import { titleCase } from "@stryke/string-format/title-case";
@@ -151,13 +151,13 @@ function TypescriptFileHeader(props) {
151
151
  * @returns The rendered source file header.
152
152
  */
153
153
  function TypescriptFileHeaderImports(props) {
154
- const { imports } = props;
154
+ const { imports, builtinImports } = props;
155
155
  const context = usePowerlines();
156
156
  const sourceFile = useSourceFile();
157
157
  const scope = props.scope ?? sourceFile.scope;
158
158
  return createComponent(Show, {
159
159
  get when() {
160
- return scope.importedModules.size > 0 || !!imports && Object.keys(imports).length > 0;
160
+ return scope.importedModules.size > 0 || !!builtinImports && Object.keys(builtinImports).length > 0 || !!imports && Object.keys(imports).length > 0;
161
161
  },
162
162
  get children() {
163
163
  return [
@@ -166,8 +166,26 @@ function TypescriptFileHeaderImports(props) {
166
166
  return !!imports && Object.keys(imports).length > 0;
167
167
  },
168
168
  get children() {
169
- return Object.entries(imports ?? {}).filter(([key]) => key !== "$builtins").concat(imports && imports.$builtins ? Object.entries(imports.$builtins).map(([key, entry]) => [key.includes(":") ? key : `${context.config.output.builtinPrefix}:${key}`, entry]) : []).map(([module, imported]) => {
170
- return code`import ${imported === null ? "" : imported.filter((i) => !isString(i) && i.default).map((i) => i.alias ? i.alias : i.name).join(", ") + (imported.filter((i) => !isString(i) && i.default).length > 0 && imported.filter((i) => isString(i) || !i.default).length > 0 ? ", " : "") + (imported.filter((i) => isString(i) || !i.default).length > 0 ? `{ ${imported.map((i) => isString(i) ? i : i.alias ? `${i.name} as ${i.alias}` : i.name).join(", ")} }` : "")} from "${module}";`;
169
+ return createComponent(For, {
170
+ get each() {
171
+ return Object.entries(imports ?? {});
172
+ },
173
+ children: ([module, normalImports]) => {
174
+ return code`import ${normalImports === null ? "" : ` from ${normalImports.filter((i) => !isString(i) && i.default).map((i) => i.alias ? i.alias : i.name).join(", ") + (normalImports.filter((i) => !isString(i) && i.default).length > 0 && normalImports.filter((i) => isString(i) || !i.default).length > 0 ? ", " : "") + (normalImports.filter((i) => isString(i) || !i.default).length > 0 ? `{ ${normalImports.map((i) => isString(i) ? i : i.alias ? `${i.name} as ${i.alias}` : i.name).join(", ")} }` : "")} `} "${module}";`;
175
+ }
176
+ });
177
+ }
178
+ }),
179
+ createComponent(Show, {
180
+ get when() {
181
+ return builtinImports && Object.keys(builtinImports).length > 0;
182
+ },
183
+ get children() {
184
+ return createComponent(For, {
185
+ get each() {
186
+ return Object.entries(builtinImports ?? {});
187
+ },
188
+ children: ([builtinModule, builtinImports$1]) => code`import ${builtinImports$1 === null ? "" : ` from ${builtinImports$1.filter((i) => !isString(i) && i.default).map((i) => i.alias ? i.alias : i.name).join(", ") + (builtinImports$1.filter((i) => !isString(i) && i.default).length > 0 && builtinImports$1.filter((i) => isString(i) || !i.default).length > 0 ? ", " : "") + (builtinImports$1.filter((i) => isString(i) || !i.default).length > 0 ? `{ ${builtinImports$1.map((i) => isString(i) ? i : i.alias ? `${i.name} as ${i.alias}` : i.name).join(", ")} }` : "")} `} "${builtinModule.includes(":") ? builtinModule : `${context.config.output.builtinPrefix}:${builtinModule}`}";`
171
189
  });
172
190
  }
173
191
  }),
@@ -1,5 +1,5 @@
1
1
  import { ComponentProps } from "../../types/components.cjs";
2
- import * as _alloy_js_core13 from "@alloy-js/core";
2
+ import * as _alloy_js_core9 from "@alloy-js/core";
3
3
  import { InterfaceDeclarationProps, InterfaceMemberProps } from "@alloy-js/typescript";
4
4
  import { ReflectionClass, ReflectionProperty } from "@powerlines/deepkit/vendor/type";
5
5
 
@@ -14,11 +14,11 @@ interface TypescriptInterfacePropertyProps extends Omit<InterfaceMemberProps, "n
14
14
  /**
15
15
  * Generates a TypeScript interface for the given reflection class.
16
16
  */
17
- declare function TypeScriptInterface<T extends Record<string, any> = Record<string, any>>(props: TypeScriptInterfaceProps<T>): _alloy_js_core13.Children;
17
+ declare function TypeScriptInterface<T extends Record<string, any> = Record<string, any>>(props: TypeScriptInterfaceProps<T>): _alloy_js_core9.Children;
18
18
  /**
19
19
  * Generates a TypeScript interface property for the given reflection class.
20
20
  */
21
- declare function TypescriptInterfaceProperty(props: TypescriptInterfacePropertyProps): _alloy_js_core13.Children;
21
+ declare function TypescriptInterfaceProperty(props: TypescriptInterfacePropertyProps): _alloy_js_core9.Children;
22
22
  declare type __ΩTypeScriptInterfaceProps = any[];
23
23
  declare type __ΩTypescriptInterfacePropertyProps = any[];
24
24
  //#endregion
@@ -1,5 +1,5 @@
1
1
  import { ComponentProps } from "../../types/components.mjs";
2
- import * as _alloy_js_core7 from "@alloy-js/core";
2
+ import * as _alloy_js_core9 from "@alloy-js/core";
3
3
  import { ReflectionClass, ReflectionProperty } from "@powerlines/deepkit/vendor/type";
4
4
  import { InterfaceDeclarationProps, InterfaceMemberProps } from "@alloy-js/typescript";
5
5
 
@@ -14,11 +14,11 @@ interface TypescriptInterfacePropertyProps extends Omit<InterfaceMemberProps, "n
14
14
  /**
15
15
  * Generates a TypeScript interface for the given reflection class.
16
16
  */
17
- declare function TypeScriptInterface<T extends Record<string, any> = Record<string, any>>(props: TypeScriptInterfaceProps<T>): _alloy_js_core7.Children;
17
+ declare function TypeScriptInterface<T extends Record<string, any> = Record<string, any>>(props: TypeScriptInterfaceProps<T>): _alloy_js_core9.Children;
18
18
  /**
19
19
  * Generates a TypeScript interface property for the given reflection class.
20
20
  */
21
- declare function TypescriptInterfaceProperty(props: TypescriptInterfacePropertyProps): _alloy_js_core7.Children;
21
+ declare function TypescriptInterfaceProperty(props: TypescriptInterfacePropertyProps): _alloy_js_core9.Children;
22
22
  declare type __ΩTypeScriptInterfaceProps = any[];
23
23
  declare type __ΩTypescriptInterfacePropertyProps = any[];
24
24
  //#endregion
@@ -1,5 +1,5 @@
1
1
  import { ComponentProps } from "../../types/components.cjs";
2
- import * as _alloy_js_core9 from "@alloy-js/core";
2
+ import * as _alloy_js_core15 from "@alloy-js/core";
3
3
  import { VarDeclarationProps } from "@alloy-js/typescript";
4
4
  import { ReflectionClass, ReflectionProperty } from "@powerlines/deepkit/vendor/type";
5
5
  import { ComputedRef } from "@vue/reactivity";
@@ -15,11 +15,11 @@ interface TypescriptObjectPropertyProps extends ComponentProps {
15
15
  /**
16
16
  * Generates a TypeScript object for the given reflection class.
17
17
  */
18
- declare function TypescriptObject<T extends Record<string, any> = Record<string, any>>(props: TypescriptObjectProps<T>): _alloy_js_core9.Children;
18
+ declare function TypescriptObject<T extends Record<string, any> = Record<string, any>>(props: TypescriptObjectProps<T>): _alloy_js_core15.Children;
19
19
  /**
20
20
  * Generates a TypeScript object property for the given reflection class.
21
21
  */
22
- declare function TypescriptObjectProperty(props: TypescriptObjectPropertyProps): _alloy_js_core9.Children;
22
+ declare function TypescriptObjectProperty(props: TypescriptObjectPropertyProps): _alloy_js_core15.Children;
23
23
  declare type __ΩTypescriptObjectProps = any[];
24
24
  declare type __ΩTypescriptObjectPropertyProps = any[];
25
25
  //#endregion
@@ -1,5 +1,5 @@
1
1
  import { ComponentProps } from "../../types/components.mjs";
2
- import * as _alloy_js_core9 from "@alloy-js/core";
2
+ import * as _alloy_js_core7 from "@alloy-js/core";
3
3
  import { ReflectionClass, ReflectionProperty } from "@powerlines/deepkit/vendor/type";
4
4
  import { VarDeclarationProps } from "@alloy-js/typescript";
5
5
  import { ComputedRef } from "@vue/reactivity";
@@ -15,11 +15,11 @@ interface TypescriptObjectPropertyProps extends ComponentProps {
15
15
  /**
16
16
  * Generates a TypeScript object for the given reflection class.
17
17
  */
18
- declare function TypescriptObject<T extends Record<string, any> = Record<string, any>>(props: TypescriptObjectProps<T>): _alloy_js_core9.Children;
18
+ declare function TypescriptObject<T extends Record<string, any> = Record<string, any>>(props: TypescriptObjectProps<T>): _alloy_js_core7.Children;
19
19
  /**
20
20
  * Generates a TypeScript object property for the given reflection class.
21
21
  */
22
- declare function TypescriptObjectProperty(props: TypescriptObjectPropertyProps): _alloy_js_core9.Children;
22
+ declare function TypescriptObjectProperty(props: TypescriptObjectPropertyProps): _alloy_js_core7.Children;
23
23
  declare type __ΩTypescriptObjectProps = any[];
24
24
  declare type __ΩTypescriptObjectPropertyProps = any[];
25
25
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-alloy",
3
- "version": "0.18.6",
3
+ "version": "0.18.8",
4
4
  "type": "module",
5
5
  "description": "A package containing various Alloy framework components and helper utilities.",
6
6
  "repository": {
@@ -360,8 +360,8 @@
360
360
  "@alloy-js/markdown": "^0.22.0",
361
361
  "@alloy-js/rollup-plugin": "^0.1.0",
362
362
  "@alloy-js/typescript": "^0.22.0",
363
- "@powerlines/deepkit": "^0.5.40",
364
- "@powerlines/plugin-plugin": "^0.12.77",
363
+ "@powerlines/deepkit": "^0.5.41",
364
+ "@powerlines/plugin-plugin": "^0.12.78",
365
365
  "@storm-software/config-tools": "^1.188.75",
366
366
  "@stryke/capnp": "^0.12.52",
367
367
  "@stryke/convert": "^0.6.30",
@@ -374,10 +374,10 @@
374
374
  "@stryke/types": "^0.10.29",
375
375
  "@stryke/unique-id": "^0.3.38",
376
376
  "defu": "^6.1.4",
377
- "powerlines": "^0.36.29",
377
+ "powerlines": "^0.37.0",
378
378
  "prettier": "^3.7.4"
379
379
  },
380
380
  "devDependencies": { "@types/node": "^24.10.4" },
381
381
  "publishConfig": { "access": "public" },
382
- "gitHead": "bfbde2cda62a5307013bf11d1ef6a8500bcbc4b1"
382
+ "gitHead": "00141b82214ec2772cec7ec7873aba06f593289b"
383
383
  }