@rspack/binding 0.5.2 → 0.5.3-canary-8baeedd-20240129092643

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 +0 -1
  2. package/package.json +6 -11
package/binding.d.ts CHANGED
@@ -211,7 +211,6 @@ export interface FactoryMeta {
211
211
 
212
212
  export interface JsAsset {
213
213
  name: string
214
- source?: JsCompatSource
215
214
  info: JsAssetInfo
216
215
  }
217
216
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack/binding",
3
- "version": "0.5.2",
3
+ "version": "0.5.3-canary-8baeedd-20240129092643",
4
4
  "license": "MIT",
5
5
  "description": "Node binding for rspack",
6
6
  "main": "binding.js",
@@ -16,21 +16,16 @@
16
16
  "bugs": "https://github.com/web-infra-dev/rspack/issues",
17
17
  "repository": "web-infra-dev/rspack",
18
18
  "devDependencies": {
19
- "@napi-rs/cli": "3.0.0-alpha.5"
19
+ "@napi-rs/cli": "3.0.0-alpha.36"
20
20
  },
21
21
  "napi": {
22
22
  "binaryName": "rspack"
23
23
  },
24
24
  "optionalDependencies": {
25
- "@rspack/binding-darwin-arm64": "0.5.2",
26
- "@rspack/binding-linux-arm64-musl": "0.5.2",
27
- "@rspack/binding-win32-arm64-msvc": "0.5.2",
28
- "@rspack/binding-linux-arm64-gnu": "0.5.2",
29
- "@rspack/binding-win32-ia32-msvc": "0.5.2",
30
- "@rspack/binding-win32-x64-msvc": "0.5.2",
31
- "@rspack/binding-linux-x64-gnu": "0.5.2",
32
- "@rspack/binding-darwin-x64": "0.5.2",
33
- "@rspack/binding-linux-x64-musl": "0.5.2"
25
+ "@rspack/binding-darwin-arm64": "0.5.3-canary-8baeedd-20240129092643",
26
+ "@rspack/binding-darwin-x64": "0.5.3-canary-8baeedd-20240129092643",
27
+ "@rspack/binding-linux-x64-gnu": "0.5.3-canary-8baeedd-20240129092643",
28
+ "@rspack/binding-win32-x64-msvc": "0.5.3-canary-8baeedd-20240129092643"
34
29
  },
35
30
  "scripts": {
36
31
  "build:debug": "node scripts/build.js",