@rspack/binding
Advanced tools
Comparing version 0.7.2-canary-a1e014e-20240605042614 to 0.7.2-canary-c0c0fd3-20240607004432
@@ -240,2 +240,9 @@ /* auto-generated by NAPI-RS */ | ||
related: JsAssetInfoRelated | ||
/** | ||
* Webpack: AssetInfo = KnownAssetInfo & Record<string, any> | ||
* But Napi.rs does not support Intersectiont types. This is a hack to store the additional fields | ||
* in the rust struct and have the Js side to reshape and align with webpack | ||
* Related: packages/rspack/src/Compilation.ts | ||
*/ | ||
extras: Record<string, any> | ||
} | ||
@@ -348,2 +355,3 @@ | ||
missingDependencies: Array<string> | ||
cacheable: boolean | ||
assets: Array<string> | ||
@@ -730,2 +738,4 @@ id: number | ||
module: JsModule | ||
chunks: Array<JsChunk> | ||
cacheGroupKey: string | ||
} | ||
@@ -732,0 +742,0 @@ |
{ | ||
"name": "@rspack/binding", | ||
"version": "0.7.2-canary-a1e014e-20240605042614", | ||
"version": "0.7.2-canary-c0c0fd3-20240607004432", | ||
"license": "MIT", | ||
@@ -25,11 +25,11 @@ "description": "Node binding for rspack", | ||
"optionalDependencies": { | ||
"@rspack/binding-darwin-x64": "0.7.2-canary-a1e014e-20240605042614", | ||
"@rspack/binding-linux-arm64-gnu": "0.7.2-canary-a1e014e-20240605042614", | ||
"@rspack/binding-darwin-arm64": "0.7.2-canary-a1e014e-20240605042614", | ||
"@rspack/binding-linux-x64-gnu": "0.7.2-canary-a1e014e-20240605042614", | ||
"@rspack/binding-linux-arm64-musl": "0.7.2-canary-a1e014e-20240605042614", | ||
"@rspack/binding-linux-x64-musl": "0.7.2-canary-a1e014e-20240605042614", | ||
"@rspack/binding-win32-arm64-msvc": "0.7.2-canary-a1e014e-20240605042614", | ||
"@rspack/binding-win32-ia32-msvc": "0.7.2-canary-a1e014e-20240605042614", | ||
"@rspack/binding-win32-x64-msvc": "0.7.2-canary-a1e014e-20240605042614" | ||
"@rspack/binding-darwin-arm64": "0.7.2-canary-c0c0fd3-20240607004432", | ||
"@rspack/binding-linux-arm64-gnu": "0.7.2-canary-c0c0fd3-20240607004432", | ||
"@rspack/binding-darwin-x64": "0.7.2-canary-c0c0fd3-20240607004432", | ||
"@rspack/binding-linux-x64-gnu": "0.7.2-canary-c0c0fd3-20240607004432", | ||
"@rspack/binding-linux-x64-musl": "0.7.2-canary-c0c0fd3-20240607004432", | ||
"@rspack/binding-win32-arm64-msvc": "0.7.2-canary-c0c0fd3-20240607004432", | ||
"@rspack/binding-win32-ia32-msvc": "0.7.2-canary-c0c0fd3-20240607004432", | ||
"@rspack/binding-linux-arm64-musl": "0.7.2-canary-c0c0fd3-20240607004432", | ||
"@rspack/binding-win32-x64-msvc": "0.7.2-canary-c0c0fd3-20240607004432" | ||
}, | ||
@@ -36,0 +36,0 @@ "scripts": { |
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
55268
1539