@pnpm/cli-meta
Advanced tools
Comparing version 5.0.6 to 6.0.0
@@ -28,3 +28,3 @@ "use strict"; | ||
} | ||
catch (err) { // eslint-disable-line | ||
catch { | ||
pkgJson = defaultManifest; | ||
@@ -31,0 +31,0 @@ } |
{ | ||
"name": "@pnpm/cli-meta", | ||
"version": "5.0.6", | ||
"version": "6.0.0", | ||
"description": "Reads the metainfo of the currently running pnpm instance", | ||
@@ -12,7 +12,7 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=16.14" | ||
"node": ">=18.12" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/cli/cli-meta", | ||
"keywords": [ | ||
"pnpm8", | ||
"pnpm9", | ||
"pnpm" | ||
@@ -26,7 +26,7 @@ ], | ||
"devDependencies": { | ||
"@pnpm/cli-meta": "5.0.6" | ||
"@pnpm/cli-meta": "6.0.0" | ||
}, | ||
"dependencies": { | ||
"load-json-file": "^6.2.0", | ||
"@pnpm/types": "9.4.2" | ||
"@pnpm/types": "10.0.0" | ||
}, | ||
@@ -33,0 +33,0 @@ "funding": "https://opencollective.com/pnpm", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
4985
+ Added@pnpm/types@10.0.0(transitive)
- Removed@pnpm/types@9.4.2(transitive)
Updated@pnpm/types@10.0.0