File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -218,14 +218,13 @@ const resolvers = {
218218
219219### Example Scripts
220220- Add npm scripts for running examples
221- - Use DEBUG environment variable
222221- Include clear naming
223222
224223```json
225224{
226225 "scripts": {
227- "start-composition": "DEBUG=graphql-component ts-node examples/composition/server/index.ts",
228- "start-federation": "DEBUG=graphql-component ts-node examples/federation/run-federation-example.ts"
226+ "start-composition": "ts-node examples/composition/server/index.ts",
227+ "start-federation": "ts-node examples/federation/run-federation-example.ts"
229228 }
230229}
231230```
Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ The library supports both traditional schema stitching for monolithic applicatio
4848- **tape** - Testing framework for unit tests
4949- **eslint** - Code linting with TypeScript support
5050- **prettier** - Code formatting
51- - **debug** - Runtime debugging utilities
5251- **ts-node** - TypeScript execution for examples and development
5352
5453## Example Dependencies
Original file line number Diff line number Diff line change 44- [ TESTS] Added test to verify dataSources availability in middleware
55- [ PERFORMANCE] Enhanced context building with parallel import processing, and middleware optimization
66- [ TESTS] Added comprehensive performance regression tests to validate optimization correctness and prevent breaking changes
7+ - [ SECURITY] Removed ` debug `
78
89### v6.0.1
910
You can’t perform that action at this time.
0 commit comments