@speedy-js/speedy-types
Advanced tools
Comparing version 0.13.2-modern.0 to 0.13.2-modern.1
@@ -137,5 +137,5 @@ /// <reference types="node" /> | ||
export declare interface BuildConfig extends Required<Omit<CLIConfig, 'terserOptions' | 'dev' | 'filter' | 'moduleId'>> { | ||
export declare interface BuildConfig extends Required<Omit<CLIConfig, 'terserOptions' | 'dev' | 'filter' | 'getModuleId'>> { | ||
logger: ILogger; | ||
moduleId?: string; | ||
getModuleId?: (moduleName: string) => string | undefined; | ||
analyze: AnalyzeNormalized; | ||
@@ -1932,3 +1932,3 @@ resolve: ResolveNormalized; | ||
clearScreen?: boolean; | ||
moduleId?: string; | ||
getModuleId?: (moduleName: string) => string | undefined; | ||
} | ||
@@ -1935,0 +1935,0 @@ |
@@ -111,3 +111,3 @@ import type { MinifyOptions } from 'terser'; | ||
clearScreen?: boolean; | ||
moduleId?: string; | ||
getModuleId?: (moduleName: string) => string | undefined; | ||
} | ||
@@ -141,5 +141,5 @@ export interface Cache { | ||
} | ||
export interface BuildConfig extends Required<Omit<CLIConfig, 'terserOptions' | 'dev' | 'filter' | 'moduleId'>> { | ||
export interface BuildConfig extends Required<Omit<CLIConfig, 'terserOptions' | 'dev' | 'filter' | 'getModuleId'>> { | ||
logger: ILogger; | ||
moduleId?: string; | ||
getModuleId?: (moduleName: string) => string | undefined; | ||
analyze: AnalyzeNormalized; | ||
@@ -146,0 +146,0 @@ resolve: ResolveNormalized; |
{ | ||
"name": "@speedy-js/speedy-types", | ||
"version": "0.13.2-modern.0", | ||
"version": "0.13.2-modern.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "source": "src/index.ts", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
96530
0