@rspack-canary/cli 1.6.3-canary-e52c63da-20251113070149 → 1.6.4-canary-a85877a5-20251114174101

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/dist/index.js CHANGED
@@ -1188,7 +1188,7 @@ ${section.body}` : section.body).join("\n\n"));
1188
1188
  this.colors = this.createColors();
1189
1189
  this.program = program;
1190
1190
  program.help();
1191
- program.version("1.6.3-canary-e52c63da-20251113070149");
1191
+ program.version("1.6.4-canary-a85877a5-20251114174101");
1192
1192
  }
1193
1193
  async createCompiler(options, rspackCommand, callback) {
1194
1194
  let { config, pathMap } = await this.loadConfig(options);
package/dist/index.mjs CHANGED
@@ -1175,7 +1175,7 @@ class RspackCLI {
1175
1175
  this.colors = this.createColors();
1176
1176
  this.program = program;
1177
1177
  program.help();
1178
- program.version("1.6.3-canary-e52c63da-20251113070149");
1178
+ program.version("1.6.4-canary-a85877a5-20251114174101");
1179
1179
  }
1180
1180
  async createCompiler(options, rspackCommand, callback) {
1181
1181
  let { config, pathMap } = await this.loadConfig(options);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack-canary/cli",
3
- "version": "1.6.3-canary-e52c63da-20251113070149",
3
+ "version": "1.6.4-canary-a85877a5-20251114174101",
4
4
  "description": "CLI for rspack",
5
5
  "homepage": "https://rspack.rs",
6
6
  "bugs": "https://github.com/web-infra-dev/rspack/issues",
@@ -44,8 +44,8 @@
44
44
  "pirates": "^4.0.7",
45
45
  "ts-node": "^10.9.2",
46
46
  "typescript": "^5.9.3",
47
- "@rspack/core": "npm:@rspack-canary/core@1.6.3-canary-e52c63da-20251113070149",
48
- "@rspack/test-tools": "npm:@rspack-canary/test-tools@1.6.3-canary-e52c63da-20251113070149"
47
+ "@rspack/core": "npm:@rspack-canary/core@1.6.4-canary-a85877a5-20251114174101",
48
+ "@rspack/test-tools": "npm:@rspack-canary/test-tools@1.6.4-canary-a85877a5-20251114174101"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@rspack/core": "^1.0.0-alpha || ^1.x"