@power-plant/graphql-input 0.0.14 → 0.0.15

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@power-plant/graphql-input",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
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,12 +134,12 @@
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.18",
137
+ "@power-plant/core": "^0.0.19",
138
138
  "@power-plant/graphql-schema": "^0.0.1",
139
- "@power-plant/schema": "^0.0.17",
140
- "@stryke/resolve": "^0.0.11",
141
- "@stryke/type-checks": "^0.6.28",
142
- "@stryke/types": "^0.12.23",
139
+ "@power-plant/schema": "^0.0.18",
140
+ "@stryke/resolve": "^0.0.12",
141
+ "@stryke/type-checks": "^0.6.29",
142
+ "@stryke/types": "^0.12.24",
143
143
  "graphql": "^17.0.2"
144
144
  },
145
145
  "devDependencies": {
@@ -148,5 +148,5 @@
148
148
  "powerlines": "^0.47.144"
149
149
  },
150
150
  "publishConfig": { "access": "public" },
151
- "gitHead": "aa40c0225b9ebb2dec0336ee72b90c92e401bbc3"
151
+ "gitHead": "e74eca4c7a32c5289a37be1cf42240e6abd051ac"
152
152
  }