@eui/tools 6.3.14 → 6.3.16

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.3.14
1
+ 6.3.16
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 6.3.16 (2023-02-02)
2
+
3
+ ##### Bug Fixes
4
+
5
+ * **other:**
6
+ * raise budget for showcase config - EUI-7035 [EUI-7035](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7035) ([5c457958](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/5c457958a83c2900be594d4c6ce1e1026ba8d489))
7
+
8
+ * * *
9
+ * * *
10
+ ## 6.3.15 (2023-02-02)
11
+
12
+ ##### Chores
13
+
14
+ * **other:**
15
+ * full virtual remote integration - MWP-9204 [MWP-9204](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-9204) ([d03cd60e](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/d03cd60e51c004f1cd425879f89e8cce271a712f))
16
+
17
+ * * *
18
+ * * *
1
19
  ## 6.3.14 (2023-02-02)
2
20
 
3
21
  ##### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.3.14",
3
+ "version": "6.3.16",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -932,7 +932,7 @@ module.exports.angularProjectDefFullSkeletonV14 = {
932
932
  {
933
933
  "type": "initial",
934
934
  "maximumWarning": "2mb",
935
- "maximumError": "8mb"
935
+ "maximumError": "10mb"
936
936
  }
937
937
  ]
938
938
  },
@@ -962,7 +962,7 @@ module.exports.angularProjectDefFullSkeletonV14 = {
962
962
  {
963
963
  "type": "initial",
964
964
  "maximumWarning": "2mb",
965
- "maximumError": "8mb"
965
+ "maximumError": "10mb"
966
966
  }
967
967
  ]
968
968
  },
@@ -66,7 +66,7 @@
66
66
  ],
67
67
  "optimization": true,
68
68
  "outputHashing": "all",
69
- "sourceMap": true,
69
+ "sourceMap": false,
70
70
  "namedChunks": false,
71
71
  "aot": true,
72
72
  "extractLicenses": true,
@@ -6,9 +6,5 @@
6
6
  ],
7
7
  "dependencies": {},
8
8
  "resolutions": {
9
- "@types/node": ">=14.14.10",
10
- "https-proxy-agent": "2.2.3",
11
- "mem": ">=4.3.0 <=8.1.1",
12
- "zone.js": ">=0.11.5"
13
9
  }
14
10
  }