Skip to content

Commit

Permalink
8c5db3c fix(platform-browser): avoid circular DI error in async rende…
Browse files Browse the repository at this point in the history
…rer (#59256)
  • Loading branch information
josephperrott committed Dec 20, 2024
1 parent 7469d8b commit 8c47503
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Thu Dec 19 21:44:03 UTC 2024
2c3630aafdf0f375e1e5fc45f9068a274b46b7c7
Fri Dec 20 23:42:53 UTC 2024
8c5db3cfb75700dd64f4c8c073554c7086835950
2 changes: 1 addition & 1 deletion config/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.4+sha-2c3630a
* @license Angular v19.1.0-next.4+sha-8c5db3c
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion fesm2022/config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.4+sha-2c3630a
* @license Angular v19.1.0-next.4+sha-8c5db3c
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
22 changes: 11 additions & 11 deletions fesm2022/service-worker.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.4+sha-2c3630a
* @license Angular v19.1.0-next.4+sha-8c5db3c
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -269,10 +269,10 @@ class SwPush {
decodeBase64(input) {
return atob(input);
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-2c3630a", ngImport: i0, type: SwPush, deps: [{ token: NgswCommChannel }], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-2c3630a", ngImport: i0, type: SwPush });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-8c5db3c", ngImport: i0, type: SwPush, deps: [{ token: NgswCommChannel }], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-8c5db3c", ngImport: i0, type: SwPush });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-2c3630a", ngImport: i0, type: SwPush, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-8c5db3c", ngImport: i0, type: SwPush, decorators: [{
type: Injectable
}], ctorParameters: () => [{ type: NgswCommChannel }] });

Expand Down Expand Up @@ -371,10 +371,10 @@ class SwUpdate {
const nonce = this.sw.generateNonce();
return this.sw.postMessageWithOperation('ACTIVATE_UPDATE', { nonce }, nonce);
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-2c3630a", ngImport: i0, type: SwUpdate, deps: [{ token: NgswCommChannel }], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-2c3630a", ngImport: i0, type: SwUpdate });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-8c5db3c", ngImport: i0, type: SwUpdate, deps: [{ token: NgswCommChannel }], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-8c5db3c", ngImport: i0, type: SwUpdate });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-2c3630a", ngImport: i0, type: SwUpdate, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-8c5db3c", ngImport: i0, type: SwUpdate, decorators: [{
type: Injectable
}], ctorParameters: () => [{ type: NgswCommChannel }] });

Expand Down Expand Up @@ -558,11 +558,11 @@ class ServiceWorkerModule {
providers: [provideServiceWorker(script, options)],
};
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-2c3630a", ngImport: i0, type: ServiceWorkerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.4+sha-2c3630a", ngImport: i0, type: ServiceWorkerModule });
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-2c3630a", ngImport: i0, type: ServiceWorkerModule, providers: [SwPush, SwUpdate] });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-8c5db3c", ngImport: i0, type: ServiceWorkerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.1.0-next.4+sha-8c5db3c", ngImport: i0, type: ServiceWorkerModule });
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-8c5db3c", ngImport: i0, type: ServiceWorkerModule, providers: [SwPush, SwUpdate] });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-2c3630a", ngImport: i0, type: ServiceWorkerModule, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.0-next.4+sha-8c5db3c", ngImport: i0, type: ServiceWorkerModule, decorators: [{
type: NgModule,
args: [{ providers: [SwPush, SwUpdate] }]
}] });
Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.1.0-next.4+sha-2c3630a
* @license Angular v19.1.0-next.4+sha-8c5db3c
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion ngsw-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ ${error.stack}`;
};

// bazel-out/k8-fastbuild-ST-2e5f3376adb5/bin/packages/service-worker/worker/src/debug.mjs
var SW_VERSION = "19.1.0-next.4+sha-2c3630a";
var SW_VERSION = "19.1.0-next.4+sha-8c5db3c";
var DEBUG_LOG_BUFFER_SIZE = 100;
var DebugHandler = class {
constructor(driver, adapter2) {
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/service-worker",
"version": "19.1.0-next.4+sha-2c3630a",
"version": "19.1.0-next.4+sha-8c5db3c",
"description": "Angular - service worker tooling!",
"author": "angular",
"license": "MIT",
Expand Down Expand Up @@ -33,8 +33,8 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/core": "19.1.0-next.4+sha-2c3630a",
"@angular/common": "19.1.0-next.4+sha-2c3630a"
"@angular/core": "19.1.0-next.4+sha-8c5db3c",
"@angular/common": "19.1.0-next.4+sha-8c5db3c"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8c47503

Please sign in to comment.