Closed NicholasLYang closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
examples-nonmonorepo | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 9, 2024 5:10pm |
Description
We have a
dependencies
field on ourPackage
type inturbo query
. This returned all the transitive dependencies, i.e. the dependencies of the package's dependencies and their dependencies, and so on. This is a little confusing, so now we have explicitdirectDependencies
,indirectDependencies
andallDependencies
fields.Testing Instructions
Tests in
command-query.t
are updated.