@rspack/binding 1.4.1 → 1.4.2
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/README.md +1 -1
- package/binding.d.ts +2 -0
- package/package.json +11 -11
package/README.md
CHANGED
package/binding.d.ts
CHANGED
|
@@ -2608,6 +2608,8 @@ export interface RealDependencyLocation {
|
|
|
2608
2608
|
}
|
|
2609
2609
|
|
|
2610
2610
|
/**
|
|
2611
|
+
* this is a process level tracing, which means it would be shared by all compilers in the same process
|
|
2612
|
+
* only the first call would take effect, the following calls would be ignored
|
|
2611
2613
|
* Some code is modified based on
|
|
2612
2614
|
* https://github.com/swc-project/swc/blob/d1d0607158ab40463d1b123fed52cc526eba8385/bindings/binding_core_node/src/util.rs#L29-L58
|
|
2613
2615
|
* Apache-2.0 licensed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack/binding",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Node binding for rspack",
|
|
6
6
|
"main": "binding.js",
|
|
@@ -47,16 +47,16 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"optionalDependencies": {
|
|
50
|
-
"@rspack/binding-darwin-arm64": "1.4.
|
|
51
|
-
"@rspack/binding-win32-arm64-msvc": "1.4.
|
|
52
|
-
"@rspack/binding-linux-arm64-gnu": "1.4.
|
|
53
|
-
"@rspack/binding-linux-arm64-musl": "1.4.
|
|
54
|
-
"@rspack/binding-
|
|
55
|
-
"@rspack/binding-
|
|
56
|
-
"@rspack/binding-
|
|
57
|
-
"@rspack/binding-win32-x64-msvc": "1.4.
|
|
58
|
-
"@rspack/binding-linux-x64-
|
|
59
|
-
"@rspack/binding-linux-x64-
|
|
50
|
+
"@rspack/binding-darwin-arm64": "1.4.2",
|
|
51
|
+
"@rspack/binding-win32-arm64-msvc": "1.4.2",
|
|
52
|
+
"@rspack/binding-linux-arm64-gnu": "1.4.2",
|
|
53
|
+
"@rspack/binding-linux-arm64-musl": "1.4.2",
|
|
54
|
+
"@rspack/binding-wasm32-wasi": "1.4.2",
|
|
55
|
+
"@rspack/binding-darwin-x64": "1.4.2",
|
|
56
|
+
"@rspack/binding-win32-ia32-msvc": "1.4.2",
|
|
57
|
+
"@rspack/binding-win32-x64-msvc": "1.4.2",
|
|
58
|
+
"@rspack/binding-linux-x64-gnu": "1.4.2",
|
|
59
|
+
"@rspack/binding-linux-x64-musl": "1.4.2"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"build:dev": "node scripts/build.js",
|