@rspack/core 0.7.2-canary-db6c8be-20240611112335 → 0.7.2-canary-5802e08-20240615034207

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.
@@ -6,6 +6,6 @@ const base_1 = require("./base");
6
6
  exports.BundlerInfoRspackPlugin = (0, base_1.create)(binding_1.BuiltinPluginName.BundlerInfoRspackPlugin, (options) => {
7
7
  return {
8
8
  version: options.version || "unknown",
9
- force: options.force ?? false
9
+ force: options.force ?? true
10
10
  };
11
11
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack/core",
3
- "version": "0.7.2-canary-db6c8be-20240611112335",
3
+ "version": "0.7.2-canary-5802e08-20240615034207",
4
4
  "webpackVersion": "5.75.0",
5
5
  "license": "MIT",
6
6
  "description": "A Fast Rust-based Web Bundler",
@@ -72,15 +72,15 @@
72
72
  "watchpack": "^2.4.0",
73
73
  "zod": "^3.21.4",
74
74
  "zod-validation-error": "1.3.1",
75
- "@rspack/core": "0.7.2-canary-db6c8be-20240611112335",
76
- "@rspack/plugin-minify": "^0.7.2-canary-db6c8be-20240611112335"
75
+ "@rspack/core": "0.7.2-canary-5802e08-20240615034207",
76
+ "@rspack/plugin-minify": "^0.7.2-canary-5802e08-20240615034207"
77
77
  },
78
78
  "dependencies": {
79
79
  "@module-federation/runtime-tools": "0.1.6",
80
80
  "caniuse-lite": "^1.0.30001616",
81
81
  "tapable": "2.2.1",
82
82
  "webpack-sources": "3.2.3",
83
- "@rspack/binding": "0.7.2-canary-db6c8be-20240611112335"
83
+ "@rspack/binding": "0.7.2-canary-5802e08-20240615034207"
84
84
  },
85
85
  "peerDependencies": {
86
86
  "@swc/helpers": ">=0.5.1"