Skip to content

Commit e0d85f3

Browse files
762e56e refactor(common): drop platform check in PreconnectLinkChecker (#59714)
1 parent 8f2b2d3 commit e0d85f3

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

BUILD_INFO

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Mon Jan 27 16:13:47 UTC 2025
2-
69fe9163f592ba24867f590e3cf031ab6d6418e1
1+
Mon Jan 27 16:29:03 UTC 2025
2+
762e56e21014bad5d5ab74966447cfef60a021e3

fesm2022/init.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v19.2.0-next.0+sha-69fe916
2+
* @license Angular v19.2.0-next.0+sha-762e56e
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

fesm2022/localize.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v19.2.0-next.0+sha-69fe916
2+
* @license Angular v19.2.0-next.0+sha-762e56e
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

init/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v19.2.0-next.0+sha-69fe916
2+
* @license Angular v19.2.0-next.0+sha-762e56e
33
* (c) 2010-2024 Google LLC. https://angular.io/
44
* License: MIT
55
*/

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/localize",
3-
"version": "19.2.0-next.0+sha-69fe916",
3+
"version": "19.2.0-next.0+sha-762e56e",
44
"description": "Angular - library for localizing messages",
55
"bin": {
66
"localize-translate": "./tools/bundles/src/translate/cli.js",
@@ -67,8 +67,8 @@
6767
"yargs": "^17.2.1"
6868
},
6969
"peerDependencies": {
70-
"@angular/compiler": "19.2.0-next.0+sha-69fe916",
71-
"@angular/compiler-cli": "19.2.0-next.0+sha-69fe916"
70+
"@angular/compiler": "19.2.0-next.0+sha-762e56e",
71+
"@angular/compiler-cli": "19.2.0-next.0+sha-762e56e"
7272
},
7373
"module": "./fesm2022/localize.mjs",
7474
"typings": "./index.d.ts",

schematics/ng-add/ng_add_bundle.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schematics/ng-add/ng_add_bundle.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)