@eui/cli 19.0.1 → 19.0.2-snapshot-1734253017473
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.
package/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
19.0.
|
|
1
|
+
19.0.2-snapshot-1734253017473
|
package/lib/generators.js
CHANGED
|
@@ -17,7 +17,10 @@ const appGenerate = (options) => {
|
|
|
17
17
|
|
|
18
18
|
// Query the questions
|
|
19
19
|
// -------------------
|
|
20
|
-
return
|
|
20
|
+
return Promise.resolve()
|
|
21
|
+
.then(() => {
|
|
22
|
+
return cli.start(options);
|
|
23
|
+
})
|
|
21
24
|
.then((config) => {
|
|
22
25
|
// Storing config
|
|
23
26
|
// --------------
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eui-angular-app",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.2-snapshot-1734253017473",
|
|
4
4
|
"license": "EUPL-1.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"ng": "ng",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"private": true,
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@eui/deps-base": "19.0.
|
|
24
|
+
"@eui/deps-base": "19.0.2-snapshot-1734253017473"
|
|
25
25
|
},
|
|
26
26
|
"resolutions": {
|
|
27
27
|
"js-yaml": ">=3.13.1",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eui-angular-app",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.2-snapshot-1734253017473",
|
|
4
4
|
"license": "EUPL-1.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"ng": "ng",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
},
|
|
21
21
|
"private": true,
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@eui/deps-base": "18.2.
|
|
24
|
-
"@eui/mobile-core": "18.0.0-next.
|
|
25
|
-
"@eui/mobile-styles": "18.0.0-next.
|
|
23
|
+
"@eui/deps-base": "18.2.5-snapshot-1734075833251",
|
|
24
|
+
"@eui/mobile-core": "18.0.0-next.23",
|
|
25
|
+
"@eui/mobile-styles": "18.0.0-next.23"
|
|
26
26
|
}
|
|
27
27
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eui-angular-app",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.2-snapshot-1734253017473",
|
|
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": "19.0.
|
|
21
|
+
"@eui/deps-base": "19.0.2-snapshot-1734253017473"
|
|
22
22
|
}
|
|
23
23
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/cli",
|
|
3
|
-
"version": "19.0.
|
|
4
|
-
"tag": "
|
|
3
|
+
"version": "19.0.2-snapshot-1734253017473",
|
|
4
|
+
"tag": "snapshot",
|
|
5
5
|
"license": "EUPL-1.1",
|
|
6
6
|
"description": "eUI CLI app generator",
|
|
7
7
|
"bin": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"url": "https://citnet.tech.ec.europa.eu/CITnet/stash/projects/CSDR/repos/eui"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@eui/tools": "6.21.
|
|
16
|
+
"@eui/tools": "6.21.14"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
19
|
"@eui/tools": "^6.0.0",
|