@eui/tools 6.16.7 → 6.16.8

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.16.7
1
+ 6.16.8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 6.16.8 (2024-04-04)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * updated showcase v18 injection sources after eui-base/core refactoring - EUI-9014 [EUI-9014](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-9014) ([6ec43cdd](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/6ec43cdd75f37b2fb962bb355565d8f9d06e7483))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 6.16.7 (2024-04-03)
2
11
 
3
12
  ##### Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.16.7",
3
+ "version": "6.16.8",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -1,4 +1,4 @@
1
- import { GlobalConfig } from '@eui/core';
1
+ import { GlobalConfig } from '@eui/base';
2
2
 
3
3
  export const GLOBAL: GlobalConfig = {
4
4
  };
@@ -1,4 +1,4 @@
1
- import { EuiAppConfig } from '@eui/core';
1
+ import { EuiAppConfig } from '@eui/base';
2
2
  import { GLOBAL } from './global';
3
3
  import { MODULES } from './modules';
4
4
 
@@ -1,4 +1,4 @@
1
- import { ModulesConfig } from '@eui/core';
1
+ import { ModulesConfig } from '@eui/base';
2
2
 
3
3
  export const MODULES: ModulesConfig = {
4
4
  };
@@ -1,4 +1,4 @@
1
- import { EuiEnvConfig } from '@eui/core';
1
+ import { EuiEnvConfig } from '@eui/base';
2
2
 
3
3
  export const environment: EuiEnvConfig = {
4
4
  production: true,
@@ -1,7 +1,7 @@
1
1
  // used by serve / when no configuration is provided on the build script
2
2
  // run npm run build
3
3
 
4
- import { EuiEnvConfig } from '@eui/core';
4
+ import { EuiEnvConfig } from '@eui/base';
5
5
 
6
6
  export const environment: EuiEnvConfig = {
7
7
  production: false,