@percy/migrate(latest: 1.0.0) Easily upgrade and migrate your Percy SDK to the latest version
@percy/config(latest: 1.31.8) Handles loading and adding options to Percy configuration files. Uses [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) to load configuration files and [JSON schema](https://json-schema.org/) with [AJV](https://github.com/epoberezkin/ajv) to val
@percy/logger(latest: 1.31.8) Common logger used throughout the Percy CLI and SDKs.
@percy/core(latest: 1.31.8) The core component of Percy's CLI and SDKs that handles creating builds, discovering snapshot assets, uploading snapshots, and finalizing builds. Uses `@percy/client` for API communication, a Chromium browser for asset discovery, and starts a local API se
@percy/client(latest: 1.31.8) Communicate with Percy's API to create builds and snapshots, upload resources, and finalize builds and snapshots. Uses [`@percy/env`](.packages/env) to send environment information with new builds. Can also be used to query for a project's builds using a
@percy/dom(latest: 1.31.8) Serializes a document's DOM into a DOM string suitable for re-rendering.
@percy/env(latest: 1.31.8) This package provides various CI/CD support for Percy by coalescing different environment variables into a common interface for consumption by `@percy/client`.