@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 9ca52a7: fix: move userRateLimit to config body
8
+
3
9
  ## 10.2.1
4
10
 
5
11
  ### Patch Changes
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdaccio/types",
3
- "version": "10.2.1",
3
+ "version": "10.2.2",
4
4
  "description": "verdaccio types definitions",
5
5
  "keywords": [
6
6
  "verdaccio",