@schematics/angular 12.1.3 → 12.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schematics/angular",
3
- "version": "12.1.3",
3
+ "version": "12.1.4",
4
4
  "description": "Schematics specific to Angular",
5
5
  "homepage": "https://github.com/angular/angular-cli",
6
6
  "keywords": [
@@ -15,8 +15,8 @@
15
15
  ],
16
16
  "schematics": "./collection.json",
17
17
  "dependencies": {
18
- "@angular-devkit/core": "12.1.3",
19
- "@angular-devkit/schematics": "12.1.3",
18
+ "@angular-devkit/core": "12.1.4",
19
+ "@angular-devkit/schematics": "12.1.4",
20
20
  "jsonc-parser": "3.0.0"
21
21
  },
22
22
  "repository": {
@@ -24,9 +24,8 @@ exports.latestVersions = {
24
24
  TypeScript: '~4.3.2',
25
25
  TsLib: '^2.2.0',
26
26
  // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
27
- // Angular CLI minor version with earliest prerelease (appended with `-`) will match the latest
28
- // Angular Framework minor.
29
- Angular: `~${getEarliestMinorVersion(require('../package.json')['version'])}-`,
27
+ // Angular CLI minor version will match the latest Angular Framework minor.
28
+ Angular: `~${getEarliestMinorVersion(require('../package.json')['version'])}`,
30
29
  // Since @angular-devkit/build-angular and @schematics/angular are always
31
30
  // published together from the same monorepo, and they are both
32
31
  // non-experimental, they will always have the same version.