@powerlines/plugin-capnp 0.1.403 → 0.1.404
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/index.cjs +2 -2
- package/dist/index.d.cts +2 -2
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +2 -2
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/types/index.d.cts +2 -2
- package/dist/types/index.d.mts +2 -2
- package/dist/types/plugin.d.cts +5 -1
- package/dist/types/plugin.d.cts.map +1 -1
- package/dist/types/plugin.d.mts +5 -1
- package/dist/types/plugin.d.mts.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -27,7 +27,7 @@ const plugin = (options = {}) => {
|
|
|
27
27
|
dts: false,
|
|
28
28
|
tty: true,
|
|
29
29
|
tsconfig: this.tsconfig,
|
|
30
|
-
schema: (0, _stryke_path_join_paths.joinPaths)(this.
|
|
30
|
+
schema: (0, _stryke_path_join_paths.joinPaths)(this.config.cwd ?? "./", this.config.root, "*.capnp"),
|
|
31
31
|
outputPath: (0, _stryke_path_join_paths.joinPaths)("{builtinPath}", "capnp")
|
|
32
32
|
}) };
|
|
33
33
|
},
|
|
@@ -39,7 +39,7 @@ const plugin = (options = {}) => {
|
|
|
39
39
|
...this.config.capnp,
|
|
40
40
|
schemas: this.config.capnp.schema.toString(),
|
|
41
41
|
projectRoot: this.config.root,
|
|
42
|
-
workspaceRoot: this.
|
|
42
|
+
workspaceRoot: this.config.cwd
|
|
43
43
|
});
|
|
44
44
|
if (!resolvedOptions?.schemas?.length) {
|
|
45
45
|
this.warn("No Cap'n Proto schemas found to compile.");
|
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig } from "./types/plugin.cjs";
|
|
1
|
+
import { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig, __ΩCapnpPluginContext, __ΩCapnpPluginOptions, __ΩCapnpPluginResolvedConfig, __ΩCapnpPluginUserConfig } from "./types/plugin.cjs";
|
|
2
2
|
import { Plugin } from "powerlines";
|
|
3
3
|
|
|
4
4
|
//#region src/index.d.ts
|
|
@@ -15,5 +15,5 @@ declare module "powerlines" {
|
|
|
15
15
|
*/
|
|
16
16
|
declare const plugin: <TContext extends CapnpPluginContext = CapnpPluginContext>(options?: CapnpPluginOptions) => Plugin<TContext>;
|
|
17
17
|
//#endregion
|
|
18
|
-
export { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig, plugin as default, plugin };
|
|
18
|
+
export { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig, __ΩCapnpPluginContext, __ΩCapnpPluginOptions, __ΩCapnpPluginResolvedConfig, __ΩCapnpPluginUserConfig, plugin as default, plugin };
|
|
19
19
|
//# sourceMappingURL=index.d.cts.map
|
package/dist/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YAgCY,MAAA;IACR,KAAA,GAAQ,kBAAA;EAAA;AAAA;;;;;;;cAUC,MAAA,oBACM,kBAAA,GAAqB,kBAAA,EAEtC,OAAA,GAAS,kBAAA,KACR,MAAA,CAAO,QAAA"}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig } from "./types/plugin.mjs";
|
|
1
|
+
import { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig, __ΩCapnpPluginContext, __ΩCapnpPluginOptions, __ΩCapnpPluginResolvedConfig, __ΩCapnpPluginUserConfig } from "./types/plugin.mjs";
|
|
2
2
|
import { Plugin } from "powerlines";
|
|
3
3
|
|
|
4
4
|
//#region src/index.d.ts
|
|
@@ -15,5 +15,5 @@ declare module "powerlines" {
|
|
|
15
15
|
*/
|
|
16
16
|
declare const plugin: <TContext extends CapnpPluginContext = CapnpPluginContext>(options?: CapnpPluginOptions) => Plugin<TContext>;
|
|
17
17
|
//#endregion
|
|
18
|
-
export { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig, plugin as default, plugin };
|
|
18
|
+
export { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig, __ΩCapnpPluginContext, __ΩCapnpPluginOptions, __ΩCapnpPluginResolvedConfig, __ΩCapnpPluginUserConfig, plugin as default, plugin };
|
|
19
19
|
//# sourceMappingURL=index.d.mts.map
|
package/dist/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YAgCY,MAAA;IACR,KAAA,GAAQ,kBAAA;EAAA;AAAA;;;;;;;cAUC,MAAA,oBACM,kBAAA,GAAqB,kBAAA,EAEtC,OAAA,GAAS,kBAAA,KACR,MAAA,CAAO,QAAA"}
|
package/dist/index.mjs
CHANGED
|
@@ -24,7 +24,7 @@ const plugin = (options = {}) => {
|
|
|
24
24
|
dts: false,
|
|
25
25
|
tty: true,
|
|
26
26
|
tsconfig: this.tsconfig,
|
|
27
|
-
schema: joinPaths(this.
|
|
27
|
+
schema: joinPaths(this.config.cwd ?? "./", this.config.root, "*.capnp"),
|
|
28
28
|
outputPath: joinPaths("{builtinPath}", "capnp")
|
|
29
29
|
}) };
|
|
30
30
|
},
|
|
@@ -36,7 +36,7 @@ const plugin = (options = {}) => {
|
|
|
36
36
|
...this.config.capnp,
|
|
37
37
|
schemas: this.config.capnp.schema.toString(),
|
|
38
38
|
projectRoot: this.config.root,
|
|
39
|
-
workspaceRoot: this.
|
|
39
|
+
workspaceRoot: this.config.cwd
|
|
40
40
|
});
|
|
41
41
|
if (!resolvedOptions?.schemas?.length) {
|
|
42
42
|
this.warn("No Cap'n Proto schemas found to compile.");
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"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 { capnpc } from \"@stryke/capnp/compile\";\nimport { resolveOptions } from \"@stryke/capnp/helpers\";\nimport { findFileName } from \"@stryke/path/file-path-fns\";\nimport { isParentPath } from \"@stryke/path/is-parent-path\";\nimport { joinPaths } from \"@stryke/path/join-paths\";\nimport { replacePath } from \"@stryke/path/replace\";\nimport defu from \"defu\";\nimport { Plugin } from \"powerlines\";\nimport { replacePathTokens } from \"powerlines/plugin-utils\";\nimport {
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"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 { capnpc } from \"@stryke/capnp/compile\";\nimport { resolveOptions } from \"@stryke/capnp/helpers\";\nimport { findFileName } from \"@stryke/path/file-path-fns\";\nimport { isParentPath } from \"@stryke/path/is-parent-path\";\nimport { joinPaths } from \"@stryke/path/join-paths\";\nimport { replacePath } from \"@stryke/path/replace\";\nimport defu from \"defu\";\nimport { Plugin } from \"powerlines\";\nimport { replacePathTokens } from \"powerlines/plugin-utils\";\nimport { CapnpPluginContext, CapnpPluginOptions } from \"./types/plugin\";\n\nexport * from \"./types\";\n\ndeclare module \"powerlines\" {\n interface Config {\n capnp?: CapnpPluginOptions;\n }\n}\n\n/**\n * A Powerlines plugin to integrate Cap'n Proto for code generation.\n *\n * @param options - The plugin options.\n * @returns A Powerlines plugin instance.\n */\nexport const plugin = <\n TContext extends CapnpPluginContext = CapnpPluginContext\n>(\n options: CapnpPluginOptions = {}\n): Plugin<TContext> => {\n return {\n name: \"capnp\",\n config() {\n return {\n capnp: defu(options, {\n ts: true,\n js: false,\n dts: false,\n tty: true,\n tsconfig: this.tsconfig,\n schema: joinPaths(\n this.config.cwd ?? \"./\",\n this.config.root,\n \"*.capnp\"\n ),\n outputPath: joinPaths(\"{builtinPath}\", \"capnp\")\n })\n };\n },\n configResolved() {\n this.config.capnp.outputPath = replacePathTokens(\n this,\n this.config.capnp.outputPath\n );\n },\n async prepare() {\n const resolvedOptions = await resolveOptions({\n ...this.config.capnp,\n schemas: this.config.capnp.schema.toString(),\n projectRoot: this.config.root,\n workspaceRoot: this.config.cwd\n });\n if (!resolvedOptions?.schemas?.length) {\n this.warn(\"No Cap'n Proto schemas found to compile.\");\n\n return;\n }\n\n const result = await capnpc(resolvedOptions);\n\n if (isParentPath(this.config.capnp.outputPath, this.builtinsPath)) {\n await Promise.all(\n Object.entries(result.files).map(async ([filePath, content]) =>\n this.emitBuiltin(\n content,\n findFileName(\n joinPaths(\n replacePath(this.config.capnp.outputPath, this.builtinsPath),\n filePath\n ),\n { withExtension: false }\n )\n )\n )\n );\n } else {\n await Promise.all(\n Object.entries(result.files).map(async ([filePath, content]) =>\n this.fs.write(\n joinPaths(this.config.capnp.outputPath, filePath),\n content\n )\n )\n );\n }\n }\n };\n};\n\nexport default plugin;\n"],"mappings":";;;;;;;;;;;;;;;;AA2CA,MAAa,UAGX,UAA8B,EAAE,KACX;AACrB,QAAO;EACL,MAAM;EACN,SAAS;AACP,UAAO,EACL,OAAO,KAAK,SAAS;IACnB,IAAI;IACJ,IAAI;IACJ,KAAK;IACL,KAAK;IACL,UAAU,KAAK;IACf,QAAQ,UACN,KAAK,OAAO,OAAO,MACnB,KAAK,OAAO,MACZ,UACD;IACD,YAAY,UAAU,iBAAiB,QAAQ;IAChD,CAAC,EACH;;EAEH,iBAAiB;AACf,QAAK,OAAO,MAAM,aAAa,kBAC7B,MACA,KAAK,OAAO,MAAM,WACnB;;EAEH,MAAM,UAAU;GACd,MAAM,kBAAkB,MAAM,eAAe;IAC3C,GAAG,KAAK,OAAO;IACf,SAAS,KAAK,OAAO,MAAM,OAAO,UAAU;IAC5C,aAAa,KAAK,OAAO;IACzB,eAAe,KAAK,OAAO;IAC5B,CAAC;AACF,OAAI,CAAC,iBAAiB,SAAS,QAAQ;AACrC,SAAK,KAAK,2CAA2C;AAErD;;GAGF,MAAM,SAAS,MAAM,OAAO,gBAAgB;AAE5C,OAAI,aAAa,KAAK,OAAO,MAAM,YAAY,KAAK,aAAa,CAC/D,OAAM,QAAQ,IACZ,OAAO,QAAQ,OAAO,MAAM,CAAC,IAAI,OAAO,CAAC,UAAU,aACjD,KAAK,YACH,SACA,aACE,UACE,YAAY,KAAK,OAAO,MAAM,YAAY,KAAK,aAAa,EAC5D,SACD,EACD,EAAE,eAAe,OAAO,CACzB,CACF,CACF,CACF;OAED,OAAM,QAAQ,IACZ,OAAO,QAAQ,OAAO,MAAM,CAAC,IAAI,OAAO,CAAC,UAAU,aACjD,KAAK,GAAG,MACN,UAAU,KAAK,OAAO,MAAM,YAAY,SAAS,EACjD,QACD,CACF,CACF;;EAGN"}
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig } from "./plugin.cjs";
|
|
2
|
-
export { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig };
|
|
1
|
+
import { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig, __ΩCapnpPluginContext, __ΩCapnpPluginOptions, __ΩCapnpPluginResolvedConfig, __ΩCapnpPluginUserConfig } from "./plugin.cjs";
|
|
2
|
+
export { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig, __ΩCapnpPluginContext, __ΩCapnpPluginOptions, __ΩCapnpPluginResolvedConfig, __ΩCapnpPluginUserConfig };
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig } from "./plugin.mjs";
|
|
2
|
-
export { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig };
|
|
1
|
+
import { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig, __ΩCapnpPluginContext, __ΩCapnpPluginOptions, __ΩCapnpPluginResolvedConfig, __ΩCapnpPluginUserConfig } from "./plugin.mjs";
|
|
2
|
+
export { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig, __ΩCapnpPluginContext, __ΩCapnpPluginOptions, __ΩCapnpPluginResolvedConfig, __ΩCapnpPluginUserConfig };
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -26,6 +26,10 @@ type CapnpPluginResolvedConfig = ResolvedConfig & {
|
|
|
26
26
|
capnp: Omit<CapnpPluginOptions, "schema" | "outputPath"> & Required<Pick<CapnpPluginOptions, "schema" | "outputPath">>;
|
|
27
27
|
};
|
|
28
28
|
type CapnpPluginContext<TResolvedConfig extends CapnpPluginResolvedConfig = CapnpPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
29
|
+
declare type __ΩCapnpPluginOptions = any[];
|
|
30
|
+
declare type __ΩCapnpPluginUserConfig = any[];
|
|
31
|
+
declare type __ΩCapnpPluginResolvedConfig = any[];
|
|
32
|
+
declare type __ΩCapnpPluginContext = any[];
|
|
29
33
|
//#endregion
|
|
30
|
-
export { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig };
|
|
34
|
+
export { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig, __ΩCapnpPluginContext, __ΩCapnpPluginOptions, __ΩCapnpPluginResolvedConfig, __ΩCapnpPluginUserConfig };
|
|
31
35
|
//# sourceMappingURL=plugin.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;KAqBY,kBAAA,GAAqB,OAAA,CAC/B,IAAA,CAAK,aAAA;;AADP;;;;EAQE,MAAA,YAAkB,GAAA;EARa;;;;;;;;EAkB/B,UAAA;AAAA;AAAA,KAGU,qBAAA,GAAwB,UAAA;EAClC,KAAA,GAAQ,IAAA,CAAK,kBAAA,6BACX,QAAA,CAAS,IAAA,CAAK,kBAAA;AAAA;AAAA,KAGN,yBAAA,GAA4B,cAAA;EACtC,KAAA,EAAO,IAAA,CAAK,kBAAA,6BACV,QAAA,CAAS,IAAA,CAAK,kBAAA;AAAA;AAAA,KAGN,kBAAA,yBACc,yBAAA,GAA4B,yBAAA,IAClD,aAAA,CAAc,eAAA"}
|
|
1
|
+
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;KAqBY,kBAAA,GAAqB,OAAA,CAC/B,IAAA,CAAK,aAAA;;AADP;;;;EAQE,MAAA,YAAkB,GAAA;EARa;;;;;;;;EAkB/B,UAAA;AAAA;AAAA,KAGU,qBAAA,GAAwB,UAAA;EAClC,KAAA,GAAQ,IAAA,CAAK,kBAAA,6BACX,QAAA,CAAS,IAAA,CAAK,kBAAA;AAAA;AAAA,KAGN,yBAAA,GAA4B,cAAA;EACtC,KAAA,EAAO,IAAA,CAAK,kBAAA,6BACV,QAAA,CAAS,IAAA,CAAK,kBAAA;AAAA;AAAA,KAGN,kBAAA,yBACc,yBAAA,GAA4B,yBAAA,IAClD,aAAA,CAAc,eAAA;AAAA"}
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -26,6 +26,10 @@ type CapnpPluginResolvedConfig = ResolvedConfig & {
|
|
|
26
26
|
capnp: Omit<CapnpPluginOptions, "schema" | "outputPath"> & Required<Pick<CapnpPluginOptions, "schema" | "outputPath">>;
|
|
27
27
|
};
|
|
28
28
|
type CapnpPluginContext<TResolvedConfig extends CapnpPluginResolvedConfig = CapnpPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
29
|
+
declare type __ΩCapnpPluginOptions = any[];
|
|
30
|
+
declare type __ΩCapnpPluginUserConfig = any[];
|
|
31
|
+
declare type __ΩCapnpPluginResolvedConfig = any[];
|
|
32
|
+
declare type __ΩCapnpPluginContext = any[];
|
|
29
33
|
//#endregion
|
|
30
|
-
export { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig };
|
|
34
|
+
export { CapnpPluginContext, CapnpPluginOptions, CapnpPluginResolvedConfig, CapnpPluginUserConfig, __ΩCapnpPluginContext, __ΩCapnpPluginOptions, __ΩCapnpPluginResolvedConfig, __ΩCapnpPluginUserConfig };
|
|
31
35
|
//# sourceMappingURL=plugin.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;KAqBY,kBAAA,GAAqB,OAAA,CAC/B,IAAA,CAAK,aAAA;;AADP;;;;EAQE,MAAA,YAAkB,GAAA;EARa;;;;;;;;EAkB/B,UAAA;AAAA;AAAA,KAGU,qBAAA,GAAwB,UAAA;EAClC,KAAA,GAAQ,IAAA,CAAK,kBAAA,6BACX,QAAA,CAAS,IAAA,CAAK,kBAAA;AAAA;AAAA,KAGN,yBAAA,GAA4B,cAAA;EACtC,KAAA,EAAO,IAAA,CAAK,kBAAA,6BACV,QAAA,CAAS,IAAA,CAAK,kBAAA;AAAA;AAAA,KAGN,kBAAA,yBACc,yBAAA,GAA4B,yBAAA,IAClD,aAAA,CAAc,eAAA"}
|
|
1
|
+
{"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;KAqBY,kBAAA,GAAqB,OAAA,CAC/B,IAAA,CAAK,aAAA;;AADP;;;;EAQE,MAAA,YAAkB,GAAA;EARa;;;;;;;;EAkB/B,UAAA;AAAA;AAAA,KAGU,qBAAA,GAAwB,UAAA;EAClC,KAAA,GAAQ,IAAA,CAAK,kBAAA,6BACX,QAAA,CAAS,IAAA,CAAK,kBAAA;AAAA;AAAA,KAGN,yBAAA,GAA4B,cAAA;EACtC,KAAA,EAAO,IAAA,CAAK,kBAAA,6BACV,QAAA,CAAS,IAAA,CAAK,kBAAA;AAAA;AAAA,KAGN,kBAAA,yBACc,yBAAA,GAA4B,yBAAA,IAClD,aAAA,CAAc,eAAA;AAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-capnp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.404",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to generate project code from Cap'n Proto schemas.",
|
|
6
6
|
"repository": {
|
|
@@ -95,13 +95,13 @@
|
|
|
95
95
|
"@stryke/types": "^0.11.3",
|
|
96
96
|
"defu": "^6.1.7",
|
|
97
97
|
"jiti": "^2.6.1",
|
|
98
|
-
"powerlines": "^0.
|
|
98
|
+
"powerlines": "^0.43.0"
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
101
|
+
"@powerlines/plugin-plugin": "^0.12.352",
|
|
102
102
|
"@types/node": "^25.6.0"
|
|
103
103
|
},
|
|
104
104
|
"publishConfig": { "access": "public" },
|
|
105
105
|
"types": "./dist/index.d.cts",
|
|
106
|
-
"gitHead": "
|
|
106
|
+
"gitHead": "49eae5ce8145cd6ae873cb4d9b3d747f7132c82d"
|
|
107
107
|
}
|