@flatjs/evolve 1.8.1-next.67 → 1.8.1-next.68

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @flatjs/evolve
2
2
 
3
+ ## 1.8.1-next.68
4
+
5
+ ### Patch Changes
6
+
7
+ - fa475c0: update concurrent max to workerSize
8
+ - Updated dependencies [e9f2e4b]
9
+ - @flatjs/mock@1.8.1-next.56
10
+
3
11
  ## 1.8.1-next.67
4
12
 
5
13
  ### Patch Changes
@@ -123,7 +123,7 @@ export const startDynamicBuild = async (projectCwd, earlyCommit, lastCommit, ove
123
123
  size: workerSize,
124
124
  });
125
125
  const buildTasks = new Listr([], {
126
- concurrent: true,
126
+ concurrent: workerSize,
127
127
  exitOnError: true,
128
128
  });
129
129
  const buildResults = [];
@@ -28,7 +28,7 @@ export const startBuild = async (projectCwd, buildModules, overrideEvolveOptions
28
28
  size: workerSize,
29
29
  });
30
30
  const buildTasks = new Listr([], {
31
- concurrent: true,
31
+ concurrent: workerSize,
32
32
  exitOnError: true,
33
33
  });
34
34
  const buildResults = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flatjs/evolve",
3
- "version": "1.8.1-next.67",
3
+ "version": "1.8.1-next.68",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -46,7 +46,7 @@
46
46
  "@flatjs/evolve-preset-babel": "1.8.1-next.15",
47
47
  "@flatjs/forge-postcss-plugin-pixel": "1.8.1-next.30",
48
48
  "@flatjs/graph": "1.8.1-next.36",
49
- "@flatjs/mock": "1.8.1-next.55",
49
+ "@flatjs/mock": "1.8.1-next.56",
50
50
  "@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
51
51
  "@types/babel__core": "7.20.1",
52
52
  "babel-loader": "9.1.2",