Skip to content

Commit

Permalink
Merge pull request #990 from forcedotcom/sm/missing-packageDir-types
Browse files Browse the repository at this point in the history
fix(types): additional props for packaging lib
  • Loading branch information
mshanemc authored Nov 15, 2023
2 parents 41b597d + 25b3cf1 commit 764111a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sfProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export type PackageDir = {
versionDescription?: string;
versionName?: string;
versionNumber?: string;
unpackagedMetadata?: { path: string };
seedMetadata?: { path: string };
};

export type NamedPackageDir = PackageDir & {
Expand Down

0 comments on commit 764111a

Please sign in to comment.