@rspack/binding
Advanced tools
Comparing version 0.0.0-20221124101348 to 0.0.0-20221125103438
@@ -135,3 +135,3 @@ /* tslint:disable */ | ||
func?: (...args: any[]) => any | ||
uses?: Array<RawModuleRuleUse> | ||
use?: Array<RawModuleRuleUse> | ||
type?: "js" | "jsx" | "ts" | "tsx" | "css" | "json" | "asset" | "asset/resource" | "asset/source" | "asset/inline" | ||
@@ -161,2 +161,4 @@ } | ||
chunkFilename?: string | ||
cssFilename?: string | ||
cssChunkFilename?: string | ||
uniqueName?: string | ||
@@ -163,0 +165,0 @@ } |
{ | ||
"name": "@rspack/binding", | ||
"version": "0.0.0-20221124101348", | ||
"version": "0.0.0-20221125103438", | ||
"description": "Node binding for rspack", | ||
@@ -25,2 +25,3 @@ "main": "binding.js", | ||
"build:debug": "napi build --platform --js false --dts binding.d.ts --config napirs.rc.json", | ||
"build:debug:x64": "napi build --platform --js false --dts binding.d.ts --config napirs.rc.json --target x86_64-apple-darwin", | ||
"build:release:all": "run-p build:release build:release:x64 build:release:linux", | ||
@@ -27,0 +28,0 @@ "build:release": "napi build --release --platform --js false --dts binding.d.ts --config napirs.rc.json", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
112736427
573