@verdaccio/types 10.7.0 → 10.7.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,17 @@
1
1
  # Change Log
2
2
 
3
+ ## 10.7.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 5bdde6c: fix: add enhancedLegacySignature property to security
8
+
9
+ ## 10.7.1
10
+
11
+ ### Patch Changes
12
+
13
+ - ce921a8: fix: config plugin types
14
+
3
15
  ## 10.7.0
4
16
 
5
17
  ### Minor Changes
@@ -87,6 +87,7 @@ export interface APITokenOptions {
87
87
  jwt?: JWTOptions;
88
88
  }
89
89
  export interface Security {
90
+ enhancedLegacySignature?: boolean;
90
91
  web: JWTOptions;
91
92
  api: APITokenOptions;
92
93
  }
@@ -133,7 +134,7 @@ export interface ConfigYaml {
133
134
  listen?: ListenAddress;
134
135
  https?: HttpsConf;
135
136
  http_proxy?: string;
136
- plugins?: string | void;
137
+ plugins?: string | void | null;
137
138
  https_proxy?: string;
138
139
  no_proxy?: string;
139
140
  max_body_size?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdaccio/types",
3
- "version": "10.7.0",
3
+ "version": "10.7.2",
4
4
  "description": "verdaccio types definitions",
5
5
  "keywords": [
6
6
  "verdaccio",