@itwin/build-tools 5.0.0-dev.41 → 5.0.0-dev.49
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 +11 -1
- package/package.json +3 -3
- package/tsconfig-base.json +2 -1
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
# Change Log - @itwin/build-tools
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Fri, 24 Jan 2025 08:05:17 GMT and should not be manually modified.
|
4
|
+
|
5
|
+
## 4.10.6
|
6
|
+
Fri, 24 Jan 2025 08:02:40 GMT
|
7
|
+
|
8
|
+
_Version update only_
|
9
|
+
|
10
|
+
## 4.10.5
|
11
|
+
Tue, 21 Jan 2025 21:56:45 GMT
|
12
|
+
|
13
|
+
_Version update only_
|
4
14
|
|
5
15
|
## 4.10.4
|
6
16
|
Mon, 13 Jan 2025 14:06:43 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.49",
|
4
4
|
"description": "Bentley build tools",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": {
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"url": "http://www.bentley.com"
|
22
22
|
},
|
23
23
|
"dependencies": {
|
24
|
-
"@microsoft/api-extractor": "~7.
|
24
|
+
"@microsoft/api-extractor": "~7.49.1",
|
25
25
|
"chalk": "^3.0.0",
|
26
26
|
"cpx2": "^3.0.0",
|
27
27
|
"cross-spawn": "^7.0.5",
|
@@ -39,7 +39,7 @@
|
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
41
|
"@itwin/eslint-plugin": "5.0.0-dev.1",
|
42
|
-
"@types/node": "~20.
|
42
|
+
"@types/node": "~20.17.0",
|
43
43
|
"eslint": "^9.13.0"
|
44
44
|
},
|
45
45
|
"scripts": {
|