console/packages/services/schema/package.json
Kamil Kisiela 40213fb7dc
Update federation composition to 0.14.3 (#6380)
The `transformSupergraphToPublicSchema` removes now `@policy`, `@requiresScopes` and `@authenticated`.

The public schema shouldn't have them.
2025-01-17 10:28:20 +01:00

33 lines
977 B
JSON

{
"name": "@hive/schema",
"type": "module",
"license": "MIT",
"private": true,
"scripts": {
"build": "tsx ../../../scripts/runify.ts",
"dev": "tsup-node --config ../../../configs/tsup/dev.config.node.ts src/dev.ts",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@apollo/federation": "0.38.1",
"@graphql-hive/external-composition": "workspace:*",
"@graphql-tools/stitch": "9.4.13",
"@graphql-tools/stitching-directives": "3.1.24",
"@hive/service-common": "workspace:*",
"@sentry/node": "7.120.2",
"@theguild/federation-composition": "0.14.3",
"@trpc/server": "10.45.2",
"@types/async-retry": "1.4.8",
"@types/ioredis-mock": "8.2.5",
"dotenv": "16.4.7",
"fast-json-stable-stringify": "2.1.0",
"fastify": "4.29.0",
"got": "14.4.5",
"graphql": "16.9.0",
"ioredis": "5.4.2",
"ioredis-mock": "8.9.0",
"p-timeout": "6.1.4",
"pino-pretty": "11.3.0",
"zod": "3.24.1"
}
}