Skip to main content

SchemaLockfile

Type Alias SchemaLockfile 

Source
pub type SchemaLockfile = PackageLock;
Expand description

Unified schema lock type backed by shape.lock.

Aliased Type§

pub struct SchemaLockfile {
    pub version: String,
    pub packages: Vec<LockedPackage>,
    pub artifacts: Vec<LockedArtifact>,
}

Fields§

§version: String

Lockfile format version (currently “1”).

§packages: Vec<LockedPackage>

Locked packages in dependency order.

§artifacts: Vec<LockedArtifact>

Cached compile-time artifacts.