Comparing version 8.0.0 to 8.1.0
@@ -1,2 +0,1 @@ | ||
/* eslint-disable @typescript-eslint/no-redundant-type-constituents */ | ||
import type {PackageJson as typeFestPackageJson} from 'type-fest'; | ||
@@ -3,0 +2,0 @@ import type {Package as normalizePackage} from 'normalize-package-data'; |
{ | ||
"name": "read-pkg", | ||
"version": "8.0.0", | ||
"version": "8.1.0", | ||
"description": "Read a package.json file", | ||
@@ -38,11 +38,11 @@ "license": "MIT", | ||
"@types/normalize-package-data": "^2.4.1", | ||
"normalize-package-data": "^5.0.0", | ||
"normalize-package-data": "^6.0.0", | ||
"parse-json": "^7.0.0", | ||
"type-fest": "^3.8.0" | ||
"type-fest": "^4.2.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^5.2.0", | ||
"ava": "^5.3.1", | ||
"tsd": "^0.28.1", | ||
"xo": "^0.54.0" | ||
"xo": "^0.56.0" | ||
} | ||
} |
@@ -64,3 +64,3 @@ # read-pkg | ||
Type: `object | string`\ | ||
Type: `object | string` | ||
@@ -67,0 +67,0 @@ An object or a stringified object to be parsed as a package.json. |
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
7588
91
+ Addedhosted-git-info@7.0.2(transitive)
+ Addedlru-cache@10.4.3(transitive)
+ Addednormalize-package-data@6.0.2(transitive)
+ Addedtype-fest@4.27.0(transitive)
- Removedfunction-bind@1.1.2(transitive)
- Removedhasown@2.0.2(transitive)
- Removedhosted-git-info@6.1.1(transitive)
- Removedis-core-module@2.15.1(transitive)
- Removedlru-cache@7.18.3(transitive)
- Removednormalize-package-data@5.0.0(transitive)
Updatedtype-fest@^4.2.0