Skip to content

Commit 68637bd

Browse files
committed
fix: missing extension build
1 parent 2e06e3f commit 68637bd

File tree

7 files changed

+16900
-16892
lines changed

7 files changed

+16900
-16892
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
## 0.15.2
12
## 0.15.1
23
[2024-09-16]
34
#### Fixed

extension/devtools/build/flutter_bootstrap.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/devtools/build/flutter_service_worker.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ const MANIFEST = 'flutter-app-manifest';
33
const TEMP = 'flutter-temp-cache';
44
const CACHE_NAME = 'flutter-app-cache';
55

6-
const RESOURCES = {"flutter_bootstrap.js": "a4b37a6c3347fe5708d1df87206cd169",
6+
const RESOURCES = {"flutter_bootstrap.js": "5afc32a623ca229ee96082f13b18fab6",
77
"version.json": "7b00eabaafb0e16e820936aaca03e718",
8-
"index.html": "42e62d7176a23c2f9554852d14b53836",
9-
"/": "42e62d7176a23c2f9554852d14b53836",
10-
"main.dart.js": "bbe501878d89a175dc9c622cea786aac",
8+
"index.html": "c9de6d562a4429b35d9a6bf7028fc728",
9+
"/": "c9de6d562a4429b35d9a6bf7028fc728",
10+
"main.dart.js": "230db01294e102efae1dc04a44942425",
1111
"flutter.js": "383e55f7f3cce5be08fcf1f3881f585c",
1212
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
1313
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",

extension/devtools/build/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
<script>
3636
// The value below is injected by flutter build, do not touch.
37-
const serviceWorkerVersion = "242517482";
37+
const serviceWorkerVersion = "939768741";
3838
</script>
3939
<!-- This script adds the flutter initialization JS code -->
4040
<script src="flutter.js" defer></script>

0 commit comments

Comments
 (0)