mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-28 06:06:36 +00:00
5.2.0
This commit is contained in:
parent
a8b75c89eb
commit
25eb15e1a2
@ -33,7 +33,7 @@
|
||||
name="twitter:image"
|
||||
content="https://esphome.github.io/esp-web-tools/static/social.png"
|
||||
/>
|
||||
<meta name="color-scheme" content="dark light">
|
||||
<meta name="color-scheme" content="dark light" />
|
||||
<style>
|
||||
body {
|
||||
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI",
|
||||
@ -128,7 +128,7 @@
|
||||
// In development we import locally.
|
||||
window.location.hostname === "localhost"
|
||||
? "/dist/web/install-button.js"
|
||||
: "https://unpkg.com/esp-web-tools@5.1.0/dist/web/install-button.js?module"
|
||||
: "https://unpkg.com/esp-web-tools@5.2.0/dist/web/install-button.js?module"
|
||||
);
|
||||
</script>
|
||||
</head>
|
||||
@ -281,7 +281,7 @@
|
||||
<pre>
|
||||
<script
|
||||
type="module"
|
||||
src="https://unpkg.com/esp-web-tools@5.1.0/dist/web/install-button.js?module"
|
||||
src="https://unpkg.com/esp-web-tools@5.2.0/dist/web/install-button.js?module"
|
||||
></script></pre
|
||||
>
|
||||
<p>
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "esp-web-tools",
|
||||
"version": "5.1.0",
|
||||
"version": "5.2.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "esp-web-tools",
|
||||
"version": "5.1.0",
|
||||
"version": "5.2.0",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@material/mwc-button": "^0.25.3",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "esp-web-tools",
|
||||
"version": "5.1.0",
|
||||
"version": "5.2.0",
|
||||
"description": "Web tools for ESP devices",
|
||||
"main": "dist/install-button.js",
|
||||
"repository": "https://github.com/esphome/web",
|
||||
|
Loading…
x
Reference in New Issue
Block a user