@pnpm/symlink-dependency
Advanced tools
Comparing version 6.0.3 to 7.0.0
@@ -1,2 +0,2 @@ | ||
import { DependenciesField } from '@pnpm/types'; | ||
import { type DependenciesField } from '@pnpm/types'; | ||
export declare function symlinkDirectRootDependency(dependencyLocation: string, destModulesDir: string, importAs: string, opts: { | ||
@@ -3,0 +3,0 @@ fromDependenciesField?: DependenciesField; |
{ | ||
"name": "@pnpm/symlink-dependency", | ||
"description": "Symlink a dependency to node_modules", | ||
"version": "6.0.3", | ||
"version": "7.0.0", | ||
"bugs": { | ||
@@ -18,4 +18,4 @@ "url": "https://github.com/pnpm/pnpm/issues" | ||
"devDependencies": { | ||
"@pnpm/prepare": "0.0.59", | ||
"@pnpm/symlink-dependency": "6.0.3" | ||
"@pnpm/prepare": "0.0.65", | ||
"@pnpm/symlink-dependency": "7.0.0" | ||
}, | ||
@@ -27,3 +27,3 @@ "directories": { | ||
"keywords": [ | ||
"pnpm7", | ||
"pnpm8", | ||
"pnpm" | ||
@@ -33,9 +33,9 @@ ], | ||
"engines": { | ||
"node": ">=14.6" | ||
"node": ">=16.14" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/main/fs/symlink-dependency", | ||
"dependencies": { | ||
"symlink-dir": "^5.1.0", | ||
"@pnpm/core-loggers": "8.0.3", | ||
"@pnpm/types": "8.10.0" | ||
"symlink-dir": "^5.1.1", | ||
"@pnpm/core-loggers": "9.0.0", | ||
"@pnpm/types": "9.0.0" | ||
}, | ||
@@ -49,3 +49,3 @@ "funding": "https://opencollective.com/pnpm", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"lint": "eslint src/**/*.ts test/**/*.ts", | ||
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", | ||
"compile": "tsc --build && pnpm run lint --fix", | ||
@@ -52,0 +52,0 @@ "_test": "jest" |
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
9256
+ Added@pnpm/core-loggers@9.0.0(transitive)
+ Added@pnpm/types@9.0.0(transitive)
- Removed@pnpm/core-loggers@8.0.3(transitive)
- Removed@pnpm/types@8.10.0(transitive)
Updated@pnpm/core-loggers@9.0.0
Updated@pnpm/types@9.0.0
Updatedsymlink-dir@^5.1.1