@itwin/build-tools 4.10.1 → 4.10.3

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.md CHANGED
@@ -1,6 +1,20 @@
1
1
  # Change Log - @itwin/build-tools
2
2
 
3
- This log was last generated on Thu, 14 Nov 2024 18:11:00 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 06 Jan 2025 14:00:13 GMT and should not be manually modified.
4
+
5
+ ## 4.10.3
6
+ Mon, 06 Jan 2025 14:00:13 GMT
7
+
8
+ ### Updates
9
+
10
+ - add temporary fix for typedoc@0.26 issue #2802
11
+
12
+ ## 4.10.2
13
+ Thu, 21 Nov 2024 15:22:20 GMT
14
+
15
+ ### Updates
16
+
17
+ - Bumped `cross-spawn` to `7.0.5`
4
18
 
5
19
  ## 4.10.1
6
20
  Thu, 14 Nov 2024 18:11:00 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/build-tools",
3
- "version": "4.10.1",
3
+ "version": "4.10.3",
4
4
  "description": "Bentley build tools",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -24,7 +24,7 @@
24
24
  "@microsoft/api-extractor": "~7.47.10",
25
25
  "chalk": "^3.0.0",
26
26
  "cpx2": "^3.0.0",
27
- "cross-spawn": "^7.0.1",
27
+ "cross-spawn": "^7.0.5",
28
28
  "fs-extra": "^8.1.0",
29
29
  "glob": "^10.3.12",
30
30
  "mocha": "^10.2.0",
package/scripts/docs.js CHANGED
@@ -52,7 +52,9 @@ const readmeOption = (argv.readme === undefined) ? "none" : argv.readme;
52
52
  const options = [
53
53
  "--hideGenerator",
54
54
  "--logLevel",
55
- "Error"
55
+ "Error",
56
+ "--cascadedModifierTags", // workaround for https://github.com/TypeStrong/typedoc/issues/2802
57
+ "@experimental"
56
58
  ];
57
59
 
58
60
  const pluginOptions = [