@rspack/binding 0.0.19 → 0.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/binding.d.ts +2 -0
  2. package/package.json +4 -4
package/binding.d.ts CHANGED
@@ -352,6 +352,8 @@ export interface JsStatsModule {
352
352
  id: string
353
353
  chunks: Array<string>
354
354
  size: number
355
+ issuer?: string
356
+ issuerName?: string
355
357
  }
356
358
  export interface JsStatsChunk {
357
359
  type: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack/binding",
3
- "version": "0.0.19",
3
+ "version": "0.0.21",
4
4
  "description": "Node binding for rspack",
5
5
  "main": "binding.js",
6
6
  "types": "binding.d.ts",
@@ -20,9 +20,9 @@
20
20
  "npm-run-all": "4.1.5"
21
21
  },
22
22
  "optionalDependencies": {
23
- "@rspack/binding-darwin-arm64": "0.0.19",
24
- "@rspack/binding-linux-x64-gnu": "0.0.19",
25
- "@rspack/binding-darwin-x64": "0.0.19"
23
+ "@rspack/binding-darwin-arm64": "0.0.21",
24
+ "@rspack/binding-linux-x64-gnu": "0.0.21",
25
+ "@rspack/binding-darwin-x64": "0.0.21"
26
26
  },
27
27
  "scripts": {
28
28
  "build:debug": "napi build --platform --js false --dts binding.d.ts --config napirs.rc.json",