@eui/cli 17.0.0-next.4 → 17.0.0-next.5

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
- 17.0.0-next.4
1
+ 17.0.0-next.5
package/lib/build.js CHANGED
@@ -153,6 +153,14 @@ const copyAngular = (targetPath, cliConfig, overwrite = true) => {
153
153
  }
154
154
  return Promise.resolve();
155
155
  })
156
+ .then(() => {
157
+ const allAvaiableOptionsCount = Object.keys(config.optionsPath).length - 1;
158
+ if (cliConfig.appOptions && cliConfig.appOptions.length === allAvaiableOptionsCount) {
159
+ tools.copydir(config.optionsPath["ecl-openid-jwt"], targetPath, true);
160
+ console.log('Applying options merge : ecl-openid-jwt');
161
+ }
162
+ return Promise.resolve();
163
+ })
156
164
  .catch((e) => {
157
165
  throw e;
158
166
  })
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "17.0.0-next.4",
3
+ "version": "17.0.0-next.5",
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": "17.0.0-next.4"
23
+ "@eui/deps-base": "17.0.0-next.5"
24
24
  }
25
25
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "17.0.0-next.4",
3
+ "version": "17.0.0-next.5",
4
4
  "license": "EUPL-1.1",
5
5
  "scripts": {
6
6
  "ng": "ng",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "private": true,
22
22
  "dependencies": {
23
- "@eui/deps-base": "17.0.0-next.4",
23
+ "@eui/deps-base": "17.0.0-next.5",
24
24
  "@eui/mobile-core": "15.1.0",
25
25
  "@eui/mobile-styles": "15.1.0"
26
26
  }
@@ -0,0 +1,28 @@
1
+ {
2
+ "name": "eui-angular-app",
3
+ "version": "15.5.1-snapshot-1694737597836",
4
+ "license": "EUPL-1.1",
5
+ "scripts": {
6
+ "ng": "ng",
7
+ "start-mock-server": "nodemon --watch ./mock ./mock/server.js",
8
+ "start-serve": "eui-scripts serve-app --openid --configuration=proxy-mock --configEnvTarget=local-mock",
9
+ "start": "npm-run-all --parallel start-mock-server start-serve",
10
+ "start-proxy": "eui-scripts serve-app --openid",
11
+ "start-openid": "eui-scripts serve-app --openid --configEnvTarget=local",
12
+ "build-dev": "eui-scripts build-app --configuration=development --configEnvTarget=dev",
13
+ "build-prod": "eui-scripts build-app --configuration=production-optimized --configEnvTarget=prod",
14
+ "build-prod-skip-test": "eui-scripts build-app --configuration=production-optimized --configEnvTarget=prod --skipTest",
15
+ "build-prod-stats": "eui-scripts build-app --configuration=production-optimized --configEnvTarget=prod --statsJson",
16
+ "build-openid-dev": "eui-scripts build-app --configuration=production-optimized --openid --configEnvTarget=dev",
17
+ "build-openid-prd": "eui-scripts build-app --configuration=production-optimized --openid --configEnvTarget=prod",
18
+ "app:build": "eui-scripts build-app",
19
+ "app:inject-config": "eui-scripts inject-config-app",
20
+ "generate-changelog": "eui-scripts generate-changelog"
21
+ },
22
+ "private": true,
23
+ "dependencies": {
24
+ "@eui/deps-base": "15.5.1-snapshot-1694737597836",
25
+ "@eui/ecl-core": "14.1.9",
26
+ "@eui/ecl-styles": "14.1.9"
27
+ }
28
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "17.0.0-next.4",
3
+ "version": "17.0.0-next.5",
4
4
  "license": "EUPL-1.1",
5
5
  "scripts": {
6
6
  "ng": "ng",
@@ -18,6 +18,6 @@
18
18
  },
19
19
  "private": true,
20
20
  "dependencies": {
21
- "@eui/deps-base": "17.0.0-next.4"
21
+ "@eui/deps-base": "17.0.0-next.5"
22
22
  }
23
23
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "17.0.0-next.4",
3
+ "version": "17.0.0-next.5",
4
4
  "license": "EUPL-1.1",
5
5
  "description": "eUI JEE Symfony app scripts",
6
6
  "scripts": {
@@ -19,6 +19,6 @@
19
19
  },
20
20
  "private": true,
21
21
  "dependencies": {
22
- "@eui/deps-base": "17.0.0-next.4"
22
+ "@eui/deps-base": "17.0.0-next.5"
23
23
  }
24
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/cli",
3
- "version": "17.0.0-next.4",
3
+ "version": "17.0.0-next.5",
4
4
  "tag": "next",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI CLI app generator",
@@ -13,13 +13,13 @@
13
13
  "url": "https://citnet.tech.ec.europa.eu/CITnet/stash/projects/CSDR/repos/eui"
14
14
  },
15
15
  "dependencies": {
16
- "@eui/tools": "6.12.52"
16
+ "@eui/tools": "6.12.56"
17
17
  },
18
18
  "preferGlobal": true,
19
19
  "homepage": "https://eui.ecdevops.eu",
20
20
  "author": "ec.europa.eui@gmail.com",
21
21
  "engines": {
22
- "node": "^18.13.0",
22
+ "node": "^18.13.0 || >=20.0.0",
23
23
  "yarn": ">=1.22.4 <2",
24
24
  "npm": "Please use yarn instead of NPM to install dependencies"
25
25
  }