@verdaccio/types 10.5.1 → 10.5.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.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 5c127e6: feat: add server.trustProxy configuration type
8
+
3
9
  ## 10.5.1
4
10
 
5
11
  ### Patch Changes
@@ -115,6 +115,7 @@ export interface Notifications {
115
115
  headers: Headers;
116
116
  }
117
117
  export declare type ServerSettingsConf = {
118
+ trustProxy?: string;
118
119
  rateLimit: RateLimit;
119
120
  keepAliveTimeout?: number;
120
121
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdaccio/types",
3
- "version": "10.5.1",
3
+ "version": "10.5.2",
4
4
  "description": "verdaccio types definitions",
5
5
  "keywords": [
6
6
  "verdaccio",
@@ -25,8 +25,8 @@
25
25
  "types": "build/types.d.ts",
26
26
  "devDependencies": {
27
27
  "@types/node": "12.12.6",
28
- "typedoc": "^0.22.17",
29
- "typedoc-plugin-missing-exports": "^0.22.6",
28
+ "typedoc": "^0.23.0",
29
+ "typedoc-plugin-missing-exports": "^0.23.0",
30
30
  "typedoc-umlclass": "^0.6.1"
31
31
  },
32
32
  "funding": {