Skip to content

Commit a9bf06e

Browse files
author
Angular Builds
committed
542d528 fix(@angular/build): allow custom runner configuration file for unit-test
1 parent 395c1a0 commit a9bf06e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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": "@schematics/angular",
3-
"version": "21.0.0-next.9+sha-b884eb8",
3+
"version": "21.0.0-next.9+sha-542d528",
44
"description": "Schematics specific to Angular",
55
"homepage": "https://github.com/angular/angular-cli",
66
"keywords": [
@@ -22,8 +22,8 @@
2222
},
2323
"schematics": "./collection.json",
2424
"dependencies": {
25-
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#b884eb8",
26-
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#b884eb8",
25+
"@angular-devkit/core": "github:angular/angular-devkit-core-builds#542d528",
26+
"@angular-devkit/schematics": "github:angular/angular-devkit-schematics-builds#542d528",
2727
"jsonc-parser": "3.3.1"
2828
},
2929
"repository": {

uniqueId

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Mon Oct 27 2025 16:33:06 GMT+0000 (Coordinated Universal Time)
1+
Mon Oct 27 2025 17:16:51 GMT+0000 (Coordinated Universal Time)

utility/latest-versions.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)