@rspack/binding
Advanced tools
Comparing version 0.7.2-canary-c66cfe5-20240606035303 to 0.7.2-canary-fdfff21-20240606140946
@@ -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> | ||
} | ||
@@ -730,2 +737,4 @@ | ||
module: JsModule | ||
chunks: Array<JsChunk> | ||
cacheGroupKey: string | ||
} | ||
@@ -732,0 +741,0 @@ |
{ | ||
"name": "@rspack/binding", | ||
"version": "0.7.2-canary-c66cfe5-20240606035303", | ||
"version": "0.7.2-canary-fdfff21-20240606140946", | ||
"license": "MIT", | ||
@@ -25,11 +25,11 @@ "description": "Node binding for rspack", | ||
"optionalDependencies": { | ||
"@rspack/binding-darwin-arm64": "0.7.2-canary-c66cfe5-20240606035303", | ||
"@rspack/binding-darwin-x64": "0.7.2-canary-c66cfe5-20240606035303", | ||
"@rspack/binding-linux-arm64-musl": "0.7.2-canary-c66cfe5-20240606035303", | ||
"@rspack/binding-linux-arm64-gnu": "0.7.2-canary-c66cfe5-20240606035303", | ||
"@rspack/binding-linux-x64-gnu": "0.7.2-canary-c66cfe5-20240606035303", | ||
"@rspack/binding-linux-x64-musl": "0.7.2-canary-c66cfe5-20240606035303", | ||
"@rspack/binding-win32-arm64-msvc": "0.7.2-canary-c66cfe5-20240606035303", | ||
"@rspack/binding-win32-ia32-msvc": "0.7.2-canary-c66cfe5-20240606035303", | ||
"@rspack/binding-win32-x64-msvc": "0.7.2-canary-c66cfe5-20240606035303" | ||
"@rspack/binding-darwin-x64": "0.7.2-canary-fdfff21-20240606140946", | ||
"@rspack/binding-darwin-arm64": "0.7.2-canary-fdfff21-20240606140946", | ||
"@rspack/binding-linux-arm64-gnu": "0.7.2-canary-fdfff21-20240606140946", | ||
"@rspack/binding-linux-arm64-musl": "0.7.2-canary-fdfff21-20240606140946", | ||
"@rspack/binding-linux-x64-musl": "0.7.2-canary-fdfff21-20240606140946", | ||
"@rspack/binding-linux-x64-gnu": "0.7.2-canary-fdfff21-20240606140946", | ||
"@rspack/binding-win32-arm64-msvc": "0.7.2-canary-fdfff21-20240606140946", | ||
"@rspack/binding-win32-ia32-msvc": "0.7.2-canary-fdfff21-20240606140946", | ||
"@rspack/binding-win32-x64-msvc": "0.7.2-canary-fdfff21-20240606140946" | ||
}, | ||
@@ -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