@eui/cli 21.0.0-alpha.33 → 21.0.0-alpha.35

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,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "21.0.0-alpha.33",
3
+ "version": "21.0.0-alpha.35",
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": "21.0.0-alpha.33"
24
+ "@eui/deps-base": "21.0.0-alpha.35"
25
25
  },
26
26
  "devDependencies": {
27
27
  "npm-run-all": "4.1.5",
@@ -1,11 +1,7 @@
1
1
  {
2
2
  "extends": "../tsconfig.json",
3
3
  "compilerOptions": {
4
- "outDir": "../out-tsc/spec",
5
- "types": [
6
- "jasmine",
7
- "node"
8
- ]
4
+ "outDir": "../out-tsc/spec"
9
5
  },
10
6
  "include": [
11
7
  "**/*.spec.ts",
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "sourceMap": true,
14
14
  "declaration": false,
15
- "moduleResolution": "node",
15
+ "moduleResolution": "bundler",
16
16
  "emitDecoratorMetadata": false,
17
17
  "experimentalDecorators": true,
18
18
  "allowSyntheticDefaultImports": true,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "21.0.0-alpha.33",
3
+ "version": "21.0.0-alpha.35",
4
4
  "license": "EUPL-1.1",
5
5
  "scripts": {
6
6
  "ng": "ng",
@@ -0,0 +1,27 @@
1
+ {
2
+ "compileOnSave": false,
3
+ "compilerOptions": {
4
+ "baseUrl": "./",
5
+ "outDir": "./dist/out-tsc",
6
+ "target": "ES2022",
7
+ "module": "ES2022",
8
+ "useDefineForClassFields": false,
9
+ "lib": [
10
+ "ES2022",
11
+ "dom"
12
+ ],
13
+ "sourceMap": true,
14
+ "declaration": false,
15
+ "moduleResolution": "node",
16
+ "emitDecoratorMetadata": false,
17
+ "experimentalDecorators": true,
18
+ "allowSyntheticDefaultImports": true,
19
+ "importHelpers": true,
20
+ "typeRoots": [
21
+ "node_modules/@types"
22
+ ],
23
+ "paths": {
24
+ "@shared/*": ["src/app/shared/*"],
25
+ }
26
+ }
27
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "21.0.0-alpha.33",
3
+ "version": "21.0.0-alpha.35",
4
4
  "license": "EUPL-1.1",
5
5
  "scripts": {
6
6
  "ng": "ng",
@@ -18,20 +18,20 @@
18
18
  },
19
19
  "private": true,
20
20
  "dependencies": {
21
- "@angular/animations": "21.0.0-next.5",
22
- "@angular/common": "21.0.0-next.5",
23
- "@angular/compiler": "21.0.0-next.5",
24
- "@angular/core": "21.0.0-next.5",
25
- "@angular/forms": "21.0.0-next.5",
26
- "@angular/platform-browser": "21.0.0-next.5",
27
- "@angular/platform-browser-dynamic": "21.0.0-next.5",
28
- "@angular/router": "21.0.0-next.5",
29
- "@angular/elements": "21.0.0-next.5",
30
- "@angular/language-service": "21.0.0-next.5",
31
- "@angular/service-worker": "21.0.0-next.5",
32
- "@angular/cdk": "21.0.0-next.5",
33
- "@angular/material": "21.0.0-next.5",
34
- "@angular/material-moment-adapter": "21.0.0-next.5",
21
+ "@angular/animations": "21.0.0-rc.0",
22
+ "@angular/common": "21.0.0-rc.0",
23
+ "@angular/compiler": "21.0.0-rc.0",
24
+ "@angular/core": "21.0.0-rc.0",
25
+ "@angular/forms": "21.0.0-rc.0",
26
+ "@angular/platform-browser": "21.0.0-rc.0",
27
+ "@angular/platform-browser-dynamic": "21.0.0-rc.0",
28
+ "@angular/router": "21.0.0-rc.0",
29
+ "@angular/elements": "21.0.0-rc.0",
30
+ "@angular/language-service": "21.0.0-rc.0",
31
+ "@angular/service-worker": "21.0.0-rc.0",
32
+ "@angular/cdk": "21.0.0-rc.0",
33
+ "@angular/material": "21.0.0-rc.0",
34
+ "@angular/material-moment-adapter": "21.0.0-rc.0",
35
35
  "rxjs": "7.8.2",
36
36
  "tslib": "2.8.1",
37
37
  "zone.js": "0.15.1",
@@ -47,19 +47,19 @@
47
47
  "pikaday": "1.8.2",
48
48
  "lodash-es": "4.17.21",
49
49
  "localforage": "1.10.0",
50
- "@eui/base": "21.0.0-alpha.33",
51
- "@eui/core": "21.0.0-alpha.33",
52
- "@eui/styles": "21.0.0-alpha.33",
53
- "@eui/components": "21.0.0-alpha.33",
54
- "@eui/ecl": "21.0.0-alpha.33",
55
- "@eui/showcase": "21.0.0-alpha.29"
50
+ "@eui/base": "21.0.0-alpha.35",
51
+ "@eui/core": "21.0.0-alpha.35",
52
+ "@eui/styles": "21.0.0-alpha.35",
53
+ "@eui/components": "21.0.0-alpha.35",
54
+ "@eui/ecl": "21.0.0-alpha.35",
55
+ "@eui/showcase": "21.0.0-alpha.35"
56
56
  },
57
57
  "devDependencies": {
58
- "@angular/build": "21.0.0-next.5",
59
- "@angular/compiler-cli": "21.0.0-next.5",
60
- "@angular/cli": "21.0.0-next.5",
61
- "@eui/cli": "21.0.0-alpha.33",
62
- "ng-packagr": "21.0.0-next.3",
58
+ "@angular/build": "21.0.0-rc.0",
59
+ "@angular/compiler-cli": "21.0.0-rc.0",
60
+ "@angular/cli": "21.0.0-rc.0",
61
+ "@eui/cli": "21.0.0-alpha.35",
62
+ "ng-packagr": "21.0.0-rc.0",
63
63
  "typescript": "5.9.2",
64
64
  "npm-run-all": "4.1.5",
65
65
  "json-server": "1.0.0-beta.3",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/cli",
3
- "version": "21.0.0-alpha.33",
3
+ "version": "21.0.0-alpha.35",
4
4
  "tag": "next",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI CLI app generator & tools",