@angular/cli 19.2.0-next.1 → 19.2.0-next.2
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/lib/config/schema.json +12 -2
- package/package.json +16 -16
- package/src/utilities/version.js +1 -1
package/lib/config/schema.json
CHANGED
|
@@ -3814,12 +3814,12 @@
|
|
|
3814
3814
|
"description": "SSL certificate to use for serving HTTPS."
|
|
3815
3815
|
},
|
|
3816
3816
|
"allowedHosts": {
|
|
3817
|
-
"description": "The hosts that
|
|
3817
|
+
"description": "The hosts that the development server will respond to. This option sets the Vite option of the same name. For further details: https://vite.dev/config/server-options.html#server-allowedhosts",
|
|
3818
3818
|
"default": [],
|
|
3819
3819
|
"oneOf": [
|
|
3820
3820
|
{
|
|
3821
3821
|
"type": "array",
|
|
3822
|
-
"description": "
|
|
3822
|
+
"description": "A list of hosts that the development server will respond to.",
|
|
3823
3823
|
"items": {
|
|
3824
3824
|
"type": "string"
|
|
3825
3825
|
}
|
|
@@ -4416,6 +4416,11 @@
|
|
|
4416
4416
|
"webWorkerTsConfig": {
|
|
4417
4417
|
"type": "string",
|
|
4418
4418
|
"description": "TypeScript configuration for Web Worker modules."
|
|
4419
|
+
},
|
|
4420
|
+
"aot": {
|
|
4421
|
+
"type": "boolean",
|
|
4422
|
+
"description": "Run tests using Ahead of Time compilation.",
|
|
4423
|
+
"default": false
|
|
4419
4424
|
}
|
|
4420
4425
|
},
|
|
4421
4426
|
"additionalProperties": false,
|
|
@@ -4490,6 +4495,11 @@
|
|
|
4490
4495
|
"uniqueItems": true
|
|
4491
4496
|
},
|
|
4492
4497
|
"default": []
|
|
4498
|
+
},
|
|
4499
|
+
"aot": {
|
|
4500
|
+
"type": "boolean",
|
|
4501
|
+
"description": "Run tests using Ahead of Time compilation.",
|
|
4502
|
+
"default": false
|
|
4493
4503
|
}
|
|
4494
4504
|
},
|
|
4495
4505
|
"additionalProperties": false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/cli",
|
|
3
|
-
"version": "19.2.0-next.
|
|
3
|
+
"version": "19.2.0-next.2",
|
|
4
4
|
"description": "CLI tool for Angular",
|
|
5
5
|
"main": "lib/cli/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -25,35 +25,35 @@
|
|
|
25
25
|
},
|
|
26
26
|
"homepage": "https://github.com/angular/angular-cli",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@angular-devkit/architect": "0.1902.0-next.
|
|
29
|
-
"@angular-devkit/core": "19.2.0-next.
|
|
30
|
-
"@angular-devkit/schematics": "19.2.0-next.
|
|
31
|
-
"@inquirer/prompts": "7.
|
|
28
|
+
"@angular-devkit/architect": "0.1902.0-next.2",
|
|
29
|
+
"@angular-devkit/core": "19.2.0-next.2",
|
|
30
|
+
"@angular-devkit/schematics": "19.2.0-next.2",
|
|
31
|
+
"@inquirer/prompts": "7.3.1",
|
|
32
32
|
"@listr2/prompt-adapter-inquirer": "2.0.18",
|
|
33
|
-
"@schematics/angular": "19.2.0-next.
|
|
33
|
+
"@schematics/angular": "19.2.0-next.2",
|
|
34
34
|
"@yarnpkg/lockfile": "1.1.0",
|
|
35
35
|
"ini": "5.0.0",
|
|
36
36
|
"jsonc-parser": "3.3.1",
|
|
37
37
|
"listr2": "8.2.5",
|
|
38
|
-
"npm-package-arg": "12.0.
|
|
38
|
+
"npm-package-arg": "12.0.2",
|
|
39
39
|
"npm-pick-manifest": "10.0.0",
|
|
40
40
|
"pacote": "20.0.0",
|
|
41
41
|
"resolve": "1.22.10",
|
|
42
|
-
"semver": "7.
|
|
42
|
+
"semver": "7.7.1",
|
|
43
43
|
"symbol-observable": "4.0.0",
|
|
44
44
|
"yargs": "17.7.2"
|
|
45
45
|
},
|
|
46
46
|
"ng-update": {
|
|
47
47
|
"migrations": "@schematics/angular/migrations/migration-collection.json",
|
|
48
48
|
"packageGroup": {
|
|
49
|
-
"@angular/cli": "19.2.0-next.
|
|
50
|
-
"@angular/build": "19.2.0-next.
|
|
51
|
-
"@angular/ssr": "19.2.0-next.
|
|
52
|
-
"@angular-devkit/architect": "0.1902.0-next.
|
|
53
|
-
"@angular-devkit/build-angular": "19.2.0-next.
|
|
54
|
-
"@angular-devkit/build-webpack": "0.1902.0-next.
|
|
55
|
-
"@angular-devkit/core": "19.2.0-next.
|
|
56
|
-
"@angular-devkit/schematics": "19.2.0-next.
|
|
49
|
+
"@angular/cli": "19.2.0-next.2",
|
|
50
|
+
"@angular/build": "19.2.0-next.2",
|
|
51
|
+
"@angular/ssr": "19.2.0-next.2",
|
|
52
|
+
"@angular-devkit/architect": "0.1902.0-next.2",
|
|
53
|
+
"@angular-devkit/build-angular": "19.2.0-next.2",
|
|
54
|
+
"@angular-devkit/build-webpack": "0.1902.0-next.2",
|
|
55
|
+
"@angular-devkit/core": "19.2.0-next.2",
|
|
56
|
+
"@angular-devkit/schematics": "19.2.0-next.2"
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"engines": {
|
package/src/utilities/version.js
CHANGED