@aepyornis/fastboot.ts 0.0.12 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/client.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aepyornis/fastboot.ts",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "Fastboot using WebUSB",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -11,7 +11,7 @@ const FastbootUSBDeviceFilter = {
11
11
  protocolCode: 0x03,
12
12
  }
13
13
 
14
- const MotorolaProducts = ["bangkk", "fogos"]
14
+ const MotorolaProducts = ["fogo", "fogos", "bangkk", "rhode", "hawao", "devon"]
15
15
 
16
16
  interface Logger {
17
17
  log(message: string): void