@itwin/backend-webpack-tools 4.9.0-dev.8 → 4.10.0-dev.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +31 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,36 @@
1
1
  # Change Log - @itwin/backend-webpack-tools
2
2
 
3
- This log was last generated on Mon, 12 Aug 2024 14:08:05 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 13 Sep 2024 15:12:41 GMT and should not be manually modified.
4
+
5
+ ## 4.8.7
6
+ Fri, 13 Sep 2024 15:11:17 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 4.8.6
11
+ Fri, 06 Sep 2024 05:06:49 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 4.8.5
16
+ Wed, 28 Aug 2024 17:27:23 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 4.8.4
21
+ Thu, 22 Aug 2024 17:37:06 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 4.8.3
26
+ Fri, 16 Aug 2024 18:18:14 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 4.8.2
31
+ Thu, 15 Aug 2024 15:33:49 GMT
32
+
33
+ _Version update only_
4
34
 
5
35
  ## 4.8.1
6
36
  Mon, 12 Aug 2024 14:05:54 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/backend-webpack-tools",
3
- "version": "4.9.0-dev.8",
3
+ "version": "4.10.0-dev.0",
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.0-dev.8",
29
- "@itwin/core-webpack-tools": "4.9.0-dev.8"
28
+ "@itwin/build-tools": "4.10.0-dev.0",
29
+ "@itwin/core-webpack-tools": "4.10.0-dev.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "rimraf": "^3.0.2"