From 148fee8859e1ff423d98bcd9e90240e7c22f6191 Mon Sep 17 00:00:00 2001 From: Nils-Johan Gynther Date: Fri, 8 May 2026 14:25:00 +0200 Subject: [PATCH] feat: update service worker version in flutter_bootstrap.js --- flutter/build/8dd4b6756ca3cbcd39307219c48c959e/.filecache | 2 +- flutter/build/web/flutter_bootstrap.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flutter/build/8dd4b6756ca3cbcd39307219c48c959e/.filecache b/flutter/build/8dd4b6756ca3cbcd39307219c48c959e/.filecache index 12cf6445..b78eaecd 100644 --- a/flutter/build/8dd4b6756ca3cbcd39307219c48c959e/.filecache +++ b/flutter/build/8dd4b6756ca3cbcd39307219c48c959e/.filecache @@ -1 +1 @@ -{"version":2,"files":[{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\generated\\app_localizations_sv.dart","hash":"f1e13c0f9c90ec81955912c7df8a2430"},{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\l10n.yaml","hash":"3a6f56d787f3093703fe91c15fc15342"},{"path":"C:\\Users\\Nils-JohanGynther\\AppData\\Local\\Programs\\flutter\\packages\\flutter_tools\\lib\\src\\build_system\\targets\\localizations.dart","hash":"33a276900ad78ff1cd267a3483f69235"},{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\generated\\app_localizations_en.dart","hash":"e6e1e4bddc2ee4d8ee8385d6eea4e3c6"},{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\app_en.arb","hash":"e6bd7c70391c9b7e84f8d1c6d59b6638"},{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\generated\\app_localizations.dart","hash":"7110f582493fdc56442a8e9e76ccf71d"},{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\app_sv.arb","hash":"24892b1e0a97f7e262e95bec62340fad"}]} \ No newline at end of file +{"version":2,"files":[{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\generated\\app_localizations_sv.dart","hash":"9d94bd45c82cddfabd1e14499720021e"},{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\l10n.yaml","hash":"3a6f56d787f3093703fe91c15fc15342"},{"path":"C:\\Users\\Nils-JohanGynther\\AppData\\Local\\Programs\\flutter\\packages\\flutter_tools\\lib\\src\\build_system\\targets\\localizations.dart","hash":"33a276900ad78ff1cd267a3483f69235"},{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\generated\\app_localizations_en.dart","hash":"f87ad39cbf2f19cd354eb22755efcf19"},{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\app_en.arb","hash":"1ad259fa8842a160661d3624c7ed2a58"},{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\generated\\app_localizations.dart","hash":"314556ec3609e717e3a60c3f364c41bf"},{"path":"C:\\Users\\Nils-JohanGynther\\dev\\recipe-app\\flutter\\lib\\l10n\\app_sv.arb","hash":"bf89bd544fcfb2c6cdafbd916963b516"}]} \ No newline at end of file diff --git a/flutter/build/web/flutter_bootstrap.js b/flutter/build/web/flutter_bootstrap.js index 57751b42..485c4f6f 100644 --- a/flutter/build/web/flutter_bootstrap.js +++ b/flutter/build/web/flutter_bootstrap.js @@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"59aa584fdf100e6c78c785d8a5b565d1de4b48 _flutter.loader.load({ serviceWorkerSettings: { - serviceWorkerVersion: "3041144465" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */ + serviceWorkerVersion: "3795187910" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */ } });