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 07eaf3b commit 61708e2Copy full SHA for 61708e2
core/types/src/types.js
@@ -164,12 +164,12 @@ declare type verdaccio$UpLinkConf = {
164
165
declare type verdaccio$PackageAccess = {
166
storage?: string;
167
- publish?: Array<string>;
168
- proxy?: Array<string>;
169
- access?: Array<string>;
170
- allow_access?: Array<string>;
171
- allow_publish?: Array<string>;
172
- proxy_access?: Array<string>;
+ publish: Array<string>;
+ proxy: Array<string>;
+ access: Array<string>;
+ allow_access: Array<string>;
+ allow_publish: Array<string>;
+ proxy_access: Array<string>;
173
}
174
175
declare type verdaccio$PackageList = {
0 commit comments