Skip to content

Commit 1f46f4e

Browse files
author
Angular Builds
committed
411ff72 build: update dependency aspect_rules_ts to v3.6.0
1 parent 22098fb commit 1f46f4e

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/build",
3-
"version": "20.1.0-next.0+sha-0b4e3f3",
3+
"version": "20.1.0-next.0+sha-411ff72",
44
"description": "Official build system for Angular",
55
"keywords": [
66
"Angular CLI",

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.1.0-next.0+sha-0b4e3f3';
13+
const VERSION = '20.1.0-next.0+sha-411ff72';
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 May 16 2025 13:19:27 GMT+0000 (Coordinated Universal Time)
1+
Fri May 16 2025 17:02:44 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)