Skip to content

Commit 2c42931

Browse files
@jotadevelopersergiohgz
authored andcommitted
feat(storage): path is not mandatory
add _npmVersion optional
1 parent 93b1b0a commit 2c42931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ type StringValue = string | void | null;
5959
keywords?: string | Array<string>,
6060
nodeVersion?: string,
6161
_id: string,
62+
_npmVersion?: string;
6263
_npmUser: Author,
6364
_hasShrinkwrap?: boolean
6465
};
@@ -123,7 +124,7 @@ type StringValue = string | void | null;
123124
type Headers = {
124125
[key: string]: string;
125126
}
126-
127+
127128
type PackageUsers = {
128129
[key: string]: boolean;
129130
}
@@ -356,7 +357,6 @@ type StringValue = string | void | null;
356357
}
357358

358359
interface ILocalPackageManager {
359-
path: string;
360360
logger: Logger;
361361
writeTarball(name: string): IUploadTarball;
362362
readTarball(name: string): IReadTarball;

0 commit comments

Comments
 (0)