Skip to content

Commit

Permalink
edb8407 refactor(common): simplify null/undefined check in keyvalue
Browse files Browse the repository at this point in the history
… pipe (#59696)
  • Loading branch information
pkozlowski-opensource committed Jan 24, 2025
1 parent c52ae3a commit 381a5e9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fri Jan 24 11:36:55 UTC 2025
434568ba28cff5cb4a19b87c43db6e3908ec4190
Fri Jan 24 11:51:09 UTC 2025
edb8407d4f1a93efe316baff2f6a1da482d0e4fb
2 changes: 1 addition & 1 deletion fesm2022/init.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.2.0-next.0+sha-434568b
* @license Angular v19.2.0-next.0+sha-edb8407
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion fesm2022/localize.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.2.0-next.0+sha-434568b
* @license Angular v19.2.0-next.0+sha-edb8407
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion init/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.2.0-next.0+sha-434568b
* @license Angular v19.2.0-next.0+sha-edb8407
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/localize",
"version": "19.2.0-next.0+sha-434568b",
"version": "19.2.0-next.0+sha-edb8407",
"description": "Angular - library for localizing messages",
"bin": {
"localize-translate": "./tools/bundles/src/translate/cli.js",
Expand Down Expand Up @@ -67,8 +67,8 @@
"yargs": "^17.2.1"
},
"peerDependencies": {
"@angular/compiler": "19.2.0-next.0+sha-434568b",
"@angular/compiler-cli": "19.2.0-next.0+sha-434568b"
"@angular/compiler": "19.2.0-next.0+sha-edb8407",
"@angular/compiler-cli": "19.2.0-next.0+sha-edb8407"
},
"module": "./fesm2022/localize.mjs",
"typings": "./index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion schematics/ng-add/ng_add_bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion schematics/ng-add/ng_add_bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 381a5e9

Please sign in to comment.