@verdaccio/types
Advanced tools
Comparing version 11.0.0-6-next.22 to 11.0.0-6-next.23
@@ -201,2 +201,3 @@ import { PackageAccess, PackageList } from '@verdaccio/types/src/manifest'; | ||
log?: LoggerConfItem; | ||
logs?: LoggerConfItem; | ||
web?: WebConf; | ||
@@ -203,0 +204,0 @@ auth?: AuthConf; |
# Change Log | ||
## 11.0.0-6-next.23 | ||
### Minor Changes | ||
- 974cd8c1: fix: startup messages improved and logs support on types | ||
## 11.0.0-6-next.22 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@verdaccio/types", | ||
"version": "11.0.0-6-next.22", | ||
"version": "11.0.0-6-next.23", | ||
"description": "verdaccio types definitions", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -248,2 +248,4 @@ import { PackageAccess, PackageList } from '@verdaccio/types/src/manifest'; | ||
log?: LoggerConfItem; | ||
// @deprecated deprecation path from 5.x | ||
logs?: LoggerConfItem; | ||
web?: WebConf; | ||
@@ -250,0 +252,0 @@ auth?: AuthConf; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70444
1209