@angular-devkit/architect 0.1500.0-rc.1 → 0.1500.0-rc.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,12 +1,12 @@
1
1
  {
2
2
  "name": "@angular-devkit/architect",
3
- "version": "0.1500.0-rc.1",
3
+ "version": "0.1500.0-rc.3",
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": "15.0.0-rc.1",
9
+ "@angular-devkit/core": "15.0.0-rc.3",
10
10
  "rxjs": "6.6.7"
11
11
  },
12
12
  "builders": "./builders/builders.json",
@@ -175,7 +175,7 @@ function createBuilder(fn) {
175
175
  // Manage some state automatically.
176
176
  progress({ state: api_1.BuilderProgressState.Running, current: 0, total: 1 }, context);
177
177
  subscriptions.push(result
178
- .pipe((0, operators_1.tap)(() => {
178
+ .pipe((0, operators_1.defaultIfEmpty)({ success: false }), (0, operators_1.tap)(() => {
179
179
  progress({ state: api_1.BuilderProgressState.Running, current: total }, context);
180
180
  progress({ state: api_1.BuilderProgressState.Stopped }, context);
181
181
  }), (0, operators_1.mergeMap)(async (value) => {