Skip to content

Commit b807ca4

Browse files
author
Angular Builds
committed
5435935 build: update all non-major dependencies
1 parent c8c80b7 commit b807ca4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/build",
3-
"version": "20.0.0-next.6+sha-8bfcae4",
3+
"version": "20.0.0-next.6+sha-5435935",
44
"description": "Official build system for Angular",
55
"keywords": [
66
"Angular CLI",

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-next.6+sha-8bfcae4';
13+
const VERSION = '20.0.0-next.6+sha-5435935';
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 Apr 23 2025 07:49:09 GMT+0000 (Coordinated Universal Time)
1+
Wed Apr 23 2025 08:54:08 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)