@rspack/core 1.2.2 → 1.2.3

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.
@@ -108,7 +108,7 @@ export interface DllReferencePluginOptionsContent {
108
108
  /**
109
109
  * Module ID.
110
110
  */
111
- id?: string;
111
+ id?: string | number;
112
112
  };
113
113
  }
114
114
  export declare class DllReferencePlugin {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack/core",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "webpackVersion": "5.75.0",
5
5
  "license": "MIT",
6
6
  "description": "The fast Rust-based web bundler with webpack-compatible API",
@@ -44,26 +44,26 @@
44
44
  "@types/webpack-sources": "3.2.3",
45
45
  "browserslist": "^4.21.3",
46
46
  "cross-env": "^7.0.3",
47
- "enhanced-resolve": "5.17.1",
47
+ "enhanced-resolve": "5.18.1",
48
48
  "graceful-fs": "4.2.11",
49
49
  "json-parse-even-better-errors": "^3.0.0",
50
50
  "prebundle": "^1.2.7",
51
51
  "tsc-alias": "^1.8.8",
52
52
  "tsup": "^8.3.0",
53
53
  "tsx": "^4.19.2",
54
- "typescript": "^5.7.2",
54
+ "typescript": "^5.7.3",
55
55
  "watchpack": "^2.4.0",
56
56
  "webpack-dev-server": "5.0.4",
57
57
  "webpack-sources": "3.2.3",
58
- "zod": "^3.23.8",
58
+ "zod": "^3.24.1",
59
59
  "zod-validation-error": "3.4.0",
60
- "@rspack/tracing": "1.2.2"
60
+ "@rspack/tracing": "1.2.3"
61
61
  },
62
62
  "dependencies": {
63
63
  "@module-federation/runtime-tools": "0.8.4",
64
64
  "@rspack/lite-tapable": "1.0.1",
65
65
  "caniuse-lite": "^1.0.30001616",
66
- "@rspack/binding": "1.2.2"
66
+ "@rspack/binding": "1.2.3"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "@rspack/tracing": "^1.x",