@angular-devkit/architect 0.1402.8 → 0.1402.10

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,12 +1,12 @@
1
1
  {
2
2
  "name": "@angular-devkit/architect",
3
- "version": "0.1402.8",
3
+ "version": "0.1402.10",
4
4
  "description": "Angular Build Facade",
5
5
  "experimental": true,
6
6
  "main": "src/index.js",
7
7
  "typings": "src/index.d.ts",
8
8
  "dependencies": {
9
- "@angular-devkit/core": "14.2.8",
9
+ "@angular-devkit/core": "14.2.10",
10
10
  "rxjs": "6.6.7"
11
11
  },
12
12
  "builders": "./builders/builders.json",
@@ -176,7 +176,7 @@ function createBuilder(fn) {
176
176
  // Manage some state automatically.
177
177
  progress({ state: api_1.BuilderProgressState.Running, current: 0, total: 1 }, context);
178
178
  subscriptions.push(result
179
- .pipe((0, operators_1.tap)(() => {
179
+ .pipe((0, operators_1.defaultIfEmpty)({ success: false }), (0, operators_1.tap)(() => {
180
180
  progress({ state: api_1.BuilderProgressState.Running, current: total }, context);
181
181
  progress({ state: api_1.BuilderProgressState.Stopped }, context);
182
182
  }), (0, operators_1.mergeMap)(async (value) => {