@rspack/core 1.3.5 → 1.3.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.3.5",
3
+ "version": "1.3.6",
4
4
  "webpackVersion": "5.75.0",
5
5
  "license": "MIT",
6
6
  "description": "The fast Rust-based web bundler with webpack-compatible API",
@@ -37,53 +37,41 @@
37
37
  "directory": "packages/rspack"
38
38
  },
39
39
  "devDependencies": {
40
- "@swc/core": "1.11.13",
41
- "@swc/types": "0.1.20",
40
+ "@swc/core": "1.11.21",
41
+ "@swc/types": "0.1.21",
42
+ "@rslib/core": "0.6.7",
42
43
  "@types/graceful-fs": "4.1.9",
43
44
  "@types/watchpack": "^2.4.4",
44
45
  "@types/webpack-sources": "3.2.3",
45
46
  "browserslist": "^4.24.4",
46
- "cross-env": "^7.0.3",
47
47
  "enhanced-resolve": "5.18.1",
48
48
  "graceful-fs": "^4.2.11",
49
- "json-parse-even-better-errors": "^3.0.2",
50
49
  "prebundle": "^1.3.3",
51
- "tsc-alias": "^1.8.13",
52
- "tsup": "^8.4.0",
53
50
  "tsx": "^4.19.3",
54
51
  "typescript": "^5.7.3",
55
52
  "watchpack": "^2.4.2",
56
- "webpack-dev-server": "5.2.1",
57
53
  "webpack-sources": "3.2.3",
58
- "zod": "^3.24.2",
54
+ "zod": "^3.24.3",
59
55
  "zod-validation-error": "3.4.0",
60
- "tinypool": "^1.0.2",
61
- "@rspack/tracing": "1.3.5"
56
+ "tinypool": "^1.0.2"
62
57
  },
63
58
  "dependencies": {
64
- "@module-federation/runtime-tools": "0.11.2",
59
+ "@module-federation/runtime-tools": "0.13.0",
65
60
  "@rspack/lite-tapable": "1.0.1",
66
- "caniuse-lite": "^1.0.30001707",
67
- "@rspack/binding": "1.3.5"
61
+ "caniuse-lite": "^1.0.30001715",
62
+ "@rspack/binding": "1.3.6"
68
63
  },
69
64
  "peerDependencies": {
70
- "@rspack/tracing": "^1.x",
71
65
  "@swc/helpers": ">=0.5.1"
72
66
  },
73
67
  "peerDependenciesMeta": {
74
68
  "@swc/helpers": {
75
69
  "optional": true
76
- },
77
- "@rspack/tracing": {
78
- "optional": true
79
70
  }
80
71
  },
81
72
  "scripts": {
82
- "build": "tsc -b ./tsconfig.build.json && tsc-alias -p tsconfig.build.json && tsup && npm run prepare-container-runtime",
83
- "build:force": "tsc -b ./tsconfig.build.json --force && tsc-alias -p tsconfig.build.json && tsup && npm run prepare-container-runtime",
84
- "dev": "pnpm run --stream /^dev:.*/",
85
- "dev:types": "tsc -w",
86
- "dev:js": "tsup --watch",
73
+ "build": "rslib build && npm run prepare-container-runtime",
74
+ "dev": "rslib build --watch",
87
75
  "prepare-container-runtime": "node ./scripts/prepare-container-runtime.js",
88
76
  "doc-coverage": "tsx ./scripts/check-documentation-coverage.ts",
89
77
  "api-extractor": "api-extractor run --verbose",