@rspack/binding 1.4.0 → 1.4.1
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 -0
- package/package.json +11 -11
package/binding.d.ts
CHANGED
|
@@ -1892,6 +1892,8 @@ rspackFuture?: RawRspackFuture
|
|
|
1892
1892
|
cache: boolean | { type: "persistent" } & RawExperimentCacheOptionsPersistent | { type: "memory" }
|
|
1893
1893
|
useInputFileSystem?: false | Array<RegExp>
|
|
1894
1894
|
inlineConst: boolean
|
|
1895
|
+
inlineEnum: boolean
|
|
1896
|
+
typeReexportsPresence: boolean
|
|
1895
1897
|
}
|
|
1896
1898
|
|
|
1897
1899
|
export interface RawExperimentSnapshotOptions {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rspack/binding",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.1",
|
|
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-
|
|
51
|
-
"@rspack/binding-
|
|
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-
|
|
58
|
-
"@rspack/binding-linux-x64-
|
|
59
|
-
"@rspack/binding-linux-x64-
|
|
50
|
+
"@rspack/binding-darwin-arm64": "1.4.1",
|
|
51
|
+
"@rspack/binding-win32-arm64-msvc": "1.4.1",
|
|
52
|
+
"@rspack/binding-linux-arm64-gnu": "1.4.1",
|
|
53
|
+
"@rspack/binding-linux-arm64-musl": "1.4.1",
|
|
54
|
+
"@rspack/binding-win32-ia32-msvc": "1.4.1",
|
|
55
|
+
"@rspack/binding-wasm32-wasi": "1.4.1",
|
|
56
|
+
"@rspack/binding-darwin-x64": "1.4.1",
|
|
57
|
+
"@rspack/binding-win32-x64-msvc": "1.4.1",
|
|
58
|
+
"@rspack/binding-linux-x64-musl": "1.4.1",
|
|
59
|
+
"@rspack/binding-linux-x64-gnu": "1.4.1"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"build:dev": "node scripts/build.js",
|