@verdaccio/types 10.7.0 → 10.7.1

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.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ce921a8: fix: config plugin types
8
+
3
9
  ## 10.7.0
4
10
 
5
11
  ### Minor Changes
@@ -133,7 +133,7 @@ export interface ConfigYaml {
133
133
  listen?: ListenAddress;
134
134
  https?: HttpsConf;
135
135
  http_proxy?: string;
136
- plugins?: string | void;
136
+ plugins?: string | void | null;
137
137
  https_proxy?: string;
138
138
  no_proxy?: string;
139
139
  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.1",
4
4
  "description": "verdaccio types definitions",
5
5
  "keywords": [
6
6
  "verdaccio",