Paulus Schoutsen 2 yıl önce
ebeveyn
işleme
086921e5ed
3 değiştirilmiş dosya ile 6 ekleme ve 17 silme
  1. 3 14
      index.html
  2. 2 2
      package-lock.json
  3. 1 1
      package.json

+ 3 - 14
index.html

@@ -138,7 +138,7 @@
         // In development we import locally.
         window.location.hostname === "localhost"
           ? "/dist/web/install-button.js"
-          : "https://unpkg.com/esp-web-tools@8.0.6/dist/web/install-button.js?module"
+          : "https://unpkg.com/esp-web-tools@9.0.0/dist/web/install-button.js?module"
       );
     </script>
   </head>
@@ -301,7 +301,7 @@
       <pre>
 &lt;script
   type="module"
-  src="https://unpkg.com/esp-web-tools@8.0.6/dist/web/install-button.js?module"
+  src="https://unpkg.com/esp-web-tools@9.0.0/dist/web/install-button.js?module"
 >&lt;/script></pre
       >
       <p>
@@ -494,18 +494,7 @@ button.overrides = {
         </div>
         <div>
           ESP Web Tools is
-          <a href="https://github.com/esphome/esp-web-tools">open source</a>
-          and uses
-          <a href="https://github.com/NabuCasa/esp-web-flasher"
-            >ESP Web Flasher</a
-          >
-          originally developed as
-          <a href="https://github.com/adafruit/Adafruit_WebSerial_ESPTool"
-            >Adafruit_WebSerial_ESPTool</a
-          >
-          by
-          <a href="https://github.com/makermelissa">Melissa LeBlanc-Williams</a
-          >.
+          <a href="https://github.com/esphome/esp-web-tools">open source</a>.
         </div>
       </div>
     </div>

+ 2 - 2
package-lock.json

@@ -1,12 +1,12 @@
 {
   "name": "esp-web-tools",
-  "version": "8.0.6",
+  "version": "9.0.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "esp-web-tools",
-      "version": "8.0.6",
+      "version": "9.0.0",
       "hasInstallScript": true,
       "license": "Apache-2.0",
       "dependencies": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "esp-web-tools",
-  "version": "8.0.6",
+  "version": "9.0.0",
   "description": "Web tools for ESP devices",
   "main": "dist/install-button.js",
   "repository": "https://github.com/esphome/esp-web-tools",