@itwin/build-tools 5.0.3 → 5.0.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.
- package/CHANGELOG.md +11 -1
- package/package.json +3 -3
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 Wed, 06 Aug 2025 15:34:15 GMT and should not be manually modified.
|
4
|
+
|
5
|
+
## 5.0.5
|
6
|
+
Wed, 06 Aug 2025 15:34:15 GMT
|
7
|
+
|
8
|
+
_Version update only_
|
9
|
+
|
10
|
+
## 5.0.4
|
11
|
+
Wed, 16 Jul 2025 14:59:59 GMT
|
12
|
+
|
13
|
+
_Version update only_
|
4
14
|
|
5
15
|
## 5.0.3
|
6
16
|
Fri, 11 Jul 2025 00:56:56 GMT
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@itwin/build-tools",
|
3
|
-
"version": "5.0.
|
3
|
+
"version": "5.0.5",
|
4
4
|
"description": "Bentley build tools",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": {
|
@@ -38,9 +38,9 @@
|
|
38
38
|
"yargs": "^17.4.0"
|
39
39
|
},
|
40
40
|
"devDependencies": {
|
41
|
-
"@itwin/eslint-plugin": "5.
|
41
|
+
"@itwin/eslint-plugin": "5.2.1",
|
42
42
|
"@types/node": "~20.17.0",
|
43
|
-
"eslint": "^9.
|
43
|
+
"eslint": "^9.31.0"
|
44
44
|
},
|
45
45
|
"scripts": {
|
46
46
|
"build": "tsc 1>&2",
|