Skip to content

Commit

Permalink
chore: update demo app deps (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
BCsabaEngine authored Sep 9, 2024
1 parent d7cd023 commit 3fd80fc
Show file tree
Hide file tree
Showing 10 changed files with 321 additions and 611 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 1.5

### 1.5.1

- bugfix: It generated an error code if there was an @ sign in the file name. We tried to protect all possible characters: `!&()+./@{}~-`

### 1.5.0

- New engine type (-e psychic2) for PsychicHttp v2
Expand Down
4 changes: 4 additions & 0 deletions demo/svelte/dist/assets/index-Bq8Tite1.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions demo/svelte/dist/assets/index-lzaGR1AU.js

This file was deleted.

Binary file modified demo/svelte/dist/favicon.png.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion demo/svelte/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Svelte to ESP32 demo application</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#f3f4f6" />
<script type="module" crossorigin src="./assets/index-lzaGR1AU.js"></script>
<script type="module" crossorigin src="./assets/index-Bq8Tite1.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-C71TN5s4.css">
</head>

Expand Down
Loading

0 comments on commit 3fd80fc

Please sign in to comment.