@schematics/angular 21.0.3 → 21.0.4

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.
@@ -6,7 +6,6 @@
6
6
  "outDir": "<%= relativePathToWorkspaceRoot %>/out-tsc/lib",
7
7
  "declaration": true,
8
8
  "declarationMap": true,
9
- "inlineSources": true,
10
9
  "types": []
11
10
  },
12
11
  "include": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schematics/angular",
3
- "version": "21.0.3",
3
+ "version": "21.0.4",
4
4
  "description": "Schematics specific to Angular",
5
5
  "homepage": "https://github.com/angular/angular-cli",
6
6
  "keywords": [
@@ -22,15 +22,15 @@
22
22
  },
23
23
  "schematics": "./collection.json",
24
24
  "dependencies": {
25
- "@angular-devkit/core": "21.0.3",
26
- "@angular-devkit/schematics": "21.0.3",
25
+ "@angular-devkit/core": "21.0.4",
26
+ "@angular-devkit/schematics": "21.0.4",
27
27
  "jsonc-parser": "3.3.1"
28
28
  },
29
29
  "repository": {
30
30
  "type": "git",
31
31
  "url": "https://github.com/angular/angular-cli.git"
32
32
  },
33
- "packageManager": "pnpm@10.25.0",
33
+ "packageManager": "pnpm@10.26.0",
34
34
  "engines": {
35
35
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
36
36
  "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
@@ -16,8 +16,8 @@ exports.latestVersions = {
16
16
  // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
17
17
  Angular: '^21.0.0',
18
18
  NgPackagr: '^21.0.0',
19
- DevkitBuildAngular: '^21.0.3',
20
- AngularBuild: '^21.0.3',
21
- AngularSSR: '^21.0.3',
19
+ DevkitBuildAngular: '^21.0.4',
20
+ AngularBuild: '^21.0.4',
21
+ AngularSSR: '^21.0.4',
22
22
  };
23
23
  //# sourceMappingURL=latest-versions.js.map
@@ -12,10 +12,10 @@
12
12
  "background": {
13
13
  "activeOnStart": true,
14
14
  "beginsPattern": {
15
- "regexp": "(.*?)"
15
+ "regexp": "Changes detected"
16
16
  },
17
17
  "endsPattern": {
18
- "regexp": "bundle generation complete"
18
+ "regexp": "bundle generation (complete|failed)"
19
19
  }
20
20
  }
21
21
  }
@@ -30,10 +30,10 @@
30
30
  "background": {
31
31
  "activeOnStart": true,
32
32
  "beginsPattern": {
33
- "regexp": "(.*?)"
33
+ "regexp": "Changes detected"
34
34
  },
35
35
  "endsPattern": {
36
- "regexp": "bundle generation complete"
36
+ "regexp": "bundle generation (complete|failed)"
37
37
  }
38
38
  }
39
39
  }