Skip to content

Commit

Permalink
2fe54a1 fix(platform-browser): roll back HMR fix (#59557)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed Jan 16, 2025
1 parent b5a16b9 commit a4c00b1
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 Jan 16 11:25:22 UTC 2025
db745cd75f959c4271299c9eb6d7764e459441b8
Thu Jan 16 11:33:40 UTC 2025
2fe54a11f4539a712452d5819d8b4deb691953c1
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.2.0-next.0+sha-db745cd
* @license Angular v19.2.0-next.0+sha-2fe54a1
* (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.2.0-next.0+sha-db745cd
* @license Angular v19.2.0-next.0+sha-2fe54a1
* (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.2.0-next.0+sha-db745cd
* @license Angular v19.2.0-next.0+sha-2fe54a1
* (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.2.0-next.0+sha-db745cd", ngImport: i0, type: SwPush, deps: [{ token: NgswCommChannel }], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-db745cd", ngImport: i0, type: SwPush });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-2fe54a1", ngImport: i0, type: SwPush, deps: [{ token: NgswCommChannel }], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-2fe54a1", ngImport: i0, type: SwPush });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-db745cd", ngImport: i0, type: SwPush, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-2fe54a1", 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.2.0-next.0+sha-db745cd", ngImport: i0, type: SwUpdate, deps: [{ token: NgswCommChannel }], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-db745cd", ngImport: i0, type: SwUpdate });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-2fe54a1", ngImport: i0, type: SwUpdate, deps: [{ token: NgswCommChannel }], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-2fe54a1", ngImport: i0, type: SwUpdate });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-db745cd", ngImport: i0, type: SwUpdate, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-2fe54a1", 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.2.0-next.0+sha-db745cd", ngImport: i0, type: ServiceWorkerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.0-next.0+sha-db745cd", ngImport: i0, type: ServiceWorkerModule });
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-db745cd", ngImport: i0, type: ServiceWorkerModule, providers: [SwPush, SwUpdate] });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-2fe54a1", ngImport: i0, type: ServiceWorkerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.0-next.0+sha-2fe54a1", ngImport: i0, type: ServiceWorkerModule });
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-2fe54a1", ngImport: i0, type: ServiceWorkerModule, providers: [SwPush, SwUpdate] });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-db745cd", ngImport: i0, type: ServiceWorkerModule, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-2fe54a1", 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.2.0-next.0+sha-db745cd
* @license Angular v19.2.0-next.0+sha-2fe54a1
* (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.2.0-next.0+sha-db745cd";
var SW_VERSION = "19.2.0-next.0+sha-2fe54a1";
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.2.0-next.0+sha-db745cd",
"version": "19.2.0-next.0+sha-2fe54a1",
"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.2.0-next.0+sha-db745cd",
"@angular/common": "19.2.0-next.0+sha-db745cd"
"@angular/core": "19.2.0-next.0+sha-2fe54a1",
"@angular/common": "19.2.0-next.0+sha-2fe54a1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a4c00b1

Please sign in to comment.