@rspack-canary/test-tools 1.6.0-canary-e386322b-20251029174939 → 1.6.1-canary-ceb1af2d-20251030173511

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.
@@ -79,7 +79,7 @@ const creator = new creator_1.BasicCaseCreator({
79
79
  key: runner_1.getMultiCompilerRunnerKey,
80
80
  runner: runner_1.createMultiCompilerRunner
81
81
  },
82
- concurrent: false
82
+ concurrent: 1
83
83
  });
84
84
  const defaultOptions = (_index, context) => ({
85
85
  context: context.getSource(),
@@ -23,7 +23,7 @@ const creator = new creator_1.BasicCaseCreator({
23
23
  key: runner_1.getMultiCompilerRunnerKey,
24
24
  runner: runner_1.createMultiCompilerRunner
25
25
  },
26
- concurrent: false
26
+ concurrent: 1
27
27
  });
28
28
  function createSerialCase(name, src, dist) {
29
29
  creator.create(name, src, dist);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack-canary/test-tools",
3
- "version": "1.6.0-canary-e386322b-20251029174939",
3
+ "version": "1.6.1-canary-ceb1af2d-20251030173511",
4
4
  "license": "MIT",
5
5
  "description": "Test tools for rspack",
6
6
  "main": "dist/index.js",
@@ -68,7 +68,7 @@
68
68
  "@types/jsdom": "^21.1.7",
69
69
  "typescript": "^5.9.3",
70
70
  "wast-loader": "^1.14.1",
71
- "@rspack/core": "npm:@rspack-canary/core@1.6.0-canary-e386322b-20251029174939"
71
+ "@rspack/core": "npm:@rspack-canary/core@1.6.1-canary-ceb1af2d-20251030173511"
72
72
  },
73
73
  "peerDependencies": {
74
74
  "@rspack/core": ">=1.0.0"