Skip to content

Commit 3152bae

Browse files
author
Angular Builds
committed
e01b4f6 ci: replace platform linux with windows 11
1 parent ab3d891 commit 3152bae

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

blank/schema.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export interface Schema {
1+
export type Schema = {
22
/**
33
* Author for the new schematic.
44
*/
@@ -12,7 +12,7 @@ export interface Schema {
1212
*/
1313
packageManager?: PackageManager;
1414
[property: string]: any;
15-
}
15+
};
1616
/**
1717
* The package manager used to install dependencies.
1818
*/

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/schematics-cli",
3-
"version": "19.2.0-next.0+sha-197b770",
3+
"version": "19.2.0-next.0+sha-e01b4f6",
44
"description": "Angular Schematics - CLI",
55
"homepage": "https://github.com/angular/angular-cli",
66
"bin": {
@@ -21,8 +21,8 @@
2121
],
2222
"schematics": "./collection.json",
2323
"dependencies": {
24-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#197b770",
25-
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#197b770",
24+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#e01b4f6",
25+
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#e01b4f6",
2626
"@inquirer/prompts": "7.2.3",
2727
"ansi-colors": "4.1.3",
2828
"symbol-observable": "4.0.0",

schematic/schema.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export interface Schema {
1+
export type Schema = {
22
/**
33
* Author for the new schematic.
44
*/
@@ -12,7 +12,7 @@ export interface Schema {
1212
*/
1313
packageManager?: PackageManager;
1414
[property: string]: any;
15-
}
15+
};
1616
/**
1717
* The package manager used to install dependencies.
1818
*/

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Tue Jan 21 2025 15:25:49 GMT+0000 (Coordinated Universal Time)
1+
Tue Jan 21 2025 15:51:49 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)