@schematics/angular 13.2.3 → 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.
package/class/schema.json CHANGED
@@ -36,8 +36,7 @@
36
36
  },
37
37
  "type": {
38
38
  "type": "string",
39
- "description": "Adds a developer-defined type to the filename, in the format \"name.type.ts\".",
40
- "default": ""
39
+ "description": "Adds a developer-defined type to the filename, in the format \"name.type.ts\"."
41
40
  }
42
41
  },
43
42
  "required": ["name"]
@@ -30,7 +30,6 @@
30
30
  },
31
31
  "prefix": {
32
32
  "type": "string",
33
- "default": "",
34
33
  "description": "A prefix to apply to generated selectors."
35
34
  },
36
35
  "type": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schematics/angular",
3
- "version": "13.2.3",
3
+ "version": "13.2.6",
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": "13.2.3",
19
- "@angular-devkit/schematics": "13.2.3",
18
+ "@angular-devkit/core": "13.2.6",
19
+ "@angular-devkit/schematics": "13.2.6",
20
20
  "jsonc-parser": "3.0.0"
21
21
  },
22
22
  "repository": {