common-types
Advanced tools
Comparing version 1.24.4 to 1.24.5
@@ -24,3 +24,10 @@ import { url } from "./aliases"; | ||
/** code entry point for CJS */ | ||
main: string; | ||
main?: string; | ||
/** code entry point for ES modules */ | ||
module?: string; | ||
/** TS typings entry point */ | ||
typings?: string; | ||
/** TS typings entry point */ | ||
types?: string; | ||
type?: "module" | "commonjs"; | ||
/** | ||
@@ -27,0 +34,0 @@ * binary executables this package exports; values are the |
@@ -24,3 +24,10 @@ import { url } from "./aliases"; | ||
/** code entry point for CJS */ | ||
main: string; | ||
main?: string; | ||
/** code entry point for ES modules */ | ||
module?: string; | ||
/** TS typings entry point */ | ||
typings?: string; | ||
/** TS typings entry point */ | ||
types?: string; | ||
type?: "module" | "commonjs"; | ||
/** | ||
@@ -27,0 +34,0 @@ * binary executables this package exports; values are the |
{ | ||
"name": "common-types", | ||
"version": "1.24.4", | ||
"version": "1.24.5", | ||
"description": "Common Types for Typescript", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/lifegadget/common-types", |
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
362385
8567