@pnpm/types
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -57,2 +57,9 @@ export interface Dependencies { | ||
} | ||
declare type Version = string; | ||
declare type Pattern = string; | ||
export interface TypesVersions { | ||
[version: Version]: { | ||
[pattern: Pattern]: string[]; | ||
}; | ||
} | ||
export interface BaseManifest { | ||
@@ -92,2 +99,3 @@ name?: string; | ||
publishConfig?: PublishConfig; | ||
typesVersions?: TypesVersions; | ||
readme?: string; | ||
@@ -118,1 +126,2 @@ keywords?: string[]; | ||
}; | ||
export {}; |
{ | ||
"name": "@pnpm/types", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "Basic types used by pnpm", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@pnpm/types": "8.0.0" | ||
"@pnpm/types": "8.0.1" | ||
}, | ||
@@ -30,0 +30,0 @@ "exports": { |
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
10486
222