@verdaccio/types 10.4.1 → 10.4.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.4.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 2d428b3: fix: user_agent property as boolean
8
+
3
9
  ## 10.4.1
4
10
 
5
11
  ### Patch Changes
package/index.d.ts CHANGED
@@ -386,7 +386,7 @@ declare module '@verdaccio/types' {
386
386
  }
387
387
 
388
388
  interface Config extends ConfigYaml, ConfigRuntime {
389
- user_agent: string;
389
+ user_agent?: string | boolean;
390
390
  server_id: string;
391
391
  secret: string;
392
392
  // deprecated
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verdaccio/types",
3
- "version": "10.4.1",
3
+ "version": "10.4.2",
4
4
  "description": "verdaccio types definitions",
5
5
  "keywords": [
6
6
  "verdaccio",