@eui/cli 18.0.0-next.77 → 18.0.0-next.78

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
- 18.0.0-next.77
1
+ 18.0.0-next.78
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "18.0.0-next.77",
3
+ "version": "18.0.0-next.78",
4
4
  "license": "EUPL-1.1",
5
5
  "scripts": {
6
6
  "ng": "ng",
@@ -20,6 +20,6 @@
20
20
  },
21
21
  "private": true,
22
22
  "dependencies": {
23
- "@eui/deps-base": "18.0.0-next.77"
23
+ "@eui/deps-base": "18.0.0-next.78"
24
24
  }
25
25
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "18.0.0-next.77",
3
+ "version": "18.0.0-next.78",
4
4
  "license": "EUPL-1.1",
5
5
  "scripts": {
6
6
  "ng": "ng",
@@ -26,6 +26,7 @@ export class AppComponent implements OnDestroy {
26
26
  isLoggedIn = false;
27
27
 
28
28
  constructor(
29
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
29
30
  private store: Store<any>,
30
31
  ) {
31
32
  this.userState = this.store.select(getUserState);
@@ -26,6 +26,7 @@ export class AppComponent implements OnDestroy {
26
26
  isLoggedIn = false;
27
27
 
28
28
  constructor(
29
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
29
30
  private store: Store<any>,
30
31
  ) {
31
32
  this.userState = this.store.select(getUserState);
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "18.0.0-next.77",
3
+ "version": "18.0.0-next.78",
4
4
  "license": "EUPL-1.1",
5
5
  "description": "eUI JEE Symfony app scripts",
6
6
  "scripts": {
@@ -18,6 +18,6 @@
18
18
  },
19
19
  "private": true,
20
20
  "dependencies": {
21
- "@eui/deps-base": "18.0.0-next.77"
21
+ "@eui/deps-base": "18.0.0-next.78"
22
22
  }
23
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/cli",
3
- "version": "18.0.0-next.77",
3
+ "version": "18.0.0-next.78",
4
4
  "tag": "next",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI CLI app generator",