Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
@apollo_server-integration-testsuite@5.0.0 source code.tar.gz | 2025-07-17 | 2.4 MB | |
@apollo_server-integration-testsuite@5.0.0 source code.zip | 2025-07-17 | 2.5 MB | |
README.md | 2025-07-17 | 1.3 kB | |
Totals: 3 Items | 4.9 MB | 4 |
Major Changes
-
Drop support for Node.JS v14, v16, and v20.
-
The integration test suite no longer uses
lib: ["dom"]
to tell TypeScript to assume DOM-related symbols are in the global namespace. If your integration library's test suite relied on this behavior, you may need to addlib: ["dom"]
to thecompilerOptions
section of your test suite'stsconfig.json
.