Get Resolved Package
Packages
Get Resolved Package
Get a package with all dependencies resolved and ready for execution
GET
Get Resolved Package
The resolved package endpoint returns the complete package with all compiled components, assets, and resolved dependencies in a format ready for runtime execution. This is the format used by client SDKs to render content.
Path Parameters
Organization ID
Project ID
Package version (e.g.,
1.0.0)Query Parameters
Set to
true to include resolved dependencies in the responseResponse
Package ID
Package version
Map of component names to compiled JavaScript code
Map of component names to their asset arrays
Map of dependency identifiers to their resolved content (only present if
includeDependencies=true)Example Response
Dependency Resolution
Dependencies are recursively resolved and flattened into thedependencies object. Each dependency is keyed by {projectId}@{version}.
All transitive dependencies are included in the response, deduplicated by version.