Skip to content

Commit 2c1c4d6

Browse files
author
Angular Builds
committed
adaa742 build: update pnpm to v9.15.9
1 parent db33df0 commit 2c1c4d6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/build-angular",
3-
"version": "20.1.0-next.0+sha-259f8c5",
3+
"version": "20.1.0-next.0+sha-adaa742",
44
"description": "Angular Webpack Build Facade",
55
"main": "src/index.js",
66
"typings": "src/index.d.ts",
@@ -136,7 +136,7 @@
136136
"type": "git",
137137
"url": "https://github.com/angular/angular-cli.git"
138138
},
139-
"packageManager": "pnpm@9.15.6",
139+
"packageManager": "pnpm@9.15.9",
140140
"engines": {
141141
"node": "^20.11.1 || ^22.11.0 || >=24.0.0",
142142
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",

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-259f8c5';
13+
const VERSION = '20.1.0-next.0+sha-adaa742';
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-
Mon May 12 2025 08:11:38 GMT+0000 (Coordinated Universal Time)
1+
Mon May 12 2025 08:48:54 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)