@angular/cli 15.1.0-next.1 → 15.1.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.
@@ -1103,6 +1103,7 @@
1103
1103
  "default": false
1104
1104
  },
1105
1105
  "implements": {
1106
+ "alias": "guardType",
1106
1107
  "type": "array",
1107
1108
  "description": "Specifies which type of guard to create.",
1108
1109
  "uniqueItems": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cli",
3
- "version": "15.1.0-next.1",
3
+ "version": "15.1.0-next.3",
4
4
  "description": "CLI tool for Angular",
5
5
  "main": "lib/cli/index.js",
6
6
  "bin": {
@@ -25,20 +25,20 @@
25
25
  },
26
26
  "homepage": "https://github.com/angular/angular-cli",
27
27
  "dependencies": {
28
- "@angular-devkit/architect": "0.1501.0-next.1",
29
- "@angular-devkit/core": "15.1.0-next.1",
30
- "@angular-devkit/schematics": "15.1.0-next.1",
31
- "@schematics/angular": "15.1.0-next.1",
28
+ "@angular-devkit/architect": "0.1501.0-next.3",
29
+ "@angular-devkit/core": "15.1.0-next.3",
30
+ "@angular-devkit/schematics": "15.1.0-next.3",
31
+ "@schematics/angular": "15.1.0-next.3",
32
32
  "@yarnpkg/lockfile": "1.1.0",
33
33
  "ansi-colors": "4.1.3",
34
34
  "ini": "3.0.1",
35
35
  "inquirer": "8.2.4",
36
36
  "jsonc-parser": "3.2.0",
37
- "npm-package-arg": "10.0.0",
37
+ "npm-package-arg": "10.1.0",
38
38
  "npm-pick-manifest": "8.0.1",
39
39
  "open": "8.4.0",
40
40
  "ora": "5.4.1",
41
- "pacote": "15.0.6",
41
+ "pacote": "15.0.7",
42
42
  "resolve": "1.22.1",
43
43
  "semver": "7.3.8",
44
44
  "symbol-observable": "4.0.0",
@@ -47,12 +47,12 @@
47
47
  "ng-update": {
48
48
  "migrations": "@schematics/angular/migrations/migration-collection.json",
49
49
  "packageGroup": {
50
- "@angular/cli": "15.1.0-next.1",
51
- "@angular-devkit/architect": "0.1501.0-next.1",
52
- "@angular-devkit/build-angular": "15.1.0-next.1",
53
- "@angular-devkit/build-webpack": "0.1501.0-next.1",
54
- "@angular-devkit/core": "15.1.0-next.1",
55
- "@angular-devkit/schematics": "15.1.0-next.1"
50
+ "@angular/cli": "15.1.0-next.3",
51
+ "@angular-devkit/architect": "0.1501.0-next.3",
52
+ "@angular-devkit/build-angular": "15.1.0-next.3",
53
+ "@angular-devkit/build-webpack": "0.1501.0-next.3",
54
+ "@angular-devkit/core": "15.1.0-next.3",
55
+ "@angular-devkit/schematics": "15.1.0-next.3"
56
56
  }
57
57
  },
58
58
  "engines": {