@pnpm/error
Advanced tools
Comparing version 3.0.1 to 3.1.0
@@ -5,2 +5,3 @@ export default class PnpmError extends Error { | ||
attempts?: number; | ||
prefix?: string; | ||
pkgsStack?: Array<{ | ||
@@ -7,0 +8,0 @@ id: string; |
{ | ||
"name": "@pnpm/error", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "An error class for pnpm errors", | ||
@@ -12,3 +12,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=14.19" | ||
"node": ">=14.6" | ||
}, | ||
@@ -28,3 +28,3 @@ "repository": "https://github.com/pnpm/pnpm/blob/main/packages/error", | ||
"devDependencies": { | ||
"@pnpm/error": "3.0.1" | ||
"@pnpm/error": "3.1.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "dependencies": { |
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
7180
81