@itwin/backend-webpack-tools 3.0.0-dev.183 → 3.0.0-dev.184
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 +76 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,81 @@
|
|
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, 12 Jan 2022 14:52:38 GMT and should not be manually modified.
|
4
|
+
|
5
|
+
## 2.19.28
|
6
|
+
Wed, 12 Jan 2022 14:52:38 GMT
|
7
|
+
|
8
|
+
_Version update only_
|
9
|
+
|
10
|
+
## 2.19.27
|
11
|
+
Wed, 05 Jan 2022 20:07:20 GMT
|
12
|
+
|
13
|
+
_Version update only_
|
14
|
+
|
15
|
+
## 2.19.26
|
16
|
+
Wed, 08 Dec 2021 20:54:52 GMT
|
17
|
+
|
18
|
+
_Version update only_
|
19
|
+
|
20
|
+
## 2.19.25
|
21
|
+
Fri, 03 Dec 2021 20:05:49 GMT
|
22
|
+
|
23
|
+
_Version update only_
|
24
|
+
|
25
|
+
## 2.19.24
|
26
|
+
Mon, 29 Nov 2021 18:44:31 GMT
|
27
|
+
|
28
|
+
_Version update only_
|
29
|
+
|
30
|
+
## 2.19.23
|
31
|
+
Mon, 22 Nov 2021 20:41:39 GMT
|
32
|
+
|
33
|
+
_Version update only_
|
34
|
+
|
35
|
+
## 2.19.22
|
36
|
+
Wed, 17 Nov 2021 01:23:26 GMT
|
37
|
+
|
38
|
+
_Version update only_
|
39
|
+
|
40
|
+
## 2.19.21
|
41
|
+
Wed, 10 Nov 2021 10:58:24 GMT
|
42
|
+
|
43
|
+
_Version update only_
|
44
|
+
|
45
|
+
## 2.19.20
|
46
|
+
Fri, 29 Oct 2021 16:14:22 GMT
|
47
|
+
|
48
|
+
_Version update only_
|
49
|
+
|
50
|
+
## 2.19.19
|
51
|
+
Mon, 25 Oct 2021 16:16:25 GMT
|
52
|
+
|
53
|
+
_Version update only_
|
54
|
+
|
55
|
+
## 2.19.18
|
56
|
+
Thu, 21 Oct 2021 20:59:44 GMT
|
57
|
+
|
58
|
+
_Version update only_
|
59
|
+
|
60
|
+
## 2.19.17
|
61
|
+
Thu, 14 Oct 2021 21:19:43 GMT
|
62
|
+
|
63
|
+
_Version update only_
|
64
|
+
|
65
|
+
## 2.19.16
|
66
|
+
Mon, 11 Oct 2021 17:37:46 GMT
|
67
|
+
|
68
|
+
_Version update only_
|
69
|
+
|
70
|
+
## 2.19.15
|
71
|
+
Fri, 08 Oct 2021 16:44:23 GMT
|
72
|
+
|
73
|
+
_Version update only_
|
74
|
+
|
75
|
+
## 2.19.14
|
76
|
+
Fri, 01 Oct 2021 13:07:03 GMT
|
77
|
+
|
78
|
+
_Version update only_
|
4
79
|
|
5
80
|
## 2.19.13
|
6
81
|
Tue, 21 Sep 2021 21:06:40 GMT
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@itwin/backend-webpack-tools",
|
3
|
-
"version": "3.0.0-dev.
|
3
|
+
"version": "3.0.0-dev.184",
|
4
4
|
"description": "Configuration and scripts for iTwin.js agents and backends.",
|
5
5
|
"license": "MIT",
|
6
6
|
"repository": {
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"backend-webpack-tools": "./bin/backend-webpack-tools.js"
|
16
16
|
},
|
17
17
|
"dependencies": {
|
18
|
-
"@itwin/core-webpack-tools": "3.0.0-dev.
|
18
|
+
"@itwin/core-webpack-tools": "3.0.0-dev.184",
|
19
19
|
"case-sensitive-paths-webpack-plugin": "^2.1.2",
|
20
20
|
"chalk": "^3.0.0",
|
21
21
|
"concurrently": "^3.6.1",
|