@angular-devkit/architect 0.1703.1 → 0.1800.0-next.0

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.
@@ -6,8 +6,6 @@
6
6
  * found in the LICENSE file at https://angular.io/license
7
7
  */
8
8
  /// <reference types="node" />
9
- /// <reference types="@types/node/url" />
10
- /// <reference types="@types/node/ts4.8/url" />
11
9
  import { json, workspaces } from '@angular-devkit/core';
12
10
  import { URL } from 'url';
13
11
  import { BuilderInfo } from '../src';
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@angular-devkit/architect",
3
- "version": "0.1703.1",
3
+ "version": "0.1800.0-next.0",
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": "17.3.1",
9
+ "@angular-devkit/core": "18.0.0-next.0",
10
10
  "rxjs": "7.8.1"
11
11
  },
12
12
  "builders": "./builders/builders.json",
@@ -22,7 +22,7 @@
22
22
  "url": "https://github.com/angular/angular-cli.git"
23
23
  },
24
24
  "engines": {
25
- "node": "^18.13.0 || >=20.9.0",
25
+ "node": "^18.19.1 || >=20.11.1",
26
26
  "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
27
27
  "yarn": ">= 1.13.0"
28
28
  },
@@ -6,8 +6,7 @@
6
6
  * found in the LICENSE file at https://angular.io/license
7
7
  */
8
8
  /// <reference types="node" />
9
- /// <reference types="@types/node/fs" />
10
- /// <reference types="@types/node/ts4.8/fs" />
9
+ /// <reference types="node" />
11
10
  import { Path, PathFragment, virtualFs } from '@angular-devkit/core';
12
11
  import { NodeJsSyncHost } from '@angular-devkit/core/node';
13
12
  import { Stats } from 'fs';