@eui/cli 18.0.0-next.67 → 18.0.0-next.69

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.67
1
+ 18.0.0-next.69
@@ -8,6 +8,7 @@
8
8
  **/out-tsc
9
9
  **/tmp
10
10
  **/test/reports
11
+ **/coverage
11
12
 
12
13
  # IDEs and editors
13
14
  /.idea
@@ -41,6 +42,7 @@ yarn-error.log
41
42
 
42
43
  # Angular specific
43
44
  .angular
45
+ .nx
44
46
 
45
47
  # System Files
46
48
  .DS_Store
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "18.0.0-next.67",
3
+ "version": "18.0.0-next.69",
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.67"
23
+ "@eui/deps-base": "18.0.0-next.69"
24
24
  }
25
25
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "18.0.0-next.67",
3
+ "version": "18.0.0-next.69",
4
4
  "license": "EUPL-1.1",
5
5
  "scripts": {
6
6
  "ng": "ng",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "18.0.0-next.67",
3
+ "version": "18.0.0-next.69",
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.67"
21
+ "@eui/deps-base": "18.0.0-next.69"
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.67",
3
+ "version": "18.0.0-next.69",
4
4
  "tag": "next",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI CLI app generator",