Skip to content

Commit

Permalink
Due to middleware, graphile-config is required by grafast (#2145)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie authored Aug 6, 2024
2 parents 36df3d5 + 53a1526 commit ceef451
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/weak-llamas-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"grafast": patch
---

`graphile-config` is needed by grafast; it's no longer optional.
5 changes: 1 addition & 4 deletions grafast/grafast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,23 +66,20 @@
"chalk": "^4.1.2",
"debug": "^4.3.4",
"eventemitter3": "^5.0.1",
"graphile-config": "workspace:^",
"graphql": "^16.1.0-experimental-stream-defer.6",
"iterall": "^1.3.0",
"tamedevil": "workspace:^",
"tslib": "^2.6.2"
},
"peerDependencies": {
"@envelop/core": "^5.0.0",
"graphile-config": "workspace:^",
"graphql": "^16.1.0-experimental-stream-defer.6",
"tamedevil": "workspace:^"
},
"peerDependenciesMeta": {
"@envelop/core": {
"optional": true
},
"graphile-config": {
"optional": true
}
},
"files": [
Expand Down
4 changes: 1 addition & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12043,6 +12043,7 @@ __metadata:
chalk: "npm:^4.1.2"
debug: "npm:^4.3.4"
eventemitter3: "npm:^5.0.1"
graphile-config: "workspace:^"
graphql: "npm:16.1.0-experimental-stream-defer.6"
iterall: "npm:^1.3.0"
jest: "npm:^29.6.4"
Expand All @@ -12061,14 +12062,11 @@ __metadata:
zx: "npm:^7.2.3"
peerDependencies:
"@envelop/core": ^5.0.0
graphile-config: "workspace:^"
graphql: ^16.1.0-experimental-stream-defer.6
tamedevil: "workspace:^"
peerDependenciesMeta:
"@envelop/core":
optional: true
graphile-config:
optional: true
languageName: unknown
linkType: soft

Expand Down

0 comments on commit ceef451

Please sign in to comment.