@pnpm/symlink-dependency
Advanced tools
Comparing version 4.0.1 to 4.0.2
# @pnpm/symlink-dependency | ||
## 4.0.2 | ||
### Patch Changes | ||
- Updated dependencies [97c64bae4] | ||
- @pnpm/types@7.1.0 | ||
- @pnpm/core-loggers@6.0.1 | ||
## 4.0.1 | ||
@@ -4,0 +12,0 @@ |
@@ -15,5 +15,5 @@ "use strict"; | ||
core_loggers_1.linkLogger.debug({ target: dependencyRealLocation, link }); | ||
return (0, symlink_dir_1.default)(dependencyRealLocation, link); | ||
return symlink_dir_1.default(dependencyRealLocation, link); | ||
} | ||
exports.default = symlinkDependency; | ||
//# sourceMappingURL=index.js.map |
@@ -36,3 +36,3 @@ "use strict"; | ||
const dest = path_1.default.join(destModulesDirReal, importAs); | ||
const { reused } = await (0, symlink_dir_1.default)(dependencyRealocation, dest); | ||
const { reused } = await symlink_dir_1.default(dependencyRealocation, dest); | ||
if (reused) | ||
@@ -39,0 +39,0 @@ return; // if the link was already present, don't log |
{ | ||
"name": "@pnpm/symlink-dependency", | ||
"description": "Symlink a dependency to node_modules", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"bugs": { | ||
@@ -32,2 +32,8 @@ "url": "https://github.com/pnpm/pnpm/issues" | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/symlink-dependency", | ||
"dependencies": { | ||
"@pnpm/core-loggers": "6.0.1", | ||
"@pnpm/types": "7.1.0", | ||
"symlink-dir": "^5.0.0" | ||
}, | ||
"funding": "https://opencollective.com/pnpm", | ||
"scripts": { | ||
@@ -37,11 +43,4 @@ "start": "pnpm run tsc -- --watch", | ||
"lint": "eslint -c ../../eslint.json src/**/*.ts", | ||
"prepublishOnly": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix" | ||
}, | ||
"dependencies": { | ||
"@pnpm/core-loggers": "6.0.0", | ||
"@pnpm/types": "7.0.0", | ||
"symlink-dir": "^5.0.0" | ||
}, | ||
"funding": "https://opencollective.com/pnpm" | ||
} | ||
} |
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
8115
8
+ Added@pnpm/core-loggers@6.0.1(transitive)
+ Added@pnpm/types@7.1.0(transitive)
- Removed@pnpm/core-loggers@6.0.0(transitive)
- Removed@pnpm/types@7.0.0(transitive)
Updated@pnpm/core-loggers@6.0.1
Updated@pnpm/types@7.1.0