@angular-devkit/schematics-cli 19.1.2 → 19.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/blank/schema.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export interface Schema {
1
+ export type Schema = {
2
2
  /**
3
3
  * Author for the new schematic.
4
4
  */
@@ -12,7 +12,7 @@ export interface Schema {
12
12
  */
13
13
  packageManager?: PackageManager;
14
14
  [property: string]: any;
15
- }
15
+ };
16
16
  /**
17
17
  * The package manager used to install dependencies.
18
18
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-devkit/schematics-cli",
3
- "version": "19.1.2",
3
+ "version": "19.1.4",
4
4
  "description": "Angular Schematics - CLI",
5
5
  "homepage": "https://github.com/angular/angular-cli",
6
6
  "bin": {
@@ -21,8 +21,8 @@
21
21
  ],
22
22
  "schematics": "./collection.json",
23
23
  "dependencies": {
24
- "@angular-devkit/core": "19.1.2",
25
- "@angular-devkit/schematics": "19.1.2",
24
+ "@angular-devkit/core": "19.1.4",
25
+ "@angular-devkit/schematics": "19.1.4",
26
26
  "@inquirer/prompts": "7.2.1",
27
27
  "ansi-colors": "4.1.3",
28
28
  "symbol-observable": "4.0.0",
@@ -1,4 +1,4 @@
1
- export interface Schema {
1
+ export type Schema = {
2
2
  /**
3
3
  * Author for the new schematic.
4
4
  */
@@ -12,7 +12,7 @@ export interface Schema {
12
12
  */
13
13
  packageManager?: PackageManager;
14
14
  [property: string]: any;
15
- }
15
+ };
16
16
  /**
17
17
  * The package manager used to install dependencies.
18
18
  */