@itwin/backend-webpack-tools 4.9.0-dev.9 → 4.9.1
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 +36 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,41 @@
|
|
1
1
|
# Change Log - @itwin/backend-webpack-tools
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 25 Sep 2024 20:10:58 GMT and should not be manually modified.
|
4
|
+
|
5
|
+
## 4.9.1
|
6
|
+
Wed, 25 Sep 2024 20:10:58 GMT
|
7
|
+
|
8
|
+
_Version update only_
|
9
|
+
|
10
|
+
## 4.9.0
|
11
|
+
Mon, 23 Sep 2024 13:44:01 GMT
|
12
|
+
|
13
|
+
_Version update only_
|
14
|
+
|
15
|
+
## 4.8.7
|
16
|
+
Fri, 13 Sep 2024 15:11:17 GMT
|
17
|
+
|
18
|
+
_Version update only_
|
19
|
+
|
20
|
+
## 4.8.6
|
21
|
+
Fri, 06 Sep 2024 05:06:49 GMT
|
22
|
+
|
23
|
+
_Version update only_
|
24
|
+
|
25
|
+
## 4.8.5
|
26
|
+
Wed, 28 Aug 2024 17:27:23 GMT
|
27
|
+
|
28
|
+
_Version update only_
|
29
|
+
|
30
|
+
## 4.8.4
|
31
|
+
Thu, 22 Aug 2024 17:37:06 GMT
|
32
|
+
|
33
|
+
_Version update only_
|
34
|
+
|
35
|
+
## 4.8.3
|
36
|
+
Fri, 16 Aug 2024 18:18:14 GMT
|
37
|
+
|
38
|
+
_Version update only_
|
4
39
|
|
5
40
|
## 4.8.2
|
6
41
|
Thu, 15 Aug 2024 15:33:49 GMT
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@itwin/backend-webpack-tools",
|
3
|
-
"version": "4.9.
|
3
|
+
"version": "4.9.1",
|
4
4
|
"description": "Configuration and scripts for iTwin.js agents and backends.",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": {
|
@@ -25,8 +25,8 @@
|
|
25
25
|
"webpack": "^5.76.0",
|
26
26
|
"yargonaut": "^1.1.2",
|
27
27
|
"yargs": "^17.4.0",
|
28
|
-
"@itwin/build-tools": "4.9.
|
29
|
-
"@itwin/core-webpack-tools": "4.9.
|
28
|
+
"@itwin/build-tools": "4.9.1",
|
29
|
+
"@itwin/core-webpack-tools": "4.9.1"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
32
|
"rimraf": "^3.0.2"
|