Update frontend build (#5282)

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
Swifty
2023-09-21 08:07:15 +02:00
committed by GitHub
parent 186508e75c
commit 3f83e20387
4 changed files with 34344 additions and 34133 deletions

View File

@@ -6302,6 +6302,37 @@ met:
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
firebase_analytics
firebase_analytics_platform_interface
firebase_analytics_web
Copyright 2017, the Chromium project authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR

View File

@@ -15,7 +15,7 @@ const RESOURCES = {"canvaskit/chromium/canvaskit.js": "ffb2bb6484d5689d91f393b60
"assets/assets/github_logo.svg.png": "ba087b073efdc4996b035d3a12bad0e4",
"assets/assets/tree_structure.json": "df1797ddbc03568c1e93ef777e6ba55a",
"assets/AssetManifest.json": "9a86b7101ba9cf6d3ece522f3d52ec50",
"assets/NOTICES": "06d049e0cd2b90331423355256b44648",
"assets/NOTICES": "4bb25b816c066050cc878fc3fa20d68f",
"assets/AssetManifest.bin": "f9e0581d11df839f89dde10f89a5b694",
"assets/packages/cupertino_icons/assets/CupertinoIcons.ttf": "055d9e87e4a40dbf72b2af1a20865d57",
"assets/fonts/MaterialIcons-Regular.otf": "969d09564d38fc6771c2a639a7a0dcaa",
@@ -26,10 +26,10 @@ const RESOURCES = {"canvaskit/chromium/canvaskit.js": "ffb2bb6484d5689d91f393b60
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
"flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a",
"index.html": "4d27f8836a9fe31ff82e9b17e0470111",
"/": "4d27f8836a9fe31ff82e9b17e0470111",
"index.html": "cb0807e75a2f1a0b433cefdfb8a5c1c7",
"/": "cb0807e75a2f1a0b433cefdfb8a5c1c7",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"main.dart.js": "074f72f6fd4c43df4ad9cf0478bac7a8",
"main.dart.js": "e0de352d73159b0e59fcdb06386e2f7e",
"manifest.json": "0fa552613b8ec0fda5cda565914e3b16"};
// The application shell files that are downloaded before a service worker can
// start.

View File

@@ -35,7 +35,7 @@
<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "1503364550";
const serviceWorkerVersion = "3632730488";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>

File diff suppressed because one or more lines are too long