@itwin/build-tools 5.0.0-dev.6 → 5.0.0-dev.8
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 +16 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
# Change Log - @itwin/build-tools
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 14 Nov 2024 18:13:56 GMT and should not be manually modified.
|
4
|
+
|
5
|
+
## 4.10.1
|
6
|
+
Thu, 14 Nov 2024 18:11:00 GMT
|
7
|
+
|
8
|
+
### Updates
|
9
|
+
|
10
|
+
- Bump `typedoc` dependency to a version that supports typescript `5.6`.
|
11
|
+
- Deprecate unused --includes flag
|
12
|
+
|
13
|
+
## 4.10.0
|
14
|
+
Wed, 13 Nov 2024 15:23:38 GMT
|
15
|
+
|
16
|
+
### Updates
|
17
|
+
|
18
|
+
- Allow specifying a relative directory for the `entry` argument in the `extract-api` command.
|
4
19
|
|
5
20
|
## 4.9.7
|
6
21
|
Wed, 06 Nov 2024 19:23:04 GMT
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@itwin/build-tools",
|
3
|
-
"version": "5.0.0-dev.
|
3
|
+
"version": "5.0.0-dev.8",
|
4
4
|
"description": "Bentley build tools",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": {
|
@@ -32,14 +32,14 @@
|
|
32
32
|
"rimraf": "^3.0.2",
|
33
33
|
"tree-kill": "^1.2.2",
|
34
34
|
"typedoc": "^0.26.11",
|
35
|
-
"typedoc-plugin-merge-modules": "^
|
35
|
+
"typedoc-plugin-merge-modules": "^6.0.3",
|
36
36
|
"typescript": "~5.6.2",
|
37
37
|
"wtfnode": "^0.9.1",
|
38
38
|
"yargs": "^17.4.0"
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
41
|
"@itwin/eslint-plugin": "5.0.0-dev.1",
|
42
|
-
"@types/node": "~
|
42
|
+
"@types/node": "~20.9.5",
|
43
43
|
"eslint": "^9.13.0"
|
44
44
|
},
|
45
45
|
"scripts": {
|