@angular-devkit/schematics
Advanced tools
Comparing version
{ | ||
"name": "@angular-devkit/schematics", | ||
"version": "20.1.1", | ||
"version": "20.2.0-next.0", | ||
"description": "Angular Schematics - Library", | ||
@@ -21,3 +21,3 @@ "main": "src/index.js", | ||
"dependencies": { | ||
"@angular-devkit/core": "20.1.1", | ||
"@angular-devkit/core": "20.2.0-next.0", | ||
"jsonc-parser": "3.3.1", | ||
@@ -24,0 +24,0 @@ "magic-string": "0.30.17", |
@@ -41,4 +41,4 @@ /** | ||
private _engine; | ||
readonly baseDescriptions?: Array<CollectionDescription<CollectionT>> | undefined; | ||
constructor(_description: CollectionDescription<CollectionT>, _engine: SchematicEngine<CollectionT, SchematicT>, baseDescriptions?: Array<CollectionDescription<CollectionT>> | undefined); | ||
readonly baseDescriptions?: CollectionDescription<CollectionT>[] | undefined; | ||
constructor(_description: CollectionDescription<CollectionT>, _engine: SchematicEngine<CollectionT, SchematicT>, baseDescriptions?: CollectionDescription<CollectionT>[] | undefined); | ||
get description(): CollectionDescription<CollectionT>; | ||
@@ -45,0 +45,0 @@ get name(): string; |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
255905
01
Infinity%+ Added
+ Added
- Removed
- Removed