@pnpm/cli-meta
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -35,3 +35,3 @@ "use strict"; | ||
stableVersion: pkgJson.version.includes('-') | ||
? pkgJson.version.substr(0, pkgJson.version.indexOf('-')) | ||
? pkgJson.version.slice(0, pkgJson.version.indexOf('-')) | ||
: pkgJson.version, | ||
@@ -38,0 +38,0 @@ // This may be a 3.0.0-beta.2 |
{ | ||
"name": "@pnpm/cli-meta", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Reads the metainfo of the currently running pnpm instance", | ||
@@ -25,6 +25,6 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@pnpm/cli-meta": "3.0.0" | ||
"@pnpm/cli-meta": "3.0.1" | ||
}, | ||
"dependencies": { | ||
"@pnpm/types": "8.0.0", | ||
"@pnpm/types": "8.0.1", | ||
"load-json-file": "^6.2.0" | ||
@@ -31,0 +31,0 @@ }, |
Sorry, the diff of this file is not supported yet
5044
+ Added@pnpm/types@8.0.1(transitive)
- Removed@pnpm/types@8.0.0(transitive)
Updated@pnpm/types@8.0.1