@angular-devkit/architect
Advanced tools
Comparing version 0.1901.3 to 0.1901.4
/** | ||
* All input types of builders that perform operations on one or multiple sub-builders. | ||
*/ | ||
export interface Schema { | ||
export type Schema = { | ||
builders?: Builder[]; | ||
targets?: Target[]; | ||
[property: string]: any; | ||
} | ||
export interface Builder { | ||
}; | ||
export type Builder = { | ||
builder: string; | ||
@@ -15,4 +15,4 @@ options?: { | ||
[property: string]: any; | ||
} | ||
export interface Target { | ||
}; | ||
export type Target = { | ||
overrides?: { | ||
@@ -23,2 +23,2 @@ [key: string]: any; | ||
[property: string]: any; | ||
} | ||
}; |
{ | ||
"name": "@angular-devkit/architect", | ||
"version": "0.1901.3", | ||
"version": "0.1901.4", | ||
"description": "Angular Build Facade", | ||
@@ -9,3 +9,3 @@ "experimental": true, | ||
"dependencies": { | ||
"@angular-devkit/core": "19.1.3", | ||
"@angular-devkit/core": "19.1.4", | ||
"rxjs": "7.8.1" | ||
@@ -12,0 +12,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
export interface Schema { | ||
export type Schema = { | ||
/** | ||
@@ -10,3 +10,3 @@ * Link to schema. | ||
[property: string]: any; | ||
} | ||
}; | ||
export type BuilderValue = Builder | string; | ||
@@ -16,3 +16,3 @@ /** | ||
*/ | ||
export interface Builder { | ||
export type Builder = { | ||
/** | ||
@@ -35,2 +35,2 @@ * The builder class module. | ||
[property: string]: any; | ||
} | ||
}; |
@@ -1,2 +0,2 @@ | ||
export interface Schema { | ||
export type Schema = { | ||
currentDirectory: string; | ||
@@ -13,4 +13,4 @@ id: number; | ||
[property: string]: any; | ||
} | ||
export interface Target { | ||
}; | ||
export type Target = { | ||
configuration?: string; | ||
@@ -20,2 +20,2 @@ project: string; | ||
[property: string]: any; | ||
} | ||
}; |
@@ -1,2 +0,2 @@ | ||
export interface Schema { | ||
export type Schema = { | ||
error?: string; | ||
@@ -9,4 +9,4 @@ info?: { | ||
[property: string]: any; | ||
} | ||
export interface Target { | ||
}; | ||
export type Target = { | ||
configuration?: string; | ||
@@ -16,2 +16,2 @@ project?: string; | ||
[property: string]: any; | ||
} | ||
}; |
@@ -1,2 +0,2 @@ | ||
export interface Schema { | ||
export type Schema = { | ||
builder: { | ||
@@ -15,3 +15,3 @@ [key: string]: any; | ||
[property: string]: any; | ||
} | ||
}; | ||
export declare enum State { | ||
@@ -18,0 +18,0 @@ Error = "error", |
173465
+ Added@angular-devkit/core@19.1.4(transitive)
- Removed@angular-devkit/core@19.1.3(transitive)
Updated@angular-devkit/core@19.1.4