@angular/cli 20.1.0-next.1 → 20.1.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.
@@ -4365,7 +4365,9 @@
4365
4365
  "lcovonly",
4366
4366
  "text",
4367
4367
  "text-summary",
4368
- "cobertura"
4368
+ "cobertura",
4369
+ "json",
4370
+ "json-summary"
4369
4371
  ]
4370
4372
  }
4371
4373
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cli",
3
- "version": "20.1.0-next.1",
3
+ "version": "20.1.0-next.2",
4
4
  "description": "CLI tool for Angular",
5
5
  "main": "lib/cli/index.js",
6
6
  "bin": {
@@ -25,12 +25,12 @@
25
25
  },
26
26
  "homepage": "https://github.com/angular/angular-cli",
27
27
  "dependencies": {
28
- "@angular-devkit/architect": "0.2001.0-next.1",
29
- "@angular-devkit/core": "20.1.0-next.1",
30
- "@angular-devkit/schematics": "20.1.0-next.1",
28
+ "@angular-devkit/architect": "0.2001.0-next.2",
29
+ "@angular-devkit/core": "20.1.0-next.2",
30
+ "@angular-devkit/schematics": "20.1.0-next.2",
31
31
  "@inquirer/prompts": "7.5.3",
32
32
  "@listr2/prompt-adapter-inquirer": "2.0.22",
33
- "@schematics/angular": "20.1.0-next.1",
33
+ "@schematics/angular": "20.1.0-next.2",
34
34
  "@yarnpkg/lockfile": "1.1.0",
35
35
  "ini": "5.0.0",
36
36
  "jsonc-parser": "3.3.1",
@@ -45,14 +45,14 @@
45
45
  "ng-update": {
46
46
  "migrations": "@schematics/angular/migrations/migration-collection.json",
47
47
  "packageGroup": {
48
- "@angular/cli": "20.1.0-next.1",
49
- "@angular/build": "20.1.0-next.1",
50
- "@angular/ssr": "20.1.0-next.1",
51
- "@angular-devkit/architect": "0.2001.0-next.1",
52
- "@angular-devkit/build-angular": "20.1.0-next.1",
53
- "@angular-devkit/build-webpack": "0.2001.0-next.1",
54
- "@angular-devkit/core": "20.1.0-next.1",
55
- "@angular-devkit/schematics": "20.1.0-next.1"
48
+ "@angular/cli": "20.1.0-next.2",
49
+ "@angular/build": "20.1.0-next.2",
50
+ "@angular/ssr": "20.1.0-next.2",
51
+ "@angular-devkit/architect": "0.2001.0-next.2",
52
+ "@angular-devkit/build-angular": "20.1.0-next.2",
53
+ "@angular-devkit/build-webpack": "0.2001.0-next.2",
54
+ "@angular-devkit/core": "20.1.0-next.2",
55
+ "@angular-devkit/schematics": "20.1.0-next.2"
56
56
  }
57
57
  },
58
58
  "packageManager": "pnpm@9.15.9",
@@ -22,4 +22,4 @@ class Version {
22
22
  this.patch = patch;
23
23
  }
24
24
  }
25
- exports.VERSION = new Version('20.1.0-next.1');
25
+ exports.VERSION = new Version('20.1.0-next.2');