@itwin/build-tools 5.12.0-dev.2 → 5.12.0-dev.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # Change Log - @itwin/build-tools
2
2
 
3
- This log was last generated on Tue, 16 Jun 2026 13:00:23 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 03 Jul 2026 13:06:57 GMT and should not be manually modified.
4
+
5
+ ## 5.11.0
6
+ Fri, 03 Jul 2026 13:05:21 GMT
7
+
8
+ ### Updates
9
+
10
+ - extract-api.js now checks the standard CI env var (in addition to TF_BUILD) so api-extractor runs in strict CI mode on GitHub Actions and other standard CI platforms without requiring a separate git-diff assertion step
11
+ - Made mocha an optional peer dependency so it is no longer a direct dependency of @itwin/build-tools, removing its vulnerable transitive dependencies from the package's direct dependency closure for consumers that do not use the mocha reporter.
4
12
 
5
13
  ## 5.10.3
6
14
  Tue, 16 Jun 2026 12:58:32 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/build-tools",
3
- "version": "5.12.0-dev.2",
3
+ "version": "5.12.0-dev.5",
4
4
  "description": "Bentley build tools",
5
5
  "license": "MIT",
6
6
  "repository": {