read-pkg-up
Advanced tools
Comparing version 9.0.0 to 9.1.0
@@ -10,3 +10,3 @@ import {Except} from 'type-fest'; | ||
*/ | ||
cwd?: string; | ||
cwd?: URL | string; | ||
} & Except<ReadPackageOptions, 'cwd'>; | ||
@@ -20,3 +20,3 @@ | ||
*/ | ||
cwd?: string; | ||
cwd?: URL | string; | ||
} & Except<ReadPackageNormalizeOptions, 'cwd'>; | ||
@@ -23,0 +23,0 @@ |
{ | ||
"name": "read-pkg-up", | ||
"version": "9.0.0", | ||
"version": "9.1.0", | ||
"description": "Read the closest package.json file", | ||
@@ -52,4 +52,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"find-up": "^6.2.0", | ||
"read-pkg": "^7.0.0", | ||
"find-up": "^6.3.0", | ||
"read-pkg": "^7.1.0", | ||
"type-fest": "^2.5.0" | ||
@@ -56,0 +56,0 @@ }, |
@@ -51,3 +51,3 @@ # read-pkg-up | ||
Type: `string`\ | ||
Type: `URL | string`\ | ||
Default: `process.cwd()` | ||
@@ -54,0 +54,0 @@ |
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
6629
Updatedfind-up@^6.3.0
Updatedread-pkg@^7.1.0