Skip to content

Commit 96b498d

Browse files
author
Angular Builds
committed
be8cfba build: update ora to version 8
1 parent 7aac23d commit 96b498d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/build-angular",
3-
"version": "20.0.0-rc.3+sha-4f515ad",
3+
"version": "20.0.0-rc.3+sha-be8cfba",
44
"description": "Angular Webpack Build Facade",
55
"main": "src/index.js",
66
"typings": "src/index.d.ts",
@@ -41,7 +41,7 @@
4141
"loader-utils": "3.3.1",
4242
"mini-css-extract-plugin": "2.9.2",
4343
"open": "10.1.2",
44-
"ora": "5.4.1",
44+
"ora": "8.2.0",
4545
"picomatch": "4.0.2",
4646
"piscina": "5.0.0",
4747
"postcss": "8.5.3",

src/utils/normalize-cache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
1010
exports.normalizeCacheOptions = normalizeCacheOptions;
1111
const node_path_1 = require("node:path");
1212
/** Version placeholder is replaced during the build process with actual package version */
13-
const VERSION = '20.0.0-rc.3+sha-4f515ad';
13+
const VERSION = '20.0.0-rc.3+sha-be8cfba';
1414
function hasCacheMetadata(value) {
1515
return (!!value &&
1616
typeof value === 'object' &&

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Wed May 21 2025 11:15:22 GMT+0000 (Coordinated Universal Time)
1+
Wed May 21 2025 13:04:07 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)