@rushstack/package-extractor 0.10.8 → 0.10.9

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/CHANGELOG.json CHANGED
@@ -1,6 +1,29 @@
1
1
  {
2
2
  "name": "@rushstack/package-extractor",
3
3
  "entries": [
4
+ {
5
+ "version": "0.10.9",
6
+ "tag": "@rushstack/package-extractor_v0.10.9",
7
+ "date": "Thu, 30 Jan 2025 16:10:36 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Prefer `os.availableParallelism()` to `os.cpus().length`."
12
+ }
13
+ ],
14
+ "dependency": [
15
+ {
16
+ "comment": "Updating dependency \"@rushstack/heft-webpack5-plugin\" to `0.11.13`"
17
+ },
18
+ {
19
+ "comment": "Updating dependency \"@rushstack/heft\" to `0.68.15`"
20
+ },
21
+ {
22
+ "comment": "Updating dependency \"@rushstack/webpack-preserve-dynamic-require-plugin\" to `0.11.82`"
23
+ }
24
+ ]
25
+ }
26
+ },
4
27
  {
5
28
  "version": "0.10.8",
6
29
  "tag": "@rushstack/package-extractor_v0.10.8",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @rushstack/package-extractor
2
2
 
3
- This log was last generated on Thu, 30 Jan 2025 01:11:42 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 30 Jan 2025 16:10:36 GMT and should not be manually modified.
4
+
5
+ ## 0.10.9
6
+ Thu, 30 Jan 2025 16:10:36 GMT
7
+
8
+ ### Patches
9
+
10
+ - Prefer `os.availableParallelism()` to `os.cpus().length`.
4
11
 
5
12
  ## 0.10.8
6
13
  Thu, 30 Jan 2025 01:11:42 GMT
@@ -64789,12 +64789,13 @@ __webpack_require__.r(__webpack_exports__);
64789
64789
  /* harmony import */ var node_path__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(node_path__WEBPACK_IMPORTED_MODULE_1__);
64790
64790
  // Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the MIT license.
64791
64791
  // See LICENSE in the project root for license information.
64792
+ var _a, _b;
64792
64793
 
64793
64794
 
64794
64795
  /**
64795
64796
  * The maximum number of concurrent operations to perform.
64796
64797
  */
64797
- const MAX_CONCURRENCY = node_os__WEBPACK_IMPORTED_MODULE_0___default().cpus().length * 2;
64798
+ const MAX_CONCURRENCY = ((_b = (_a = (node_os__WEBPACK_IMPORTED_MODULE_0___default().availableParallelism)) === null || _a === void 0 ? void 0 : _a.call((node_os__WEBPACK_IMPORTED_MODULE_0___default()))) !== null && _b !== void 0 ? _b : node_os__WEBPACK_IMPORTED_MODULE_0___default().cpus().length) * 2;
64798
64799
  /**
64799
64800
  * The name of the action to create symlinks.
64800
64801
  */