@package-json/types
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -461,11 +461,5 @@ /* eslint-disable */ | ||
/** | ||
A mapping of conditions and the paths to which they resolve. | ||
*/ | ||
interface ExportConditions { | ||
[condition: string]: Exports; | ||
} | ||
/** | ||
* The "exports" field is used to restrict external access to non-exported module files, also enables a module to import itself using "name". | ||
*/ | ||
type Exports = null | XOR<string, Array<ExportConditions | string>, ExportConditions>; | ||
type Exports = null | XOR<Record<string, unknown>, string, string[]>; | ||
@@ -472,0 +466,0 @@ type PackageJson = { |
{ | ||
"name": "@package-json/types", | ||
"type": "module", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Auto-generated package.json types.", | ||
@@ -6,0 +6,0 @@ "author": "藍+85CD", |
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
17434
468