@powerlines/plugin-graphql 0.1.466 → 0.1.469

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 (1) hide show
  1. package/package.json +18 -51
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-graphql",
3
- "version": "0.1.466",
3
+ "version": "0.1.469",
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"],
@@ -12,7 +12,7 @@
12
12
  "repository": {
13
13
  "type": "github",
14
14
  "url": "https://github.com/storm-software/powerlines.git",
15
- "directory": "packages/plugin-graphql"
15
+ "directory": "packages/plugins/plugin-graphql"
16
16
  },
17
17
  "funding": {
18
18
  "type": "github",
@@ -40,49 +40,16 @@
40
40
  ],
41
41
  "type": "module",
42
42
  "exports": {
43
- ".": {
44
- "require": {
45
- "types": "./dist/index.d.cts",
46
- "default": "./dist/index.cjs"
47
- },
48
- "import": {
49
- "types": "./dist/index.d.mts",
50
- "default": "./dist/index.mjs"
51
- },
52
- "default": {
53
- "types": "./dist/index.d.mts",
54
- "default": "./dist/index.mjs"
55
- }
56
- },
57
- "./package.json": "./package.json",
43
+ ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" },
58
44
  "./types": {
59
- "require": {
60
- "types": "./dist/types/index.d.cts",
61
- "default": "./dist/types/index.cjs"
62
- },
63
- "import": {
64
- "types": "./dist/types/index.d.mts",
65
- "default": "./dist/types/index.mjs"
66
- },
67
- "default": {
68
- "types": "./dist/types/index.d.mts",
69
- "default": "./dist/types/index.mjs"
70
- }
45
+ "import": "./dist/types/index.mjs",
46
+ "require": "./dist/types/index.cjs"
71
47
  },
72
48
  "./types/plugin": {
73
- "require": {
74
- "types": "./dist/types/plugin.d.cts",
75
- "default": "./dist/types/plugin.cjs"
76
- },
77
- "import": {
78
- "types": "./dist/types/plugin.d.mts",
79
- "default": "./dist/types/plugin.mjs"
80
- },
81
- "default": {
82
- "types": "./dist/types/plugin.d.mts",
83
- "default": "./dist/types/plugin.mjs"
84
- }
85
- }
49
+ "import": "./dist/types/plugin.mjs",
50
+ "require": "./dist/types/plugin.cjs"
51
+ },
52
+ "./package.json": "./package.json"
86
53
  },
87
54
  "main": "./dist/index.cjs",
88
55
  "module": "./dist/index.mjs",
@@ -91,19 +58,19 @@
91
58
  "files": ["dist/**/*"],
92
59
  "dependencies": {
93
60
  "@graphql-codegen/cli": "^6.3.1",
94
- "@storm-software/config-tools": "^1.190.1",
95
- "@stryke/path": "^0.28.2",
96
- "@stryke/type-checks": "^0.6.5",
97
- "@stryke/types": "^0.12.0",
61
+ "@storm-software/config-tools": "^1.190.2",
62
+ "@stryke/path": "^0.29.2",
63
+ "@stryke/type-checks": "^0.6.8",
64
+ "@stryke/types": "^0.12.3",
98
65
  "defu": "^6.1.7",
99
- "jiti": "^2.6.1",
100
- "powerlines": "^0.47.4"
66
+ "jiti": "^2.7.0",
67
+ "powerlines": "^0.47.7"
101
68
  },
102
69
  "devDependencies": {
103
70
  "@graphql-codegen/plugin-helpers": "^6.3.0",
104
- "@powerlines/plugin-plugin": "^0.12.416",
105
- "@types/node": "^25.6.0"
71
+ "@powerlines/plugin-plugin": "^0.12.419",
72
+ "@types/node": "^25.7.0"
106
73
  },
107
74
  "publishConfig": { "access": "public" },
108
- "gitHead": "af32ddb830394bb40196113171aa009dd5b7e28a"
75
+ "gitHead": "3c5c701e16af74006dd70b965009d41eb22ace2a"
109
76
  }