@verdaccio/types 10.2.0 → 10.2.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.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 254a282: fix: user_agent can be also string
8
+
3
9
  ## 10.2.0
4
10
 
5
11
  ### Minor Changes
package/index.d.ts CHANGED
@@ -354,7 +354,7 @@ declare module '@verdaccio/types' {
354
354
  };
355
355
 
356
356
  interface Config {
357
- user_agent: boolean;
357
+ user_agent?: string | boolean;
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.0",
3
+ "version": "10.2.1",
4
4
  "description": "verdaccio types definitions",
5
5
  "keywords": [
6
6
  "verdaccio",