@pnpm/link-bins
Advanced tools
Comparing version 9.0.4 to 9.0.5
@@ -155,3 +155,3 @@ "use strict"; | ||
} | ||
(0, logger_1.globalWarn)(`Failed to create bin at ${externalBinPath}. The source file at ${cmd.path} does not exist.`); | ||
(0, logger_1.globalWarn)(`Failed to create bin at ${externalBinPath}. ${err.message}`); | ||
} | ||
@@ -181,3 +181,3 @@ return; | ||
} | ||
(0, logger_1.globalWarn)(`Failed to create bin at ${externalBinPath}. The source file at ${cmd.path} does not exist.`); | ||
(0, logger_1.globalWarn)(`Failed to create bin at ${externalBinPath}. ${err.message}`); | ||
return; | ||
@@ -184,0 +184,0 @@ } |
{ | ||
"name": "@pnpm/link-bins", | ||
"version": "9.0.4", | ||
"version": "9.0.5", | ||
"description": "Link bins to node_modules/.bin", | ||
@@ -28,3 +28,3 @@ "main": "lib/index.js", | ||
"@zkochan/rimraf": "^2.1.2", | ||
"bin-links": "^4.0.1", | ||
"bin-links": "^4.0.2", | ||
"is-subdir": "^1.2.0", | ||
@@ -37,12 +37,12 @@ "is-windows": "^1.0.2", | ||
"@pnpm/error": "5.0.2", | ||
"@pnpm/manifest-utils": "5.0.2", | ||
"@pnpm/package-bins": "8.0.1", | ||
"@pnpm/manifest-utils": "5.0.3", | ||
"@pnpm/package-bins": "8.0.2", | ||
"@pnpm/read-modules-dir": "6.0.1", | ||
"@pnpm/read-package-json": "8.0.2", | ||
"@pnpm/read-project-manifest": "5.0.3", | ||
"@pnpm/types": "9.1.0" | ||
"@pnpm/read-package-json": "8.0.3", | ||
"@pnpm/read-project-manifest": "5.0.4", | ||
"@pnpm/types": "9.2.0" | ||
}, | ||
"devDependencies": { | ||
"@types/is-windows": "^1.0.0", | ||
"@types/node": "^14.18.52", | ||
"@types/node": "^14.18.53", | ||
"@types/normalize-path": "^3.0.0", | ||
@@ -53,4 +53,4 @@ "@types/ramda": "0.28.20", | ||
"tempy": "^1.0.1", | ||
"@pnpm/link-bins": "9.0.4", | ||
"@pnpm/test-fixtures": "0.1.1" | ||
"@pnpm/link-bins": "9.0.5", | ||
"@pnpm/test-fixtures": "0.1.2" | ||
}, | ||
@@ -57,0 +57,0 @@ "funding": "https://opencollective.com/pnpm", |
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
22028
+ Added@pnpm/core-loggers@9.0.2(transitive)
+ Added@pnpm/manifest-utils@5.0.3(transitive)
+ Added@pnpm/package-bins@8.0.2(transitive)
+ Added@pnpm/read-package-json@8.0.3(transitive)
+ Added@pnpm/read-project-manifest@5.0.4(transitive)
+ Added@pnpm/types@9.2.0(transitive)
+ Added@pnpm/write-project-manifest@5.0.2(transitive)
- Removed@pnpm/core-loggers@9.0.1(transitive)
- Removed@pnpm/manifest-utils@5.0.2(transitive)
- Removed@pnpm/package-bins@8.0.1(transitive)
- Removed@pnpm/read-package-json@8.0.2(transitive)
- Removed@pnpm/read-project-manifest@5.0.3(transitive)
- Removed@pnpm/types@9.1.0(transitive)
- Removed@pnpm/write-project-manifest@5.0.1(transitive)
Updated@pnpm/manifest-utils@5.0.3
Updated@pnpm/package-bins@8.0.2
Updated@pnpm/types@9.2.0
Updatedbin-links@^4.0.2