@angular/cli 20.0.0-next.2 → 20.0.0-next.3

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.
@@ -2277,6 +2277,11 @@
2277
2277
  "type": "boolean",
2278
2278
  "description": "Resolve vendor packages source maps.",
2279
2279
  "default": false
2280
+ },
2281
+ "sourcesContent": {
2282
+ "type": "boolean",
2283
+ "description": "Output original source content for files within the source map.",
2284
+ "default": true
2280
2285
  }
2281
2286
  },
2282
2287
  "additionalProperties": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cli",
3
- "version": "20.0.0-next.2",
3
+ "version": "20.0.0-next.3",
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.2000.0-next.2",
29
- "@angular-devkit/core": "20.0.0-next.2",
30
- "@angular-devkit/schematics": "20.0.0-next.2",
28
+ "@angular-devkit/architect": "0.2000.0-next.3",
29
+ "@angular-devkit/core": "20.0.0-next.3",
30
+ "@angular-devkit/schematics": "20.0.0-next.3",
31
31
  "@inquirer/prompts": "7.4.0",
32
32
  "@listr2/prompt-adapter-inquirer": "2.0.18",
33
- "@schematics/angular": "20.0.0-next.2",
33
+ "@schematics/angular": "20.0.0-next.3",
34
34
  "@yarnpkg/lockfile": "1.1.0",
35
35
  "ini": "5.0.0",
36
36
  "jsonc-parser": "3.3.1",
@@ -46,19 +46,19 @@
46
46
  "ng-update": {
47
47
  "migrations": "@schematics/angular/migrations/migration-collection.json",
48
48
  "packageGroup": {
49
- "@angular/cli": "20.0.0-next.2",
50
- "@angular/build": "20.0.0-next.2",
51
- "@angular/ssr": "20.0.0-next.2",
52
- "@angular-devkit/architect": "0.2000.0-next.2",
53
- "@angular-devkit/build-angular": "20.0.0-next.2",
54
- "@angular-devkit/build-webpack": "0.2000.0-next.2",
55
- "@angular-devkit/core": "20.0.0-next.2",
56
- "@angular-devkit/schematics": "20.0.0-next.2"
49
+ "@angular/cli": "20.0.0-next.3",
50
+ "@angular/build": "20.0.0-next.3",
51
+ "@angular/ssr": "20.0.0-next.3",
52
+ "@angular-devkit/architect": "0.2000.0-next.3",
53
+ "@angular-devkit/build-angular": "20.0.0-next.3",
54
+ "@angular-devkit/build-webpack": "0.2000.0-next.3",
55
+ "@angular-devkit/core": "20.0.0-next.3",
56
+ "@angular-devkit/schematics": "20.0.0-next.3"
57
57
  }
58
58
  },
59
59
  "packageManager": "pnpm@9.15.6",
60
60
  "engines": {
61
- "node": "^20.11.1 || >=22.0.0",
61
+ "node": "^20.11.1 || >=22.11.0",
62
62
  "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
63
63
  "yarn": ">= 1.13.0"
64
64
  }
@@ -22,4 +22,4 @@ class Version {
22
22
  this.patch = patch;
23
23
  }
24
24
  }
25
- exports.VERSION = new Version('20.0.0-next.2');
25
+ exports.VERSION = new Version('20.0.0-next.3');