@rspack/binding
Advanced tools
Comparing version 0.0.0-20221103045015 to 0.0.0-20221103112009
@@ -150,2 +150,5 @@ /* tslint:disable */ | ||
} | ||
export interface RawStatsOptions { | ||
colors: boolean | ||
} | ||
export interface RawOptions { | ||
@@ -164,2 +167,3 @@ entry?: Record<string, string> | ||
optimization?: RawOptimizationOptions | ||
stats?: RawStatsOptions | ||
} | ||
@@ -166,0 +170,0 @@ export interface AssetContent { |
{ | ||
"name": "@rspack/binding", | ||
"version": "0.0.0-20221103045015", | ||
"version": "0.0.0-20221103112009", | ||
"description": "Node binding for rspack", | ||
@@ -5,0 +5,0 @@ "main": "binding.js", |
Sorry, the diff of this file is not supported yet
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
490
32680381