@eui/tools 6.2.38 → 6.2.39
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/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.2.
|
|
1
|
+
6.2.39
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## 6.2.39 (2022-11-23)
|
|
2
|
+
|
|
3
|
+
##### Chores
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* removed resolutions for v15 package breaking up slack output - adapted proxy-mock config for v14+ serve - MWP-9039 [MWP-9039](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-9039) ([20ffb76d](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/20ffb76d184d47ab489fccb5259ec8ddff4e1300))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
1
10
|
## 6.2.38 (2022-11-22)
|
|
2
11
|
|
|
3
12
|
##### Chores
|
package/package.json
CHANGED
|
@@ -526,7 +526,7 @@ module.exports.angularProjectDefV14 = {
|
|
|
526
526
|
},
|
|
527
527
|
"configurations": {
|
|
528
528
|
"proxy-mock": {
|
|
529
|
-
"browserTarget": "@project.name@:build",
|
|
529
|
+
"browserTarget": "@project.name@:build:development",
|
|
530
530
|
"proxyConfig": "apps/@project.name@/proxy-mock.conf.json"
|
|
531
531
|
},
|
|
532
532
|
"production": {
|