@verdaccio/types 10.2.1 → 10.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/index.d.ts
CHANGED
|
@@ -345,7 +345,6 @@ declare module '@verdaccio/types' {
|
|
|
345
345
|
interface Security {
|
|
346
346
|
web: JWTOptions;
|
|
347
347
|
api: APITokenOptions;
|
|
348
|
-
userRateLimit: RateLimit;
|
|
349
348
|
}
|
|
350
349
|
|
|
351
350
|
type Server = {
|
|
@@ -355,6 +354,7 @@ declare module '@verdaccio/types' {
|
|
|
355
354
|
|
|
356
355
|
interface Config {
|
|
357
356
|
user_agent?: string | boolean;
|
|
357
|
+
userRateLimit: RateLimit;
|
|
358
358
|
server_id: any;
|
|
359
359
|
_debug?: boolean;
|
|
360
360
|
server?: Server;
|