Skip to content

Commit 30bba5c

Browse files
committed
Cleaned up further references to debug
1 parent 6abafe7 commit 30bba5c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.cursor/rules/examples.mdc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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
```

.cursor/rules/overview.mdc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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

0 commit comments

Comments
 (0)