@eui/tools 4.21.6 → 4.21.7

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
- 4.21.6
1
+ 4.21.7
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## 4.21.7 (2022-03-22)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * href cleanup MWP-7583 [MWP-7583](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-7583) ([ee465a6e](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/ee465a6e9cdb31d6a044ad26658d7f00bee6c1df))
7
+
8
+ * * *
9
+ * * *
1
10
  ## 4.21.6 (2022-03-21)
2
11
 
3
12
  ##### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "4.21.6",
3
+ "version": "4.21.7",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -2,7 +2,6 @@ import { DOCUMENT } from '@angular/common';
2
2
  import { NgModule, Injector, NgZone, PLATFORM_ID } from '@angular/core';
3
3
  import { BrowserModule } from '@angular/platform-browser';
4
4
  import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
5
- import { APP_BASE_HREF } from '@angular/common';
6
5
  import { Router } from '@angular/router';
7
6
  import { HttpClient, HttpClientModule, HTTP_INTERCEPTORS } from '@angular/common/http';
8
7
  import { createCustomElement } from '@angular/elements';
@@ -101,7 +100,6 @@ export function openidConnectInterceptorFactory(config) {
101
100
  ModuleComponent,
102
101
  ],
103
102
  providers: [
104
- { provide: APP_BASE_HREF, useValue: `/${appConfig.global.baseUrl}` },
105
103
  reducerProvider,
106
104
  {
107
105
  provide: EUI_CONFIG_TOKEN,