@angular/cli 13.2.5 → 13.2.6

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.
@@ -741,8 +741,7 @@
741
741
  },
742
742
  "type": {
743
743
  "type": "string",
744
- "description": "Adds a developer-defined type to the filename, in the format \"name.type.ts\".",
745
- "default": ""
744
+ "description": "Adds a developer-defined type to the filename, in the format \"name.type.ts\"."
746
745
  }
747
746
  }
748
747
  },
@@ -1129,7 +1128,6 @@
1129
1128
  },
1130
1129
  "prefix": {
1131
1130
  "type": "string",
1132
- "default": "",
1133
1131
  "description": "A prefix to apply to generated selectors."
1134
1132
  },
1135
1133
  "type": {
@@ -1701,8 +1699,7 @@
1701
1699
  },
1702
1700
  "resourcesOutputPath": {
1703
1701
  "type": "string",
1704
- "description": "The path where style resources will be placed, relative to outputPath.",
1705
- "default": ""
1702
+ "description": "The path where style resources will be placed, relative to outputPath."
1706
1703
  },
1707
1704
  "aot": {
1708
1705
  "type": "boolean",
@@ -2618,8 +2615,7 @@
2618
2615
  },
2619
2616
  "resourcesOutputPath": {
2620
2617
  "type": "string",
2621
- "description": "The path where style resources will be placed, relative to outputPath.",
2622
- "default": ""
2618
+ "description": "The path where style resources will be placed, relative to outputPath."
2623
2619
  },
2624
2620
  "sourceMap": {
2625
2621
  "description": "Output source maps for scripts and styles. For more information, see https://angular.io/guide/workspace-config#source-map-configuration.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/cli",
3
- "version": "13.2.5",
3
+ "version": "13.2.6",
4
4
  "description": "CLI tool for Angular",
5
5
  "main": "lib/cli/index.js",
6
6
  "bin": {
@@ -28,10 +28,10 @@
28
28
  },
29
29
  "homepage": "https://github.com/angular/angular-cli",
30
30
  "dependencies": {
31
- "@angular-devkit/architect": "0.1302.5",
32
- "@angular-devkit/core": "13.2.5",
33
- "@angular-devkit/schematics": "13.2.5",
34
- "@schematics/angular": "13.2.5",
31
+ "@angular-devkit/architect": "0.1302.6",
32
+ "@angular-devkit/core": "13.2.6",
33
+ "@angular-devkit/schematics": "13.2.6",
34
+ "@schematics/angular": "13.2.6",
35
35
  "@yarnpkg/lockfile": "1.1.0",
36
36
  "ansi-colors": "4.1.1",
37
37
  "debug": "4.3.3",
@@ -51,12 +51,12 @@
51
51
  "ng-update": {
52
52
  "migrations": "@schematics/angular/migrations/migration-collection.json",
53
53
  "packageGroup": {
54
- "@angular/cli": "13.2.5",
55
- "@angular-devkit/architect": "0.1302.5",
56
- "@angular-devkit/build-angular": "13.2.5",
57
- "@angular-devkit/build-webpack": "0.1302.5",
58
- "@angular-devkit/core": "13.2.5",
59
- "@angular-devkit/schematics": "13.2.5"
54
+ "@angular/cli": "13.2.6",
55
+ "@angular-devkit/architect": "0.1302.6",
56
+ "@angular-devkit/build-angular": "13.2.6",
57
+ "@angular-devkit/build-webpack": "0.1302.6",
58
+ "@angular-devkit/core": "13.2.6",
59
+ "@angular-devkit/schematics": "13.2.6"
60
60
  }
61
61
  },
62
62
  "engines": {