@angular-devkit/core 15.0.0-rc.0 → 15.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": "15.0.0-rc.0",
3
+ "version": "15.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",
@@ -112,7 +112,7 @@ class Logger extends rxjs_1.Observable {
112
112
  // eslint-disable-next-line prefer-rest-params
113
113
  arguments);
114
114
  }
115
- forEach(next, promiseCtor) {
115
+ forEach(next, promiseCtor = Promise) {
116
116
  return this._observable.forEach(next, promiseCtor);
117
117
  }
118
118
  }