@rspack/core 1.4.5 → 1.4.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack/core",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "webpackVersion": "5.75.0",
5
5
  "license": "MIT",
6
6
  "description": "The fast Rust-based web bundler with webpack-compatible API",
@@ -40,7 +40,6 @@
40
40
  "@ast-grep/napi": "^0.37.0",
41
41
  "@rsbuild/core": "^1.4.4",
42
42
  "@rslib/core": "0.10.0",
43
- "@swc/core": "1.12.0",
44
43
  "@swc/types": "0.1.22",
45
44
  "@types/graceful-fs": "4.1.9",
46
45
  "@types/watchpack": "^2.4.4",
@@ -52,14 +51,14 @@
52
51
  "tsx": "^4.20.3",
53
52
  "typescript": "^5.8.3",
54
53
  "watchpack": "^2.4.4",
55
- "webpack-sources": "3.3.2",
54
+ "webpack-sources": "3.3.3",
56
55
  "zod": "^3.25.58",
57
56
  "zod-validation-error": "3.5.2"
58
57
  },
59
58
  "dependencies": {
60
59
  "@module-federation/runtime-tools": "0.15.0",
61
60
  "@rspack/lite-tapable": "1.0.1",
62
- "@rspack/binding": "1.4.5"
61
+ "@rspack/binding": "1.4.6"
63
62
  },
64
63
  "peerDependencies": {
65
64
  "@swc/helpers": ">=0.5.1"
@@ -70,10 +69,8 @@
70
69
  }
71
70
  },
72
71
  "scripts": {
73
- "build": "rslib build && npm run prepare-container-runtime && npm run codmod",
72
+ "build": "rslib build",
74
73
  "dev": "rslib build --watch",
75
- "prepare-container-runtime": "node ./scripts/prepare-container-runtime.js",
76
- "codmod": "node ./scripts/codmod/index.js",
77
74
  "doc-coverage": "tsx ./scripts/check-documentation-coverage.ts",
78
75
  "api-extractor": "api-extractor run --verbose",
79
76
  "api-extractor:ci": "api-extractor run --verbose || diff temp/core.api.md etc/core.api.md"