Build workspace agent, capability graph, and versioned cutovers
This commit is contained in:
@@ -242,7 +242,7 @@ export type DependencyPortRequirement =
|
||||
primitives: EdgePrimitive[];
|
||||
}
|
||||
| {
|
||||
kind: "receiver-interface";
|
||||
kind: "interface";
|
||||
interfaceRevisionId: InterfaceRevisionId;
|
||||
}
|
||||
| { kind: "constructor"; atomId: AtomId };
|
||||
@@ -299,8 +299,9 @@ export type DependencyBinding =
|
||||
via?: EdgeTraversal;
|
||||
}
|
||||
| {
|
||||
kind: "receiver-interface";
|
||||
kind: "interface";
|
||||
interfaceRevisionId: InterfaceRevisionId;
|
||||
via?: EdgeTraversal;
|
||||
}
|
||||
| { kind: "constructor"; atomId: AtomId };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user