@rspack/core 1.4.8 → 1.4.10

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.
@@ -1,4 +1,4 @@
1
- import type * as binding from "@rspack/binding";
1
+ import type binding from "@rspack/binding";
2
2
  import type { JsOriginRecord } from "@rspack/binding";
3
3
  import type { Compilation } from "../Compilation";
4
4
  import type { StatsOptions } from "../config";
@@ -1,4 +1,4 @@
1
- import * as binding from "@rspack/binding";
1
+ import binding from "@rspack/binding";
2
2
  import type { CreatePartialRegisters } from "./types";
3
3
  export declare class CodeGenerationResult {
4
4
  #private;
@@ -1,4 +1,4 @@
1
- import type * as binding from "@rspack/binding";
1
+ import type binding from "@rspack/binding";
2
2
  import type * as liteTapable from "@rspack/lite-tapable";
3
3
  import type { Compiler } from "../Compiler";
4
4
  type CreateHookMapRegisterTaps = <H extends liteTapable.Hook<any, any, any>>(registerKind: binding.RegisterJsTapKind, getHookMap: () => liteTapable.HookMap<H>, createTap: (queried: liteTapable.QueriedHookMap<H>) => any) => (stages: number[]) => binding.JsTap[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack/core",
3
- "version": "1.4.8",
3
+ "version": "1.4.10",
4
4
  "webpackVersion": "5.75.0",
5
5
  "license": "MIT",
6
6
  "description": "The fast Rust-based web bundler with webpack-compatible API",
@@ -37,7 +37,7 @@
37
37
  "directory": "packages/rspack"
38
38
  },
39
39
  "devDependencies": {
40
- "@ast-grep/napi": "^0.37.0",
40
+ "@ast-grep/napi": "^0.39.1",
41
41
  "@rsbuild/core": "^1.4.6",
42
42
  "@rslib/core": "0.10.5",
43
43
  "@swc/types": "0.1.23",
@@ -58,9 +58,9 @@
58
58
  "zod-validation-error": "3.5.3"
59
59
  },
60
60
  "dependencies": {
61
- "@module-federation/runtime-tools": "0.16.0",
61
+ "@module-federation/runtime-tools": "0.17.0",
62
62
  "@rspack/lite-tapable": "1.0.1",
63
- "@rspack/binding": "1.4.8"
63
+ "@rspack/binding": "1.4.10"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "@swc/helpers": ">=0.5.1"