Skip to content

Commit 4f185e8

Browse files
author
Angular Builds
committed
880a50c fix(@angular/build): exclude unmodified files from logs with --localize
1 parent 6be1fc9 commit 4f185e8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular-devkit/schematics-cli",
3-
"version": "19.2.0-next.1+sha-021985f",
3+
"version": "19.2.0-next.1+sha-880a50c",
44
"description": "Angular Schematics - CLI",
55
"homepage": "https://github.com/angular/angular-cli",
66
"bin": {
@@ -21,8 +21,8 @@
2121
],
2222
"schematics": "./collection.json",
2323
"dependencies": {
24-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#021985f",
25-
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#021985f",
24+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#880a50c",
25+
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#880a50c",
2626
"@inquirer/prompts": "7.3.1",
2727
"ansi-colors": "4.1.3",
2828
"symbol-observable": "4.0.0",

schematic/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"devDependencies": {
2121
"@types/node": "^18.18.0",
2222
"@types/jasmine": "~5.1.0",
23-
"jasmine": "~5.5.0"
23+
"jasmine": "~5.6.0"
2424
}
2525
}

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fri Feb 07 2025 19:12:54 GMT+0000 (Coordinated Universal Time)
1+
Mon Feb 10 2025 15:42:12 GMT+0000 (Coordinated Universal Time)

0 commit comments

Comments
 (0)