Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ pnpm-lock.yaml
# tap
.tap

# snapshots for test node:test
.snapshots

# Claude
CLAUDE.md
.claude/
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@graphql-tools/merge": "^9.0.0",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/utils": "^10.0.0",
"@matteo.collina/snap": "^0.3.0",
"@sinonjs/fake-timers": "^14.0.0",
"@types/isomorphic-form-data": "^2.0.0",
"@types/node": "^24.0.3",
Expand Down
Loading
Loading