@powerlines/plugin-graphql 0.1.179 → 0.1.181
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/{types/plugin.d.mts → packages/plugin-graphql/src/types/plugin.d.cts} +3 -3
- package/dist/{types/plugin.d.cts → packages/plugin-graphql/src/types/plugin.d.mts} +3 -3
- package/dist/{index.cjs → src/index.cjs} +2 -2
- package/dist/{index.d.cts → src/index.d.cts} +2 -2
- package/dist/{index.d.mts → src/index.d.mts} +3 -3
- package/dist/{index.mjs → src/index.mjs} +1 -1
- package/package.json +4 -4
- /package/dist/{types → packages/plugin-graphql/src/types}/index.cjs +0 -0
- /package/dist/{types → packages/plugin-graphql/src/types}/index.d.cts +0 -0
- /package/dist/{types → packages/plugin-graphql/src/types}/index.d.mts +0 -0
- /package/dist/{types → packages/plugin-graphql/src/types}/index.mjs +0 -0
- /package/dist/{types → packages/plugin-graphql/src/types}/plugin.cjs +0 -0
- /package/dist/{types → packages/plugin-graphql/src/types}/plugin.mjs +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UserConfig } from "
|
|
2
|
-
import { ResolvedConfig } from "
|
|
3
|
-
import { PluginContext } from "
|
|
1
|
+
import { UserConfig } from "../../../../powerlines/src/types/config.cjs";
|
|
2
|
+
import { ResolvedConfig } from "../../../../powerlines/src/types/resolved.cjs";
|
|
3
|
+
import { PluginContext } from "../../../../powerlines/src/types/context.cjs";
|
|
4
4
|
import { CodegenContext, YamlCliFlags } from "@graphql-codegen/cli";
|
|
5
5
|
|
|
6
6
|
//#region src/types/plugin.d.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { UserConfig } from "
|
|
2
|
-
import { ResolvedConfig } from "
|
|
3
|
-
import { PluginContext } from "
|
|
1
|
+
import { UserConfig } from "../../../powerlines/src/types/config.mjs";
|
|
2
|
+
import { ResolvedConfig } from "../../../powerlines/src/types/resolved.mjs";
|
|
3
|
+
import { PluginContext } from "../../../powerlines/src/types/context.mjs";
|
|
4
4
|
import { CodegenContext, YamlCliFlags } from "@graphql-codegen/cli";
|
|
5
5
|
|
|
6
6
|
//#region src/types/plugin.d.ts
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
2
|
-
const require_rolldown_runtime = require('
|
|
3
|
-
const require_chunk_POXTJ6GF = require('
|
|
2
|
+
const require_rolldown_runtime = require('../_virtual/rolldown_runtime.cjs');
|
|
3
|
+
const require_chunk_POXTJ6GF = require('../node_modules/.pnpm/@storm-software_config-tools@1.188.80_magicast@0.5.1/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.cjs');
|
|
4
4
|
let __graphql_codegen_cli = require("@graphql-codegen/cli");
|
|
5
5
|
let __stryke_path_file_path_fns = require("@stryke/path/file-path-fns");
|
|
6
6
|
let __stryke_path_is_parent_path = require("@stryke/path/is-parent-path");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Plugin } from "
|
|
2
|
-
import { GraphQLPluginContext, GraphQLPluginOptions, GraphQLPluginResolvedConfig, GraphQLPluginUserConfig, __ΩGraphQLPluginContext, __ΩGraphQLPluginOptions, __ΩGraphQLPluginResolvedConfig, __ΩGraphQLPluginUserConfig } from "
|
|
1
|
+
import { Plugin } from "../powerlines/src/types/plugin.cjs";
|
|
2
|
+
import { GraphQLPluginContext, GraphQLPluginOptions, GraphQLPluginResolvedConfig, GraphQLPluginUserConfig, __ΩGraphQLPluginContext, __ΩGraphQLPluginOptions, __ΩGraphQLPluginResolvedConfig, __ΩGraphQLPluginUserConfig } from "../packages/plugin-graphql/src/types/plugin.cjs";
|
|
3
3
|
|
|
4
4
|
//#region src/index.d.ts
|
|
5
5
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Plugin } from "
|
|
2
|
-
import { GraphQLPluginContext, GraphQLPluginOptions, GraphQLPluginResolvedConfig, GraphQLPluginUserConfig, __ΩGraphQLPluginContext, __ΩGraphQLPluginOptions, __ΩGraphQLPluginResolvedConfig, __ΩGraphQLPluginUserConfig } from "
|
|
3
|
-
import "
|
|
1
|
+
import { Plugin } from "../packages/powerlines/src/types/plugin.mjs";
|
|
2
|
+
import { GraphQLPluginContext, GraphQLPluginOptions, GraphQLPluginResolvedConfig, GraphQLPluginUserConfig, __ΩGraphQLPluginContext, __ΩGraphQLPluginOptions, __ΩGraphQLPluginResolvedConfig, __ΩGraphQLPluginUserConfig } from "../packages/plugin-graphql/src/types/plugin.mjs";
|
|
3
|
+
import "../packages/plugin-graphql/src/types/index.mjs";
|
|
4
4
|
|
|
5
5
|
//#region src/index.d.ts
|
|
6
6
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LogLevelLabel } from "
|
|
1
|
+
import { LogLevelLabel } from "../node_modules/.pnpm/@storm-software_config-tools@1.188.80_magicast@0.5.1/node_modules/@storm-software/config-tools/dist/chunk-POXTJ6GF.mjs";
|
|
2
2
|
import { generate, loadContext, updateContextWithCliFlags } from "@graphql-codegen/cli";
|
|
3
3
|
import { findFileName } from "@stryke/path/file-path-fns";
|
|
4
4
|
import { isParentPath } from "@stryke/path/is-parent-path";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-graphql",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.181",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to generate project code from GraphQL schemas.",
|
|
6
6
|
"repository": {
|
|
@@ -123,13 +123,13 @@
|
|
|
123
123
|
"@stryke/types": "^0.10.33",
|
|
124
124
|
"defu": "^6.1.4",
|
|
125
125
|
"jiti": "^2.6.1",
|
|
126
|
-
"powerlines": "^0.37.
|
|
126
|
+
"powerlines": "^0.37.54"
|
|
127
127
|
},
|
|
128
128
|
"devDependencies": {
|
|
129
129
|
"@graphql-codegen/plugin-helpers": "^6.1.0",
|
|
130
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
130
|
+
"@powerlines/plugin-plugin": "^0.12.132",
|
|
131
131
|
"@types/node": "^24.10.9"
|
|
132
132
|
},
|
|
133
133
|
"publishConfig": { "access": "public" },
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "0030560b882e0e314b3085cc9607bc387e6bcba3"
|
|
135
135
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|