@eui/tools 6.3.25 → 6.3.27

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.25
1
+ 6.3.27
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 6.3.27 (2023-02-09)
2
+
3
+ ##### Bug Fixes
4
+
5
+ * **other:**
6
+ * cli remote v15 creation - MWP-9204 [MWP-9204](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-9204) ([982872db](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/982872dbdf809c2539d12ed1e1a710e853acd55e))
7
+
8
+ * * *
9
+ * * *
10
+ ## 6.3.26 (2023-02-09)
11
+
12
+ ##### Chores
13
+
14
+ * **other:**
15
+ * skeleton cleanup for the modules config part MWP-9235 [MWP-9235](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-9235) ([d1d8f81c](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/d1d8f81c3f130b574d52796909dd4660c9602a87))
16
+
17
+ * * *
18
+ * * *
1
19
  ## 6.3.25 (2023-02-09)
2
20
 
3
21
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.3.25",
3
+ "version": "6.3.27",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -39,7 +39,6 @@ module.exports.generate = () => {
39
39
  answers.pkgFrontendType === constants.CONFIG_OPTIONS.pkgFrontendType.REMOTE
40
40
  ) {
41
41
  answers.isVirtualRemote = true;
42
- answers.isFullVirtualRemote = true;
43
42
  }
44
43
 
45
44
  if (answers.pkgFrontendType === constants.CONFIG_OPTIONS.pkgFrontendType.REMOTE) {
@@ -1,3 +1,3 @@
1
1
  import { ModulesConfig } from '@eui/core';
2
2
 
3
- export const MODULES: ModulesConfig = JSON.parse(JSON.stringify(window['PROVIDERS']['CONFIG_TOKEN'].modules));
3
+ export const MODULES: ModulesConfig = {};