We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fcd47 commit a9e1246Copy full SHA for a9e1246
src/gitlab.ts
@@ -39,14 +39,13 @@ const BUILTIN_ACCESS_LEVEL_ANONYMOUS = ['$anonymous', '$all'];
39
const DEFAULT_ALLOW_ACCESS_LEVEL = ['$all'];
40
41
export interface VerdaccioGitLabPlugin extends IPluginAuth<VerdaccioGitlabConfig> {
42
- authCache: AuthCache;
+ authCache?: AuthCache;
43
}
44
45
export default class VerdaccioGitLab implements VerdaccioGitLabPlugin {
46
options: PluginOptions<VerdaccioGitlabConfig>;
47
config: VerdaccioGitlabConfig;
48
- // @ts-ignore
49
50
logger: Logger;
51
publishLevel: VerdaccioGitlabAccessLevel;
52
0 commit comments