@eui/cli 21.1.0 → 21.1.1-snapshot-1772622124153

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/bin/eui-cli.js CHANGED
@@ -62,7 +62,7 @@ program
62
62
  .option('--skipTest', 'Skip testing step')
63
63
  .option('--skipCompile', 'Skip compilation step')
64
64
  .option('-c, --configuration <config>', 'Angular build configuration')
65
- .option('--baseHref <href>', 'Base href for the application')
65
+ .option('--baseHref, --base-href <href>', 'Base href for the application')
66
66
  .option('--servePath <path>', 'Serve path for the application')
67
67
  .option('-w, --watch', 'Enable watch mode for tests')
68
68
  .option('--dryRun', 'Run in dry-run mode')
@@ -80,7 +80,7 @@ program
80
80
  .command('serve-app')
81
81
  .description('Serve the eUI application')
82
82
  .option('-c, --configuration <config>', 'Angular build configuration')
83
- .option('--baseHref <href>', 'Base href for the application')
83
+ .option('--baseHref, --base-href <href>', 'Base href for the application')
84
84
  .option('--servePath <path>', 'Serve path for the application')
85
85
  .option('-h, --host <host>', 'Host to serve on')
86
86
  .option('--proxyConfig <path>', 'Path to proxy configuration file')
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "21.1.0",
3
+ "version": "21.1.1-snapshot-1772622124153",
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": "21.1.0"
23
+ "@eui/deps-base": "21.1.1-snapshot-1772622124153"
24
24
  },
25
25
  "devDependencies": {
26
26
  "npm-run-all": "4.1.5",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "21.1.0",
3
+ "version": "21.1.1-snapshot-1772622124153",
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": "21.1.0",
3
+ "version": "21.1.1-snapshot-1772622124153",
4
4
  "license": "EUPL-1.1",
5
5
  "scripts": {
6
6
  "ng": "ng",
@@ -46,17 +46,17 @@
46
46
  "pikaday": "1.8.2",
47
47
  "lodash-es": "4.17.21",
48
48
  "localforage": "1.10.0",
49
- "@eui/base": "21.1.0",
50
- "@eui/core": "21.1.0",
51
- "@eui/styles": "21.1.0",
52
- "@eui/components": "21.1.0",
53
- "@eui/ecl": "21.1.0"
49
+ "@eui/base": "21.1.1-snapshot-1772622124153",
50
+ "@eui/core": "21.1.1-snapshot-1772622124153",
51
+ "@eui/styles": "21.1.1-snapshot-1772622124153",
52
+ "@eui/components": "21.1.1-snapshot-1772622124153",
53
+ "@eui/ecl": "21.1.1-snapshot-1772622124153"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@angular/build": "21.1.0",
57
57
  "@angular/compiler-cli": "21.1.0",
58
58
  "@angular/cli": "21.1.0",
59
- "@eui/cli": "21.1.0",
59
+ "@eui/cli": "21.1.1-snapshot-1772622124153",
60
60
  "ng-packagr": "21.1.0",
61
61
  "typescript": "5.9.2",
62
62
  "npm-run-all": "4.1.5",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eui/cli",
3
- "version": "21.1.0",
4
- "tag": "latest",
3
+ "version": "21.1.1-snapshot-1772622124153",
4
+ "tag": "snapshot",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI CLI app generator & tools",
7
7
  "bin": {