1//! Re-exports from auths-sdk artifact port.
2//!
3//! The canonical types live in `auths_sdk::ports::artifact`.
4//! This module provides backwards-compatible re-exports.
56pub use auths_sdk::ports::artifact::{ArtifactDigest, ArtifactMetadata, ArtifactSource};