@angular-devkit/core 22.0.0-rc.0 → 22.0.0-rc.1

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": "@angular-devkit/core",
3
- "version": "22.0.0-rc.0",
3
+ "version": "22.0.0-rc.1",
4
4
  "description": "Angular DevKit - Core Utility Library",
5
5
  "main": "src/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -50,7 +50,7 @@
50
50
  "url": "git+https://github.com/angular/angular-cli.git"
51
51
  },
52
52
  "engines": {
53
- "node": "^22.22.0 || ^24.13.1 || >=26.0.0",
53
+ "node": "^22.22.3 || ^24.15.0 || >=26.0.0",
54
54
  "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
55
55
  "yarn": ">= 1.13.0"
56
56
  },
@@ -55,7 +55,7 @@ export declare class CoreSchemaRegistry implements SchemaRegistry {
55
55
  * See: https://json-schema.org/draft/2019-09/json-schema-core.html#rfc.appendix.B.2
56
56
  *
57
57
  * @param schema The schema or URI to flatten.
58
- * @returns An Observable of the flattened schema object.
58
+ * @return A Promise that resolves to the flattened schema object.
59
59
  * @private since 11.2 without replacement.
60
60
  */
61
61
  ɵflatten(schema: JsonObject): Promise<JsonObject>;
@@ -205,7 +205,7 @@ class CoreSchemaRegistry {
205
205
  * See: https://json-schema.org/draft/2019-09/json-schema-core.html#rfc.appendix.B.2
206
206
  *
207
207
  * @param schema The schema or URI to flatten.
208
- * @returns An Observable of the flattened schema object.
208
+ * @return A Promise that resolves to the flattened schema object.
209
209
  * @private since 11.2 without replacement.
210
210
  */
211
211
  async ɵflatten(schema) {