@eui/tools 6.11.13 → 6.11.15

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.11.13
1
+ 6.11.15
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 6.11.15 (2023-04-25)
2
+
3
+ ##### Bug Fixes
4
+
5
+ * **other:**
6
+ * remove double translations loader for v10 and v15 full virtual remotes - EUI-7121 [EUI-7121](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7121) ([e651b952](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/e651b9522dc9635278f620942cd6a2e915d57486))
7
+
8
+ * * *
9
+ * * *
10
+ ## 6.11.14 (2023-04-24)
11
+
12
+ ##### Chores
13
+
14
+ * **config-skeleton:**
15
+ * adds quill scripts under the test plan in architect of angular.json for v15 packages - MWP-9554 [MWP-9554](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-9554) ([10dd2fa3](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/10dd2fa3cb454c7404969909d9334e45c48a1b0e))
16
+
17
+ * * *
18
+ * * *
1
19
  ## 6.11.13 (2023-04-21)
2
20
 
3
21
  ##### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.11.13",
3
+ "version": "6.11.15",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -1355,7 +1355,11 @@ module.exports.angularPackageDefV15 = {
1355
1355
  "zone.js/testing"
1356
1356
  ],
1357
1357
  "tsConfig": "@path@/@module.name@/tsconfig.spec.json",
1358
- "karmaConfig": "@path@/@module.name@/karma.conf.js"
1358
+ "karmaConfig": "@path@/@module.name@/karma.conf.js",
1359
+ "scripts": [
1360
+ "node_modules/quill/dist/quill.js",
1361
+ "node_modules/quill-better-table/dist/quill-better-table.min.js"
1362
+ ]
1359
1363
  }
1360
1364
  }
1361
1365
  }
@@ -19,10 +19,6 @@ registerLocaleData(localeFr, 'fr', localeFrExtra);
19
19
  const i18nConfig: I18nConfig = {
20
20
  i18nLoader: {
21
21
  i18nFolders: ['elements/@remote.name@/bundles/assets/i18n-compiled'],
22
- i18nResources: [{
23
- prefix: 'assets/i18n-eui/',
24
- suffix: '.json',
25
- }],
26
22
  },
27
23
  i18nService: {
28
24
  languages: ['en', 'fr'],
@@ -19,10 +19,6 @@ registerLocaleData(localeFr, 'fr', localeFrExtra);
19
19
  const i18nConfig: I18nConfig = {
20
20
  i18nLoader: {
21
21
  i18nFolders: ['elements/@remote.name@/bundles/assets/i18n-compiled'],
22
- i18nResources: [{
23
- prefix: 'assets/i18n-eui/',
24
- suffix: '.json',
25
- }],
26
22
  },
27
23
  i18nService: {
28
24
  languages: ['en', 'fr'],