@rspack/binding 0.3.10 → 0.3.11
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.
- package/binding.d.ts +2 -1
- package/package.json +10 -10
package/binding.d.ts
CHANGED
|
@@ -173,8 +173,8 @@ export interface JsAssetInfo {
|
|
|
173
173
|
* the value(s) of the content hash used for this asset
|
|
174
174
|
*/
|
|
175
175
|
contentHash: Array<string>
|
|
176
|
+
sourceFilename?: string
|
|
176
177
|
/**
|
|
177
|
-
* when asset was created from a source file (potentially transformed), the original filename relative to compilation context
|
|
178
178
|
* size in bytes, only set after asset has been emitted
|
|
179
179
|
* when asset is only used for development and doesn't count towards user-facing assets
|
|
180
180
|
*/
|
|
@@ -342,6 +342,7 @@ export interface JsStatsAsset {
|
|
|
342
342
|
export interface JsStatsAssetInfo {
|
|
343
343
|
development: boolean
|
|
344
344
|
hotModuleReplacement: boolean
|
|
345
|
+
sourceFilename?: string
|
|
345
346
|
}
|
|
346
347
|
|
|
347
348
|
export interface JsStatsAssetsByChunkName {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack/binding",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.11",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Node binding for rspack",
|
|
6
6
|
"main": "binding.js",
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
"binaryName": "rspack"
|
|
23
23
|
},
|
|
24
24
|
"optionalDependencies": {
|
|
25
|
-
"@rspack/binding-
|
|
26
|
-
"@rspack/binding-
|
|
27
|
-
"@rspack/binding-linux-arm64-gnu": "0.3.
|
|
28
|
-
"@rspack/binding-linux-arm64-musl": "0.3.
|
|
29
|
-
"@rspack/binding-
|
|
30
|
-
"@rspack/binding-
|
|
31
|
-
"@rspack/binding-win32-
|
|
32
|
-
"@rspack/binding-linux-x64-gnu": "0.3.
|
|
33
|
-
"@rspack/binding-linux-x64-musl": "0.3.
|
|
25
|
+
"@rspack/binding-win32-arm64-msvc": "0.3.11",
|
|
26
|
+
"@rspack/binding-darwin-arm64": "0.3.11",
|
|
27
|
+
"@rspack/binding-linux-arm64-gnu": "0.3.11",
|
|
28
|
+
"@rspack/binding-linux-arm64-musl": "0.3.11",
|
|
29
|
+
"@rspack/binding-darwin-x64": "0.3.11",
|
|
30
|
+
"@rspack/binding-win32-x64-msvc": "0.3.11",
|
|
31
|
+
"@rspack/binding-win32-ia32-msvc": "0.3.11",
|
|
32
|
+
"@rspack/binding-linux-x64-gnu": "0.3.11",
|
|
33
|
+
"@rspack/binding-linux-x64-musl": "0.3.11"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build:debug": "node scripts/build.js",
|