Skip to content

Commit b5d067c

Browse files
author
Angular Builds
committed
c706d50 build: update devinfra digest to 64d0e9d
1 parent c62dbca commit b5d067c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/build-angular",
3-
"version": "20.0.0-next.6+sha-b291a70",
3+
"version": "20.0.0-next.6+sha-c706d50",
44
"description": "Angular Webpack Build Facade",
55
"main": "src/index.js",
66
"typings": "src/index.d.ts",

‎src/utils/normalize-cache.js

+1-1
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-next.6+sha-b291a70';
13+
const VERSION = '20.0.0-next.6+sha-c706d50';
1414
function hasCacheMetadata(value) {
1515
return (!!value &&
1616
typeof value === 'object' &&

‎uniqueId

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fri Apr 18 2025 11:00:12 GMT+0000 (Coordinated Universal Time)
1+
Mon Apr 21 2025 16:31:09 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)