@angular/cli 15.0.0-next.0 → 15.0.0-next.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.
- package/lib/config/schema.json +1 -12
- package/package.json +11 -11
package/lib/config/schema.json
CHANGED
|
@@ -3434,18 +3434,7 @@
|
|
|
3434
3434
|
"bundleDependencies": {
|
|
3435
3435
|
"description": "Which external dependencies to bundle into the bundle. By default, all of node_modules will be bundled.",
|
|
3436
3436
|
"default": true,
|
|
3437
|
-
"
|
|
3438
|
-
{
|
|
3439
|
-
"type": "boolean"
|
|
3440
|
-
},
|
|
3441
|
-
{
|
|
3442
|
-
"type": "string",
|
|
3443
|
-
"enum": [
|
|
3444
|
-
"none",
|
|
3445
|
-
"all"
|
|
3446
|
-
]
|
|
3447
|
-
}
|
|
3448
|
-
]
|
|
3437
|
+
"type": "boolean"
|
|
3449
3438
|
},
|
|
3450
3439
|
"externalDependencies": {
|
|
3451
3440
|
"description": "Exclude the listed external dependencies from being bundled into the bundle. Instead, the created bundle relies on these dependencies to be available during runtime.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/cli",
|
|
3
|
-
"version": "15.0.0-next.
|
|
3
|
+
"version": "15.0.0-next.1",
|
|
4
4
|
"description": "CLI tool for Angular",
|
|
5
5
|
"main": "lib/cli/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
},
|
|
26
26
|
"homepage": "https://github.com/angular/angular-cli",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@angular-devkit/architect": "0.1500.0-next.
|
|
29
|
-
"@angular-devkit/core": "15.0.0-next.
|
|
30
|
-
"@angular-devkit/schematics": "15.0.0-next.
|
|
31
|
-
"@schematics/angular": "15.0.0-next.
|
|
28
|
+
"@angular-devkit/architect": "0.1500.0-next.1",
|
|
29
|
+
"@angular-devkit/core": "15.0.0-next.1",
|
|
30
|
+
"@angular-devkit/schematics": "15.0.0-next.1",
|
|
31
|
+
"@schematics/angular": "15.0.0-next.1",
|
|
32
32
|
"@yarnpkg/lockfile": "1.1.0",
|
|
33
33
|
"ansi-colors": "4.1.3",
|
|
34
34
|
"debug": "4.3.4",
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
"ng-update": {
|
|
50
50
|
"migrations": "@schematics/angular/migrations/migration-collection.json",
|
|
51
51
|
"packageGroup": {
|
|
52
|
-
"@angular/cli": "15.0.0-next.
|
|
53
|
-
"@angular-devkit/architect": "0.1500.0-next.
|
|
54
|
-
"@angular-devkit/build-angular": "15.0.0-next.
|
|
55
|
-
"@angular-devkit/build-webpack": "0.1500.0-next.
|
|
56
|
-
"@angular-devkit/core": "15.0.0-next.
|
|
57
|
-
"@angular-devkit/schematics": "15.0.0-next.
|
|
52
|
+
"@angular/cli": "15.0.0-next.1",
|
|
53
|
+
"@angular-devkit/architect": "0.1500.0-next.1",
|
|
54
|
+
"@angular-devkit/build-angular": "15.0.0-next.1",
|
|
55
|
+
"@angular-devkit/build-webpack": "0.1500.0-next.1",
|
|
56
|
+
"@angular-devkit/core": "15.0.0-next.1",
|
|
57
|
+
"@angular-devkit/schematics": "15.0.0-next.1"
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"engines": {
|