@itwin/build-tools 5.12.0-dev.1 → 5.12.0-dev.11
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 +24 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,29 @@
|
|
|
1
1
|
# Change Log - @itwin/build-tools
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 15 Jul 2026 19:42:09 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 5.11.3
|
|
6
|
+
Wed, 15 Jul 2026 19:40:44 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 5.11.2
|
|
11
|
+
Fri, 10 Jul 2026 12:20:31 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
14
|
+
|
|
15
|
+
## 5.11.1
|
|
16
|
+
Wed, 08 Jul 2026 19:03:45 GMT
|
|
17
|
+
|
|
18
|
+
_Version update only_
|
|
19
|
+
|
|
20
|
+
## 5.11.0
|
|
21
|
+
Fri, 03 Jul 2026 13:05:21 GMT
|
|
22
|
+
|
|
23
|
+
### Updates
|
|
24
|
+
|
|
25
|
+
- 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
|
|
26
|
+
- 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
27
|
|
|
5
28
|
## 5.10.3
|
|
6
29
|
Tue, 16 Jun 2026 12:58:32 GMT
|