@pnpm/symlink-dependency
Advanced tools
Comparing version
{ | ||
"name": "@pnpm/symlink-dependency", | ||
"version": "1000.0.5", | ||
"description": "Symlink a dependency to node_modules", | ||
"version": "1000.0.4", | ||
"keywords": [ | ||
"pnpm", | ||
"pnpm10" | ||
], | ||
"license": "MIT", | ||
"funding": "https://opencollective.com/pnpm", | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/fs/symlink-dependency", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/fs/symlink-dependency#readme", | ||
"bugs": { | ||
@@ -10,2 +18,5 @@ "url": "https://github.com/pnpm/pnpm/issues" | ||
"types": "lib/index.d.ts", | ||
"exports": { | ||
".": "./lib/index.js" | ||
}, | ||
"files": [ | ||
@@ -15,2 +26,10 @@ "lib", | ||
], | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"dependencies": { | ||
"symlink-dir": "^6.0.5", | ||
"@pnpm/types": "1000.2.1", | ||
"@pnpm/core-loggers": "1000.1.4" | ||
}, | ||
"peerDependencies": { | ||
@@ -21,27 +40,8 @@ "@pnpm/logger": ">=5.1.0 <1001.0.0" | ||
"@pnpm/logger": "1000.0.0", | ||
"@pnpm/prepare": "0.0.112", | ||
"@pnpm/symlink-dependency": "1000.0.4" | ||
"@pnpm/prepare": "0.0.113", | ||
"@pnpm/symlink-dependency": "1000.0.5" | ||
}, | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"homepage": "https://github.com/pnpm/pnpm/blob/main/fs/symlink-dependency#readme", | ||
"keywords": [ | ||
"pnpm10", | ||
"pnpm" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">=18.12" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/fs/symlink-dependency", | ||
"dependencies": { | ||
"symlink-dir": "^6.0.4", | ||
"@pnpm/core-loggers": "1000.1.3", | ||
"@pnpm/types": "1000.2.0" | ||
}, | ||
"funding": "https://opencollective.com/pnpm", | ||
"exports": { | ||
".": "./lib/index.js" | ||
}, | ||
"jest": { | ||
@@ -48,0 +48,0 @@ "preset": "@pnpm/jest-config" |
+ Added
+ Added
- Removed
- Removed
Updated
Updated
Updated