@powerlines/plugin-graphql 0.1.433 → 0.1.435

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.
@@ -0,0 +1 @@
1
+ var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},s=(n,r,a)=>(a=n==null?{}:e(i(n)),o(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n));exports.__toESM=s;
package/dist/index.cjs ADDED
@@ -0,0 +1 @@
1
+ Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:`Module`}});const e=require(`./_virtual/_rolldown/runtime.cjs`);let t=require(`@graphql-codegen/cli`),n=require(`@storm-software/config-tools/types`),r=require(`@stryke/path/file-path-fns`),i=require(`@stryke/path/is-parent-path`),a=require(`@stryke/path/join-paths`),o=require(`@stryke/path/replace`),s=require(`defu`);s=e.__toESM(s,1);let c=require(`powerlines/plugin-utils`);const l=(e={})=>({name:`graphql`,config(){let t=e.configFile;if(!t&&(t=(0,c.getConfigPath)(this,`codegen`),!t&&(t=(0,c.getConfigPath)(this,`graphql-codegen`),!t)))throw Error("No GraphQL Codegen configuration file found. Please specify a valid config file path in the Biome plugin's `configFile` options.");return{graphql:(0,s.default)(e,{configFile:t,silent:this.config.logLevel===null,verbose:this.config.logLevel===n.LogLevelLabel.DEBUG||this.config.logLevel===n.LogLevelLabel.TRACE,debug:this.config.mode===`development`,outputPath:(0,a.joinPaths)(`{builtinPath}`,`graphql`)})}},async configResolved(){this.dependencies.graphql=`latest`,this.config.graphql.outputPath=(0,c.replacePathTokens)(this,this.config.graphql.outputPath),this.graphql??={},this.graphql.codegen=await(0,t.loadContext)(this.config.graphql.configFile),(0,t.updateContextWithCliFlags)(this.graphql.codegen,{require:[],overwrite:!0,project:this.config.root,...this.config.graphql,config:this.config.graphql.configFile,watch:!1})},async prepare(){let e=await(0,t.generate)({...this.graphql.codegen,cwd:(0,a.joinPaths)(this.config.cwd,this.config.root)},!1);(0,i.isParentPath)(this.config.graphql.outputPath,this.builtinsPath)?await Promise.all(e.map(async e=>this.emitBuiltin(e.content,(0,r.findFileName)((0,a.joinPaths)((0,o.replacePath)(this.config.graphql.outputPath,this.builtinsPath),e.filename),{withExtension:!1})))):await Promise.all(e.map(async e=>this.fs.write((0,a.joinPaths)(this.config.graphql.outputPath,e.filename),e.content)))}});exports.default=l,exports.plugin=l;
@@ -0,0 +1,19 @@
1
+ import { GraphQLPluginContext, GraphQLPluginOptions, GraphQLPluginResolvedConfig, GraphQLPluginUserConfig, __ΩGraphQLPluginContext, __ΩGraphQLPluginOptions, __ΩGraphQLPluginResolvedConfig, __ΩGraphQLPluginUserConfig } from "./types/plugin.cjs";
2
+ import { Plugin } from "powerlines";
3
+
4
+ //#region src/index.d.ts
5
+ declare module "powerlines" {
6
+ interface Config {
7
+ graphql?: GraphQLPluginOptions;
8
+ }
9
+ }
10
+ /**
11
+ * A Powerlines plugin to integrate GraphQL for code generation.
12
+ *
13
+ * @param options - The plugin options.
14
+ * @returns A Powerlines plugin instance.
15
+ */
16
+ declare const plugin: <TContext extends GraphQLPluginContext = GraphQLPluginContext>(options?: GraphQLPluginOptions) => Plugin<TContext>;
17
+ //#endregion
18
+ export { GraphQLPluginContext, GraphQLPluginOptions, GraphQLPluginResolvedConfig, GraphQLPluginUserConfig, __ΩGraphQLPluginContext, __ΩGraphQLPluginOptions, __ΩGraphQLPluginResolvedConfig, __ΩGraphQLPluginUserConfig, plugin as default, plugin };
19
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YAoCY,MAAA;IACR,OAAA,GAAU,oBAAA;EAAA;AAAA;;;;;;;cAUD,MAAA,oBACM,oBAAA,GAAuB,oBAAA,EAExC,OAAA,GAAS,oBAAA,KACR,MAAA,CAAO,QAAA"}
@@ -0,0 +1,19 @@
1
+ import { GraphQLPluginContext, GraphQLPluginOptions, GraphQLPluginResolvedConfig, GraphQLPluginUserConfig, __ΩGraphQLPluginContext, __ΩGraphQLPluginOptions, __ΩGraphQLPluginResolvedConfig, __ΩGraphQLPluginUserConfig } from "./types/plugin.mjs";
2
+ import { Plugin } from "powerlines";
3
+
4
+ //#region src/index.d.ts
5
+ declare module "powerlines" {
6
+ interface Config {
7
+ graphql?: GraphQLPluginOptions;
8
+ }
9
+ }
10
+ /**
11
+ * A Powerlines plugin to integrate GraphQL for code generation.
12
+ *
13
+ * @param options - The plugin options.
14
+ * @returns A Powerlines plugin instance.
15
+ */
16
+ declare const plugin: <TContext extends GraphQLPluginContext = GraphQLPluginContext>(options?: GraphQLPluginOptions) => Plugin<TContext>;
17
+ //#endregion
18
+ export { GraphQLPluginContext, GraphQLPluginOptions, GraphQLPluginResolvedConfig, GraphQLPluginUserConfig, __ΩGraphQLPluginContext, __ΩGraphQLPluginOptions, __ΩGraphQLPluginResolvedConfig, __ΩGraphQLPluginUserConfig, plugin as default, plugin };
19
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;YAoCY,MAAA;IACR,OAAA,GAAU,oBAAA;EAAA;AAAA;;;;;;;cAUD,MAAA,oBACM,oBAAA,GAAuB,oBAAA,EAExC,OAAA,GAAS,oBAAA,KACR,MAAA,CAAO,QAAA"}
package/dist/index.mjs ADDED
@@ -0,0 +1,2 @@
1
+ import{generate as e,loadContext as t,updateContextWithCliFlags as n}from"@graphql-codegen/cli";import{LogLevelLabel as r}from"@storm-software/config-tools/types";import{findFileName as i}from"@stryke/path/file-path-fns";import{isParentPath as a}from"@stryke/path/is-parent-path";import{joinPaths as o}from"@stryke/path/join-paths";import{replacePath as s}from"@stryke/path/replace";import c from"defu";import{getConfigPath as l,replacePathTokens as u}from"powerlines/plugin-utils";const d=(d={})=>({name:`graphql`,config(){let e=d.configFile;if(!e&&(e=l(this,`codegen`),!e&&(e=l(this,`graphql-codegen`),!e)))throw Error("No GraphQL Codegen configuration file found. Please specify a valid config file path in the Biome plugin's `configFile` options.");return{graphql:c(d,{configFile:e,silent:this.config.logLevel===null,verbose:this.config.logLevel===r.DEBUG||this.config.logLevel===r.TRACE,debug:this.config.mode===`development`,outputPath:o(`{builtinPath}`,`graphql`)})}},async configResolved(){this.dependencies.graphql=`latest`,this.config.graphql.outputPath=u(this,this.config.graphql.outputPath),this.graphql??={},this.graphql.codegen=await t(this.config.graphql.configFile),n(this.graphql.codegen,{require:[],overwrite:!0,project:this.config.root,...this.config.graphql,config:this.config.graphql.configFile,watch:!1})},async prepare(){let t=await e({...this.graphql.codegen,cwd:o(this.config.cwd,this.config.root)},!1);a(this.config.graphql.outputPath,this.builtinsPath)?await Promise.all(t.map(async e=>this.emitBuiltin(e.content,i(o(s(this.config.graphql.outputPath,this.builtinsPath),e.filename),{withExtension:!1})))):await Promise.all(t.map(async e=>this.fs.write(o(this.config.graphql.outputPath,e.filename),e.content)))}});export{d as default,d as plugin};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +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 {\n generate,\n loadContext,\n updateContextWithCliFlags\n} from \"@graphql-codegen/cli\";\nimport { LogLevelLabel } from \"@storm-software/config-tools/types\";\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 { getConfigPath, replacePathTokens } from \"powerlines/plugin-utils\";\nimport { GraphQLPluginContext, GraphQLPluginOptions } from \"./types/plugin\";\n\nexport * from \"./types\";\n\ndeclare module \"powerlines\" {\n interface Config {\n graphql?: GraphQLPluginOptions;\n }\n}\n\n/**\n * A Powerlines plugin to integrate GraphQL for code generation.\n *\n * @param options - The plugin options.\n * @returns A Powerlines plugin instance.\n */\nexport const plugin = <\n TContext extends GraphQLPluginContext = GraphQLPluginContext\n>(\n options: GraphQLPluginOptions = {}\n): Plugin<TContext> => {\n return {\n name: \"graphql\",\n config() {\n let configFile = options.configFile;\n if (!configFile) {\n configFile = getConfigPath(this, \"codegen\");\n if (!configFile) {\n configFile = getConfigPath(this, \"graphql-codegen\");\n if (!configFile) {\n throw new Error(\n `No GraphQL Codegen configuration file found. Please specify a valid config file path in the Biome plugin's \\`configFile\\` options.`\n );\n }\n }\n }\n\n return {\n graphql: defu(options, {\n configFile,\n silent: this.config.logLevel === null,\n verbose:\n this.config.logLevel === LogLevelLabel.DEBUG ||\n this.config.logLevel === LogLevelLabel.TRACE,\n debug: this.config.mode === \"development\",\n outputPath: joinPaths(\"{builtinPath}\", \"graphql\")\n })\n };\n },\n async configResolved() {\n this.dependencies.graphql = \"latest\";\n\n this.config.graphql.outputPath = replacePathTokens(\n this,\n this.config.graphql.outputPath\n );\n\n this.graphql ??= {} as GraphQLPluginContext[\"graphql\"];\n\n this.graphql.codegen = await loadContext(this.config.graphql.configFile);\n updateContextWithCliFlags(this.graphql.codegen, {\n require: [],\n overwrite: true,\n project: this.config.root,\n ...this.config.graphql,\n config: this.config.graphql.configFile,\n watch: false\n });\n },\n async prepare() {\n const result = await generate(\n {\n ...this.graphql.codegen,\n cwd: joinPaths(this.config.cwd, this.config.root)\n } as Parameters<typeof generate>[0],\n false\n );\n\n if (isParentPath(this.config.graphql.outputPath, this.builtinsPath)) {\n await Promise.all(\n result.map(async output =>\n this.emitBuiltin(\n output.content,\n findFileName(\n joinPaths(\n replacePath(\n this.config.graphql.outputPath,\n this.builtinsPath\n ),\n output.filename\n ),\n { withExtension: false }\n )\n )\n )\n );\n } else {\n await Promise.all(\n result.map(async output =>\n this.fs.write(\n joinPaths(this.config.graphql.outputPath, output.filename),\n output.content\n )\n )\n );\n }\n }\n };\n};\n\nexport default plugin;\n"],"mappings":"keA+CA,MAAa,GAGX,EAAgC,EAAE,IAE3B,CACL,KAAM,UACN,QAAS,CACP,IAAI,EAAa,EAAQ,WACzB,GAAI,CAAC,IACH,EAAa,EAAc,KAAM,UAAU,CACvC,CAAC,IACH,EAAa,EAAc,KAAM,kBAAkB,CAC/C,CAAC,IACH,MAAU,MACR,mIACD,CAKP,MAAO,CACL,QAAS,EAAK,EAAS,CACrB,aACA,OAAQ,KAAK,OAAO,WAAa,KACjC,QACE,KAAK,OAAO,WAAa,EAAc,OACvC,KAAK,OAAO,WAAa,EAAc,MACzC,MAAO,KAAK,OAAO,OAAS,cAC5B,WAAY,EAAU,gBAAiB,UAAU,CAClD,CAAC,CACH,EAEH,MAAM,gBAAiB,CACrB,KAAK,aAAa,QAAU,SAE5B,KAAK,OAAO,QAAQ,WAAa,EAC/B,KACA,KAAK,OAAO,QAAQ,WACrB,CAED,KAAK,UAAY,EAAE,CAEnB,KAAK,QAAQ,QAAU,MAAM,EAAY,KAAK,OAAO,QAAQ,WAAW,CACxE,EAA0B,KAAK,QAAQ,QAAS,CAC9C,QAAS,EAAE,CACX,UAAW,GACX,QAAS,KAAK,OAAO,KACrB,GAAG,KAAK,OAAO,QACf,OAAQ,KAAK,OAAO,QAAQ,WAC5B,MAAO,GACR,CAAC,EAEJ,MAAM,SAAU,CACd,IAAM,EAAS,MAAM,EACnB,CACE,GAAG,KAAK,QAAQ,QAChB,IAAK,EAAU,KAAK,OAAO,IAAK,KAAK,OAAO,KAAK,CAClD,CACD,GACD,CAEG,EAAa,KAAK,OAAO,QAAQ,WAAY,KAAK,aAAa,CACjE,MAAM,QAAQ,IACZ,EAAO,IAAI,KAAM,IACf,KAAK,YACH,EAAO,QACP,EACE,EACE,EACE,KAAK,OAAO,QAAQ,WACpB,KAAK,aACN,CACD,EAAO,SACR,CACD,CAAE,cAAe,GAAO,CACzB,CACF,CACF,CACF,CAED,MAAM,QAAQ,IACZ,EAAO,IAAI,KAAM,IACf,KAAK,GAAG,MACN,EAAU,KAAK,OAAO,QAAQ,WAAY,EAAO,SAAS,CAC1D,EAAO,QACR,CACF,CACF,EAGN"}
File without changes
@@ -0,0 +1,2 @@
1
+ import { GraphQLPluginContext, GraphQLPluginOptions, GraphQLPluginResolvedConfig, GraphQLPluginUserConfig, __ΩGraphQLPluginContext, __ΩGraphQLPluginOptions, __ΩGraphQLPluginResolvedConfig, __ΩGraphQLPluginUserConfig } from "./plugin.cjs";
2
+ export { GraphQLPluginContext, GraphQLPluginOptions, GraphQLPluginResolvedConfig, GraphQLPluginUserConfig, __ΩGraphQLPluginContext, __ΩGraphQLPluginOptions, __ΩGraphQLPluginResolvedConfig, __ΩGraphQLPluginUserConfig };
@@ -0,0 +1,2 @@
1
+ import { GraphQLPluginContext, GraphQLPluginOptions, GraphQLPluginResolvedConfig, GraphQLPluginUserConfig, __ΩGraphQLPluginContext, __ΩGraphQLPluginOptions, __ΩGraphQLPluginResolvedConfig, __ΩGraphQLPluginUserConfig } from "./plugin.mjs";
2
+ export { GraphQLPluginContext, GraphQLPluginOptions, GraphQLPluginResolvedConfig, GraphQLPluginUserConfig, __ΩGraphQLPluginContext, __ΩGraphQLPluginOptions, __ΩGraphQLPluginResolvedConfig, __ΩGraphQLPluginUserConfig };
@@ -0,0 +1 @@
1
+ export{};
File without changes
@@ -0,0 +1,40 @@
1
+ import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
2
+ import { CodegenContext, YamlCliFlags } from "@graphql-codegen/cli";
3
+
4
+ //#region src/types/plugin.d.ts
5
+ type GraphQLPluginOptions = Partial<Omit<YamlCliFlags, "config" | "watch">> & {
6
+ /**
7
+ * The path to a custom GraphQL Codegen configuration file.
8
+ *
9
+ * @remarks
10
+ * If not provided, the plugin will attempt to locate a configuration file by searching for one of the following filenames in the project root (in order): "codegen.yml", "codegen.yaml", "codegen.json", "codegen.js", "codegen.cjs".
11
+ */
12
+ configFile?: string;
13
+ /**
14
+ * The path to the output file generated by the plugin.
15
+ *
16
+ * @remarks
17
+ * If using the default value, the file can be imported from "powerlines:graphql/schema-name". This field allows the use of the "\{builtinsPath\}" token to refer to the built-in Powerlines plugins directory - the value will be replaced with the correct file path by the plugin.
18
+ *
19
+ * @defaultValue "\{builtinsPath\}/graphql"
20
+ */
21
+ outputPath?: string;
22
+ };
23
+ type GraphQLPluginUserConfig = UserConfig & {
24
+ graphql?: Omit<YamlCliFlags, "config" | "watch" | "project" | "overwrite" | "require"> & Omit<GraphQLPluginOptions, "outputPath" | "configFile"> & Required<Pick<GraphQLPluginOptions, "outputPath" | "configFile">>;
25
+ };
26
+ type GraphQLPluginResolvedConfig = ResolvedConfig & {
27
+ graphql: Omit<YamlCliFlags, "config" | "watch" | "project" | "overwrite" | "require"> & Omit<GraphQLPluginOptions, "outputPath" | "configFile"> & Required<Pick<GraphQLPluginOptions, "outputPath" | "configFile">>;
28
+ };
29
+ type GraphQLPluginContext<TResolvedConfig extends GraphQLPluginResolvedConfig = GraphQLPluginResolvedConfig> = PluginContext<TResolvedConfig> & {
30
+ graphql: {
31
+ codegen: CodegenContext;
32
+ };
33
+ };
34
+ declare type __ΩGraphQLPluginOptions = any[];
35
+ declare type __ΩGraphQLPluginUserConfig = any[];
36
+ declare type __ΩGraphQLPluginResolvedConfig = any[];
37
+ declare type __ΩGraphQLPluginContext = any[];
38
+ //#endregion
39
+ export { GraphQLPluginContext, GraphQLPluginOptions, GraphQLPluginResolvedConfig, GraphQLPluginUserConfig, __ΩGraphQLPluginContext, __ΩGraphQLPluginOptions, __ΩGraphQLPluginResolvedConfig, __ΩGraphQLPluginUserConfig };
40
+ //# sourceMappingURL=plugin.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;KAqBY,oBAAA,GAAuB,OAAA,CACjC,IAAA,CAAK,YAAA;;AADP;;;;;EASE,UAAA;EATwC;;;;;;;;EAmBxC,UAAA;AAAA;AAAA,KAGU,uBAAA,GAA0B,UAAA;EACpC,OAAA,GAAU,IAAA,CACR,YAAA,8DAGA,IAAA,CAAK,oBAAA,iCACL,QAAA,CAAS,IAAA,CAAK,oBAAA;AAAA;AAAA,KAGN,2BAAA,GAA8B,cAAA;EACxC,OAAA,EAAS,IAAA,CACP,YAAA,8DAGA,IAAA,CAAK,oBAAA,iCACL,QAAA,CAAS,IAAA,CAAK,oBAAA;AAAA;AAAA,KAGN,oBAAA,yBACc,2BAAA,GACtB,2BAAA,IACA,aAAA,CAAc,eAAA;EAChB,OAAA;IACE,OAAA,EAAS,cAAA;EAAA;AAAA;AAAA"}
@@ -0,0 +1,40 @@
1
+ import { CodegenContext, YamlCliFlags } from "@graphql-codegen/cli";
2
+ import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
3
+
4
+ //#region src/types/plugin.d.ts
5
+ type GraphQLPluginOptions = Partial<Omit<YamlCliFlags, "config" | "watch">> & {
6
+ /**
7
+ * The path to a custom GraphQL Codegen configuration file.
8
+ *
9
+ * @remarks
10
+ * If not provided, the plugin will attempt to locate a configuration file by searching for one of the following filenames in the project root (in order): "codegen.yml", "codegen.yaml", "codegen.json", "codegen.js", "codegen.cjs".
11
+ */
12
+ configFile?: string;
13
+ /**
14
+ * The path to the output file generated by the plugin.
15
+ *
16
+ * @remarks
17
+ * If using the default value, the file can be imported from "powerlines:graphql/schema-name". This field allows the use of the "\{builtinsPath\}" token to refer to the built-in Powerlines plugins directory - the value will be replaced with the correct file path by the plugin.
18
+ *
19
+ * @defaultValue "\{builtinsPath\}/graphql"
20
+ */
21
+ outputPath?: string;
22
+ };
23
+ type GraphQLPluginUserConfig = UserConfig & {
24
+ graphql?: Omit<YamlCliFlags, "config" | "watch" | "project" | "overwrite" | "require"> & Omit<GraphQLPluginOptions, "outputPath" | "configFile"> & Required<Pick<GraphQLPluginOptions, "outputPath" | "configFile">>;
25
+ };
26
+ type GraphQLPluginResolvedConfig = ResolvedConfig & {
27
+ graphql: Omit<YamlCliFlags, "config" | "watch" | "project" | "overwrite" | "require"> & Omit<GraphQLPluginOptions, "outputPath" | "configFile"> & Required<Pick<GraphQLPluginOptions, "outputPath" | "configFile">>;
28
+ };
29
+ type GraphQLPluginContext<TResolvedConfig extends GraphQLPluginResolvedConfig = GraphQLPluginResolvedConfig> = PluginContext<TResolvedConfig> & {
30
+ graphql: {
31
+ codegen: CodegenContext;
32
+ };
33
+ };
34
+ declare type __ΩGraphQLPluginOptions = any[];
35
+ declare type __ΩGraphQLPluginUserConfig = any[];
36
+ declare type __ΩGraphQLPluginResolvedConfig = any[];
37
+ declare type __ΩGraphQLPluginContext = any[];
38
+ //#endregion
39
+ export { GraphQLPluginContext, GraphQLPluginOptions, GraphQLPluginResolvedConfig, GraphQLPluginUserConfig, __ΩGraphQLPluginContext, __ΩGraphQLPluginOptions, __ΩGraphQLPluginResolvedConfig, __ΩGraphQLPluginUserConfig };
40
+ //# sourceMappingURL=plugin.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;KAqBY,oBAAA,GAAuB,OAAA,CACjC,IAAA,CAAK,YAAA;;AADP;;;;;EASE,UAAA;EATwC;;;;;;;;EAmBxC,UAAA;AAAA;AAAA,KAGU,uBAAA,GAA0B,UAAA;EACpC,OAAA,GAAU,IAAA,CACR,YAAA,8DAGA,IAAA,CAAK,oBAAA,iCACL,QAAA,CAAS,IAAA,CAAK,oBAAA;AAAA;AAAA,KAGN,2BAAA,GAA8B,cAAA;EACxC,OAAA,EAAS,IAAA,CACP,YAAA,8DAGA,IAAA,CAAK,oBAAA,iCACL,QAAA,CAAS,IAAA,CAAK,oBAAA;AAAA;AAAA,KAGN,oBAAA,yBACc,2BAAA,GACtB,2BAAA,IACA,aAAA,CAAc,eAAA;EAChB,OAAA;IACE,OAAA,EAAS,cAAA;EAAA;AAAA;AAAA"}
@@ -0,0 +1 @@
1
+ export{};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-graphql",
3
- "version": "0.1.433",
3
+ "version": "0.1.435",
4
4
  "private": false,
5
5
  "description": "A Powerlines plugin to generate project code from GraphQL schemas.",
6
6
  "keywords": ["graphql", "powerlines", "storm-software", "powerlines-plugin"],
@@ -92,18 +92,18 @@
92
92
  "dependencies": {
93
93
  "@graphql-codegen/cli": "^6.3.1",
94
94
  "@storm-software/config-tools": "^1.189.78",
95
- "@stryke/path": "^0.27.5",
96
- "@stryke/type-checks": "^0.6.2",
97
- "@stryke/types": "^0.11.4",
95
+ "@stryke/path": "^0.28.1",
96
+ "@stryke/type-checks": "^0.6.4",
97
+ "@stryke/types": "^0.11.6",
98
98
  "defu": "^6.1.7",
99
99
  "jiti": "^2.6.1",
100
- "powerlines": "^0.43.28"
100
+ "powerlines": "^0.43.30"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@graphql-codegen/plugin-helpers": "^6.3.0",
104
- "@powerlines/plugin-plugin": "^0.12.383",
104
+ "@powerlines/plugin-plugin": "^0.12.385",
105
105
  "@types/node": "^25.6.0"
106
106
  },
107
107
  "publishConfig": { "access": "public" },
108
- "gitHead": "efeaec793549f37c700f2e876bf6097c37375c46"
108
+ "gitHead": "36f3385b33024e00aafb6c4a10e7a2e3c896aad5"
109
109
  }