@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.
@@ -1 +1 @@
1
- 6.2.38
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.2.38",
3
+ "version": "6.2.39",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -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": {
@@ -1,6 +0,0 @@
1
- {
2
- "@types/node": ">=14.14.10",
3
- "https-proxy-agent": ">=2.2.3",
4
- "mem": ">=4.3.0 <=8.1.1",
5
- "zone.js": ">=0.11.5"
6
- }