Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 8f31ae99 authored by Manu Suresh's avatar Manu Suresh
Browse files

[DNM]: Use custom fastboot.js branch

Usage:
cd app && rm -rf node_modules && npm i && npm run build-fastboot && npm run dev
parent 3d9a0c97
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
      "version": "0.13.4",
      "license": "GPLv3",
      "dependencies": {
        "@e/fastboot": "1.1.4",
        "@e/fastboot": "https://gitlab.e.foundation/e/tools/fastboot.js/-/archive/1594devices_eos_installer-code-safety/fastboot.js-1594devices_eos_installer-code-safety.tar",
        "@yume-chan/adb": "1.1.0",
        "@yume-chan/adb-credential-web": "1.1.0",
        "@yume-chan/adb-daemon-webusb": "1.1.0",
@@ -30,8 +30,9 @@
    },
    "node_modules/@e/fastboot": {
      "version": "1.1.4",
      "resolved": "https://gitlab.e.foundation/api/v4/projects/1751/packages/npm/@e/fastboot/-/@e/fastboot-1.1.4.tgz",
      "integrity": "sha1-aJPGtwFhrnnf0ktIJH47kVvlV+k=",
      "resolved": "https://gitlab.e.foundation/e/tools/fastboot.js/-/archive/1594devices_eos_installer-code-safety/fastboot.js-1594devices_eos_installer-code-safety.tar",
      "integrity": "sha512-TzVhaeOoe+nfowWZIuh6GWuJoeEv8WSAmoEissv0XA9dghDTS4tIXWO8mcCCyfL++gFqxiARHCWNZHUmIiYSkQ==",
      "license": "MIT",
      "dependencies": {
        "@zip.js/zip.js": "^2.7.6",
        "pako": "^2.1.0"
+4 −3
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  "version": "0.13.4",
  "type": "module",
  "scripts": {
    "build-fastboot": "cd node_modules/@e/fastboot && npm install && npm run build",
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
@@ -19,14 +20,14 @@
    "vite-plugin-static-copy": "^2.2.0"
  },
  "dependencies": {
    "@e/fastboot": "1.1.4",
    "hash-wasm": "^4.11.0",
    "@e/fastboot": "https://gitlab.e.foundation/e/tools/fastboot.js/-/archive/1594devices_eos_installer-code-safety/fastboot.js-1594devices_eos_installer-code-safety.tar",
    "@yume-chan/adb": "1.1.0",
    "@yume-chan/adb-daemon-webusb": "1.1.0",
    "@yume-chan/adb-credential-web": "1.1.0",
    "@yume-chan/adb-daemon-webusb": "1.1.0",
    "@yume-chan/stream-extra": "1.0.0",
    "@yume-chan/struct": "1.0.0",
    "@zip.js/zip.js": "^2.7.54",
    "hash-wasm": "^4.11.0",
    "ky": "^1.7.4"
  }
}