@verdaccio/core
Advanced tools
Comparing version 8.0.0-next-8.1 to 8.0.0-next-8.2
@@ -44,3 +44,2 @@ "use strict"; | ||
function getLatest(pkg) { | ||
var _pkg$DIST_TAGS; | ||
const listVersions = Object.keys(pkg.versions); | ||
@@ -51,3 +50,3 @@ if (listVersions.length < 1) { | ||
const versions = semverSort(listVersions); | ||
const latest = (_pkg$DIST_TAGS = pkg[_constants.DIST_TAGS]) !== null && _pkg$DIST_TAGS !== void 0 && _pkg$DIST_TAGS.latest ? pkg[_constants.DIST_TAGS].latest : versions[0]; | ||
const latest = pkg[_constants.DIST_TAGS]?.latest ? pkg[_constants.DIST_TAGS].latest : versions[0]; | ||
return latest; | ||
@@ -54,0 +53,0 @@ } |
# @verdaccio/core | ||
## 8.0.0-next-8.2 | ||
### Minor Changes | ||
- 6a8154c: feat: update logger pino to latest | ||
## 8.0.0-next-8.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@verdaccio/core", | ||
"version": "8.0.0-next-8.1", | ||
"version": "8.0.0-next-8.2", | ||
"description": "core utilities", | ||
@@ -22,3 +22,3 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=14" | ||
"node": ">=18" | ||
}, | ||
@@ -45,3 +45,3 @@ "repository": { | ||
"devDependencies": { | ||
"@verdaccio/types": "13.0.0-next-8.0", | ||
"@verdaccio/types": "13.0.0-next-8.1", | ||
"lodash": "4.17.21", | ||
@@ -48,0 +48,0 @@ "typedoc": "0.23.25", |
Sorry, the diff of this file is not supported yet
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
163350
183140
2606
2