Skip to content

Commit 143b316

Browse files
committed
Update @theguild/federation-composition to 0.14.4
1 parent 5307b0c commit 143b316

File tree

6 files changed

+39
-22
lines changed

6 files changed

+39
-22
lines changed

.changeset/tame-poets-flash.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@graphql-hive/cli': patch
3+
---
4+
5+
**hive dev**
6+
7+
Update @theguild/federation-composition to 0.14.4:
8+
- Fix a child data type field not being accessible via interfaceObject
9+
- Respect inaccessible enum values while creating the public schema from the supergraph AST

.changeset/tame-poets-slash.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
'hive': patch
3+
---
4+
5+
Update @theguild/federation-composition to 0.14.4
6+
7+
- Fix a child data type field not being accessible via interfaceObject
8+
- Respect inaccessible enum values while creating the public schema from the supergraph AST

packages/libraries/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@oclif/core": "^3.26.6",
6060
"@oclif/plugin-help": "6.0.22",
6161
"@oclif/plugin-update": "4.2.13",
62-
"@theguild/federation-composition": "0.14.3",
62+
"@theguild/federation-composition": "0.14.4",
6363
"colors": "1.4.0",
6464
"env-ci": "7.3.0",
6565
"graphql": "^16.8.1",

packages/services/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@sentry/node": "7.120.2",
3535
"@sentry/types": "7.120.2",
3636
"@slack/web-api": "7.8.0",
37-
"@theguild/federation-composition": "0.14.3",
37+
"@theguild/federation-composition": "0.14.4",
3838
"@trpc/client": "10.45.2",
3939
"@trpc/server": "10.45.2",
4040
"@types/bcryptjs": "2.4.6",

packages/services/schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@graphql-tools/stitching-directives": "3.1.24",
1616
"@hive/service-common": "workspace:*",
1717
"@sentry/node": "7.120.2",
18-
"@theguild/federation-composition": "0.14.3",
18+
"@theguild/federation-composition": "0.14.4",
1919
"@trpc/server": "10.45.2",
2020
"@types/async-retry": "1.4.8",
2121
"@types/ioredis-mock": "8.2.5",

pnpm-lock.yaml

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)