@schematics/angular 20.2.0-next.2 → 20.2.0-next.3
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@schematics/angular",
|
|
3
|
-
"version": "20.2.0-next.
|
|
3
|
+
"version": "20.2.0-next.3",
|
|
4
4
|
"description": "Schematics specific to Angular",
|
|
5
5
|
"homepage": "https://github.com/angular/angular-cli",
|
|
6
6
|
"keywords": [
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
},
|
|
23
23
|
"schematics": "./collection.json",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@angular-devkit/core": "20.2.0-next.
|
|
26
|
-
"@angular-devkit/schematics": "20.2.0-next.
|
|
25
|
+
"@angular-devkit/core": "20.2.0-next.3",
|
|
26
|
+
"@angular-devkit/schematics": "20.2.0-next.3",
|
|
27
27
|
"jsonc-parser": "3.3.1"
|
|
28
28
|
},
|
|
29
29
|
"repository": {
|
|
@@ -2285,7 +2285,7 @@ module.exports = __toCommonJS(typescript_exports);
|
|
|
2285
2285
|
|
|
2286
2286
|
// src/compiler/corePublic.ts
|
|
2287
2287
|
var versionMajorMinor = "5.9";
|
|
2288
|
-
var version = "5.9.
|
|
2288
|
+
var version = "5.9.2";
|
|
2289
2289
|
var Comparison = /* @__PURE__ */ ((Comparison3) => {
|
|
2290
2290
|
Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
|
|
2291
2291
|
Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
|
|
@@ -16,7 +16,7 @@ exports.latestVersions = {
|
|
|
16
16
|
// As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
|
|
17
17
|
Angular: '^20.2.0-next.0',
|
|
18
18
|
NgPackagr: '^20.2.0-next.0',
|
|
19
|
-
DevkitBuildAngular: '^20.2.0-next.
|
|
20
|
-
AngularBuild: '^20.2.0-next.
|
|
21
|
-
AngularSSR: '^20.2.0-next.
|
|
19
|
+
DevkitBuildAngular: '^20.2.0-next.3',
|
|
20
|
+
AngularBuild: '^20.2.0-next.3',
|
|
21
|
+
AngularSSR: '^20.2.0-next.3',
|
|
22
22
|
};
|