hardware-example 1.2.0-alpha.33 → 1.2.0-alpha.37

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "hardware-example",
3
3
  "productName": "HardwareExample",
4
4
  "executableName": "onekey-hardware-example",
5
- "version": "1.2.0-alpha.33",
5
+ "version": "1.2.0-alpha.37",
6
6
  "author": "OneKey",
7
7
  "description": "End-to-end encrypted workspaces for teams",
8
8
  "main": "dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "ts:check": "yarn tsc --noEmit"
23
23
  },
24
24
  "dependencies": {
25
- "@onekeyfe/hd-transport-electron": "1.2.0-alpha.33",
25
+ "@onekeyfe/hd-transport-electron": "1.1.34-alpha.1",
26
26
  "@stoprocent/noble": "2.3.16",
27
27
  "debug": "4.3.4",
28
28
  "electron-is-dev": "^3.0.1",
@@ -45,5 +45,5 @@
45
45
  "**/node-gyp": "^10.0.1",
46
46
  "tmp": "0.2.4"
47
47
  },
48
- "gitHead": "965e837c93fc67225ccfac28d22c3403ff96ad25"
48
+ "gitHead": "af7d87f4136ea4ce3cbec3546e4ad52a3f5c0e1f"
49
49
  }
Binary file
Binary file
Binary file
package/src/index.ts CHANGED
@@ -18,7 +18,7 @@ autoUpdater.logger = log;
18
18
  const isMac = process.platform === 'darwin';
19
19
  const isWin = process.platform === 'win32';
20
20
 
21
- const APP_NAME = 'OneKey Electron Demo';
21
+ const APP_NAME = 'OneKey Example';
22
22
  app.name = APP_NAME;
23
23
  let mainWindow: BrowserWindow | null;
24
24