@power-plant/graphql-input 0.0.22 → 0.0.25

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@power-plant/graphql-input",
3
- "version": "0.0.22",
3
+ "version": "0.0.25",
4
4
  "private": false,
5
5
  "description": "A Power Plant input for reading the source specification from a GraphQL schema document.",
6
6
  "keywords": [
@@ -134,19 +134,19 @@
134
134
  "@graphql-tools/url-loader": "^9.1.6",
135
135
  "@graphql-tools/utils": "^11.2.2",
136
136
  "@graphql-typed-document-node/core": "^3.2.0",
137
- "@power-plant/core": "^0.0.26",
137
+ "@power-plant/core": "^0.0.29",
138
138
  "@power-plant/graphql-schema": "^0.0.1",
139
- "@power-plant/schema": "^0.0.25",
139
+ "@power-plant/schema": "^0.0.28",
140
140
  "@stryke/resolve": "^0.0.12",
141
141
  "@stryke/type-checks": "^0.6.29",
142
142
  "@stryke/types": "^0.12.24",
143
143
  "graphql": "^17.0.2"
144
144
  },
145
145
  "devDependencies": {
146
- "@powerlines/plugin-tsdown": "^0.1.550",
146
+ "@powerlines/plugin-tsdown": "^0.1.552",
147
147
  "@types/node": "^25.9.5",
148
- "powerlines": "^0.47.149"
148
+ "powerlines": "^0.47.151"
149
149
  },
150
150
  "publishConfig": { "access": "public" },
151
- "gitHead": "912dc0dddcd04e268dd977d47e92f33df24b6a33"
151
+ "gitHead": "ac566f959bb90c0ea2812e4996e24e6173de52a1"
152
152
  }