@verdaccio/core
Advanced tools
Comparing version 6.0.0-6-next.64 to 6.0.0-6-next.65
@@ -23,3 +23,3 @@ "use strict"; | ||
})(Codes || (exports.Codes = Codes = {})); | ||
warningInstance.create(verdaccioWarning, Codes.VERWAR002, `The configuration file property "logs" property is deprecated, rename to "log" for future compatibility`); | ||
warningInstance.create(verdaccioWarning, Codes.VERWAR002, `The configuration property "logs" has been deprecated, please rename to "log" for future compatibility`); | ||
warningInstance.create(verdaccioWarning, Codes.VERWAR001, `Verdaccio doesn't need superuser privileges. don't run it under root`); | ||
@@ -26,0 +26,0 @@ warningInstance.create(verdaccioWarning, Codes.VERWAR003, 'rotating-file type is not longer supported, consider use [logrotate] instead'); |
# @verdaccio/core | ||
## 6.0.0-6-next.65 | ||
### Patch Changes | ||
- a1da1130: fix: minor typo on warning message | ||
## 6.0.0-6-next.64 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@verdaccio/core", | ||
"version": "6.0.0-6-next.64", | ||
"version": "6.0.0-6-next.65", | ||
"description": "core utilities", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -20,3 +20,3 @@ import warning from 'process-warning'; | ||
Codes.VERWAR002, | ||
`The configuration file property "logs" property is deprecated, rename to "log" for future compatibility` | ||
`The configuration property "logs" has been deprecated, please rename to "log" for future compatibility` | ||
); | ||
@@ -23,0 +23,0 @@ |
Sorry, the diff of this file is not supported yet
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
145491