@angular-devkit/architect
Advanced tools
Comparing version 0.1703.1 to 0.1800.0-next.0
@@ -9,4 +9,2 @@ /** | ||
/// <reference types="node" /> | ||
/// <reference types="@types/node/url" /> | ||
/// <reference types="@types/node/ts4.8/url" /> | ||
import { json, workspaces } from '@angular-devkit/core'; | ||
@@ -13,0 +11,0 @@ import { URL } from 'url'; |
{ | ||
"name": "@angular-devkit/architect", | ||
"version": "0.1703.1", | ||
"version": "0.1800.0-next.0", | ||
"description": "Angular Build Facade", | ||
@@ -9,3 +9,3 @@ "experimental": true, | ||
"dependencies": { | ||
"@angular-devkit/core": "17.3.1", | ||
"@angular-devkit/core": "18.0.0-next.0", | ||
"rxjs": "7.8.1" | ||
@@ -26,3 +26,3 @@ }, | ||
"engines": { | ||
"node": "^18.13.0 || >=20.9.0", | ||
"node": "^18.19.1 || >=20.11.1", | ||
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0", | ||
@@ -29,0 +29,0 @@ "yarn": ">= 1.13.0" |
@@ -9,4 +9,3 @@ /** | ||
/// <reference types="node" /> | ||
/// <reference types="@types/node/fs" /> | ||
/// <reference types="@types/node/ts4.8/fs" /> | ||
/// <reference types="node" /> | ||
import { Path, PathFragment, virtualFs } from '@angular-devkit/core'; | ||
@@ -13,0 +12,0 @@ import { NodeJsSyncHost } from '@angular-devkit/core/node'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
166438
4065
+ Added@angular-devkit/core@18.0.0-next.0(transitive)
- Removed@angular-devkit/core@17.3.1(transitive)