@eui/cli 15.0.1-snapshot-1670521778351 → 15.0.1

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
- 15.0.1-snapshot-1670521778351
1
+ 15.0.1
@@ -21,16 +21,6 @@
21
21
  }
22
22
  },
23
23
  "architect": {
24
- "lint": {
25
- "builder": "@angular-eslint/builder:lint",
26
- "options": {
27
- "lintFilePatterns": [
28
- "src/**/*.ts",
29
- "src/**/*.html"
30
- ],
31
- "eslintConfig": "src/.eslintrc.json"
32
- }
33
- },
34
24
  "build": {
35
25
  "builder": "@angular-devkit/build-angular:browser",
36
26
  "options": {
@@ -146,11 +136,23 @@
146
136
  },
147
137
  "defaultConfiguration": "development"
148
138
  },
139
+ "lint": {
140
+ "builder": "@angular-eslint/builder:lint",
141
+ "options": {
142
+ "lintFilePatterns": [
143
+ "src/**/*.ts",
144
+ "src/**/*.html"
145
+ ],
146
+ "eslintConfig": "src/.eslintrc.json"
147
+ }
148
+ },
149
149
  "test": {
150
150
  "builder": "@angular-devkit/build-angular:karma",
151
151
  "options": {
152
- "main": "src/test.ts",
153
- "polyfills": "src/polyfills.ts",
152
+ "polyfills": [
153
+ "zone.js",
154
+ "zone.js/testing"
155
+ ],
154
156
  "tsConfig": "src/tsconfig.spec.json",
155
157
  "karmaConfig": "src/karma.conf.js",
156
158
  "inlineStyleLanguage": "scss"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "15.0.1-snapshot-1670521778351",
3
+ "version": "15.0.1",
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": "15.0.1-snapshot-1670521778351"
23
+ "@eui/deps-base": "15.0.1"
24
24
  }
25
25
  }
@@ -10,7 +10,6 @@
10
10
  "strictInjectionParameters": true,
11
11
  },
12
12
  "exclude": [
13
- "test.ts",
14
13
  "**/*.spec.ts",
15
14
  "app/shared/testing/router.mock.ts",
16
15
  "environments/environment.prod.ts",
@@ -7,10 +7,6 @@
7
7
  "node"
8
8
  ]
9
9
  },
10
- "files": [
11
- "test.ts",
12
- "polyfills.ts"
13
- ],
14
10
  "include": [
15
11
  "**/*.spec.ts",
16
12
  "**/*.d.ts"
@@ -19,7 +19,7 @@
19
19
  },
20
20
  "architect": {
21
21
  "build": {
22
- "builder": "ngx-build-plus:build",
22
+ "builder": "@angular-devkit/build-angular:browser",
23
23
  "options": {
24
24
  "outputPath": "dist",
25
25
  "index": "src/index.html",
@@ -135,35 +135,23 @@
135
135
  "test": {
136
136
  "builder": "@angular-devkit/build-angular:karma",
137
137
  "options": {
138
- "main": "src/test.ts",
139
- "polyfills": "src/polyfills.ts",
138
+ "polyfills": [
139
+ "zone.js",
140
+ "zone.js/testing"
141
+ ],
140
142
  "tsConfig": "src/tsconfig.spec.json",
141
143
  "karmaConfig": "src/karma.conf.js",
142
- "styles": [
143
- "src/styles.scss"
144
- ],
145
- "scripts": [],
146
- "assets": [
147
- "src/favicon.ico",
148
- "src/assets",
149
- {
150
- "glob": "**/*",
151
- "input": "node_modules/@eui/core/assets/",
152
- "output": "./assets"
153
- }
154
- ]
144
+ "inlineStyleLanguage": "scss"
155
145
  }
156
146
  },
157
147
  "lint": {
158
- "builder": "@angular-devkit/build-angular:tslint",
148
+ "builder": "@angular-eslint/builder:lint",
159
149
  "options": {
160
- "tsConfig": [
161
- "src/tsconfig.app.json",
162
- "src/tsconfig.spec.json"
163
- ],
164
- "exclude": [
165
- "**/node_modules/**"
166
- ]
150
+ "lintFilePatterns": [
151
+ "src/**/*.ts",
152
+ "src/**/*.html"
153
+ ],
154
+ "eslintConfig": "src/.eslintrc.json"
167
155
  }
168
156
  }
169
157
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "15.0.1-snapshot-1670521778351",
3
+ "version": "15.0.1",
4
4
  "license": "EUPL-1.1",
5
5
  "scripts": {
6
6
  "ng": "ng",
@@ -20,15 +20,10 @@
20
20
  },
21
21
  "private": true,
22
22
  "dependencies": {
23
- "@eui/deps-base": "15.0.1-snapshot-1670521778351",
23
+ "@eui/deps-base": "15.0.1",
24
24
  "@eui/mobile-core": "14.1.0",
25
- "@eui/mobile-styles": "14.1.0"
25
+ "@eui/mobile-styles": "14.1.0",
26
+ "@eui/ecl-core": "14.1.4"
26
27
  },
27
- "browserslist": [
28
- "last 2 chrome versions",
29
- "last 2 firefox versions",
30
- "last 1 edge version",
31
- "Firefox ESR"
32
- ],
33
28
  "resolutions": {}
34
29
  }
@@ -21,16 +21,6 @@
21
21
  }
22
22
  },
23
23
  "architect": {
24
- "lint": {
25
- "builder": "@angular-eslint/builder:lint",
26
- "options": {
27
- "lintFilePatterns": [
28
- "src/**/*.ts",
29
- "src/**/*.html"
30
- ],
31
- "eslintConfig": "src/.eslintrc.json"
32
- }
33
- },
34
24
  "build": {
35
25
  "builder": "@angular-devkit/build-angular:browser",
36
26
  "options": {
@@ -153,11 +143,23 @@
153
143
  },
154
144
  "defaultConfiguration": "development"
155
145
  },
146
+ "lint": {
147
+ "builder": "@angular-eslint/builder:lint",
148
+ "options": {
149
+ "lintFilePatterns": [
150
+ "src/**/*.ts",
151
+ "src/**/*.html"
152
+ ],
153
+ "eslintConfig": "src/.eslintrc.json"
154
+ }
155
+ },
156
156
  "test": {
157
157
  "builder": "@angular-devkit/build-angular:karma",
158
158
  "options": {
159
- "main": "src/test.ts",
160
- "polyfills": "src/polyfills.ts",
159
+ "polyfills": [
160
+ "zone.js",
161
+ "zone.js/testing"
162
+ ],
161
163
  "tsConfig": "src/tsconfig.spec.json",
162
164
  "karmaConfig": "src/karma.conf.js",
163
165
  "inlineStyleLanguage": "scss"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "15.0.1-snapshot-1670521778351",
3
+ "version": "15.0.1",
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": "15.0.1-snapshot-1670521778351"
21
+ "@eui/deps-base": "15.0.1"
22
22
  }
23
23
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eui-angular-app",
3
- "version": "15.0.1-snapshot-1670521778351",
3
+ "version": "15.0.1",
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": "15.0.1-snapshot-1670521778351"
22
+ "@eui/deps-base": "15.0.1"
23
23
  }
24
24
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@eui/cli",
3
- "version": "15.0.1-snapshot-1670521778351",
4
- "tag": "snapshot",
3
+ "version": "15.0.1",
4
+ "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI CLI app generator",
7
7
  "bin": {
@@ -1,33 +0,0 @@
1
- // This file is required by karma.conf.js and loads recursively all the .spec and framework files
2
-
3
- import 'zone.js/dist/long-stack-trace-zone';
4
- import 'zone.js/dist/proxy.js';
5
- import 'zone.js/dist/sync-test';
6
- import 'zone.js/dist/jasmine-patch';
7
- import 'zone.js/dist/async-test';
8
- import 'zone.js/dist/fake-async-test';
9
- import { APP_BASE_HREF } from '@angular/common';
10
- import { getTestBed } from '@angular/core/testing';
11
- import {
12
- BrowserDynamicTestingModule,
13
- platformBrowserDynamicTesting
14
- } from '@angular/platform-browser-dynamic/testing';
15
-
16
- // Unfortunately there's no typing for the `__karma__` variable. Just declare it as any.
17
- declare const __karma__: any;
18
- declare const require: any;
19
-
20
- // Prevent Karma from running prematurely.
21
- __karma__.loaded = () => {};
22
-
23
- // First, initialize the Angular testing environment.
24
- getTestBed().initTestEnvironment(
25
- BrowserDynamicTestingModule,
26
- platformBrowserDynamicTesting([{ provide: APP_BASE_HREF, useValue: '/' }])
27
- );
28
- // Then we find all the tests.
29
- const context = require.context('./', true, /\.spec\.ts$/);
30
- // And load the modules.
31
- context.keys().map(context);
32
- // Finally, start Karma to run the tests.
33
- __karma__.start();