Skip to content

Commit 99c19d5

Browse files
author
Angular Builds
committed
94a995296 refactor(@angular/cli): change workspace host to use async Node APIs
1 parent 23e95a8 commit 99c19d5

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@angular-devkit/build-angular",
3-
"version": "14.0.0-next.6+54.sha-09f8659",
3+
"version": "14.0.0-next.6+58.sha-94a9952",
44
"description": "Angular Webpack Build Facade",
55
"main": "src/index.js",
66
"typings": "src/index.d.ts",
77
"builders": "builders.json",
88
"dependencies": {
99
"@ampproject/remapping": "2.1.2",
10-
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#09f8659ce",
11-
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#09f8659ce",
12-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#09f8659ce",
10+
"@angular-devkit/architect": "github:angular/angular-devkit-architect-builds#94a995296",
11+
"@angular-devkit/build-webpack": "github:angular/angular-devkit-build-webpack-builds#94a995296",
12+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#94a995296",
1313
"@babel/core": "7.17.8",
1414
"@babel/generator": "7.17.7",
1515
"@babel/helper-annotate-as-pure": "7.16.7",
@@ -20,7 +20,7 @@
2020
"@babel/runtime": "7.17.8",
2121
"@babel/template": "7.16.7",
2222
"@discoveryjs/json-ext": "0.5.7",
23-
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#09f8659ce",
23+
"@ngtools/webpack": "github:angular/ngtools-webpack-builds#94a995296",
2424
"ansi-colors": "4.1.1",
2525
"babel-loader": "8.2.4",
2626
"babel-plugin-istanbul": "6.1.1",

src/utils/purge-cache.js

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Wed Mar 30 2022 16:55:01 GMT+0000 (Coordinated Universal Time)
1+
Wed Mar 30 2022 19:15:17 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)