@angular-devkit/architect-cli 0.1800.3 → 0.1801.0-next.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/architect-cli",
3
- "version": "0.1800.3",
3
+ "version": "0.1801.0-next.1",
4
4
  "description": "Angular Architect CLI",
5
5
  "homepage": "https://github.com/angular/angular-cli",
6
6
  "experimental": true,
@@ -19,8 +19,8 @@
19
19
  "tooling"
20
20
  ],
21
21
  "dependencies": {
22
- "@angular-devkit/architect": "0.1800.3",
23
- "@angular-devkit/core": "18.0.3",
22
+ "@angular-devkit/architect": "0.1801.0-next.1",
23
+ "@angular-devkit/core": "18.1.0-next.1",
24
24
  "ansi-colors": "4.1.3",
25
25
  "progress": "2.0.3",
26
26
  "symbol-observable": "4.0.0",
package/src/progress.d.ts CHANGED
@@ -5,7 +5,6 @@
5
5
  * Use of this source code is governed by an MIT-style license that can be
6
6
  * found in the LICENSE file at https://angular.io/license
7
7
  */
8
- /// <reference types="node" />
9
8
  export declare class MultiProgressBar<Key, T> {
10
9
  private _status;
11
10
  private _stream;