@shapeshiftoss/hdwallet-keepkey-electron 1.17.1-alpha.0 → 1.17.1-legacy
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/dist/adapter.d.ts +1 -1
- package/dist/client.d.ts +3 -3
- package/dist/client.d.ts.map +1 -1
- package/dist/proxies.d.ts +1 -1
- package/dist/proxies.d.ts.map +1 -1
- package/package.json +3 -3
package/dist/adapter.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as keepkey from "@shapeshiftoss/hdwallet-keepkey";
|
|
2
2
|
export declare const Adapter: keepkey.AdapterConstructor<{
|
|
3
3
|
getDevices(): Promise<string[]>;
|
|
4
|
-
getDevice(serialNumber?: string
|
|
4
|
+
getDevice(serialNumber?: string): Promise<string>;
|
|
5
5
|
getTransportDelegate(handle: string): Promise<import("./proxies").TransportDelegateProxy>;
|
|
6
6
|
}>;
|
|
7
7
|
//# sourceMappingURL=adapter.d.ts.map
|
package/dist/client.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export declare const CLIENT_TAG = "apiHDWalletKeepKeyElectronClient";
|
|
2
2
|
export declare const Client: {
|
|
3
3
|
getDevices(): Promise<string[]>;
|
|
4
|
-
getDevice(serialNumber?: string
|
|
4
|
+
getDevice(serialNumber?: string): Promise<string>;
|
|
5
5
|
getTransportDelegate(handle: string): Promise<void>;
|
|
6
6
|
isOpened(handle: string): Promise<boolean>;
|
|
7
7
|
getDeviceID(handle: string): Promise<string>;
|
|
8
8
|
connect(handle: string): Promise<void>;
|
|
9
9
|
tryConnectDebugLink(handle: string): Promise<boolean>;
|
|
10
10
|
disconnect(handle: string): Promise<void>;
|
|
11
|
-
writeChunk(handle: string, buf: Uint8Array, debugLink?: boolean
|
|
12
|
-
readChunk(handle: string, debugLink?: boolean
|
|
11
|
+
writeChunk(handle: string, buf: Uint8Array, debugLink?: boolean): Promise<void>;
|
|
12
|
+
readChunk(handle: string, debugLink?: boolean): Promise<Uint8Array>;
|
|
13
13
|
expose(): void;
|
|
14
14
|
};
|
|
15
15
|
export declare type Client = typeof Client;
|
package/dist/client.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,UAAU,qCAAqC,CAAC;AAE7D,eAAO,MAAM,MAAM;kBACH,QAAQ,MAAM,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"AAeA,eAAO,MAAM,UAAU,qCAAqC,CAAC;AAE7D,eAAO,MAAM,MAAM;kBACH,QAAQ,MAAM,EAAE,CAAC;6BAGN,MAAM,GAAG,QAAQ,MAAM,CAAC;iCAGpB,MAAM,GAAG,QAAQ,IAAI,CAAC;qBAGlC,MAAM,GAAG,QAAQ,OAAO,CAAC;wBAGtB,MAAM,GAAG,QAAQ,MAAM,CAAC;oBAG5B,MAAM,GAAG,QAAQ,IAAI,CAAC;gCAGV,MAAM,GAAG,QAAQ,OAAO,CAAC;uBAGlC,MAAM,GAAG,QAAQ,IAAI,CAAC;uBAGtB,MAAM,OAAO,UAAU,cAAc,OAAO,GAAG,QAAQ,IAAI,CAAC;sBAG7D,MAAM,cAAc,OAAO,GAAG,QAAQ,UAAU,CAAC;;CAMpE,CAAA;AACD,oBAAY,MAAM,GAAG,OAAO,MAAM,CAAC"}
|
package/dist/proxies.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as keepkey from "@shapeshiftoss/hdwallet-keepkey";
|
|
2
2
|
export declare const AdapterDelegateProxy: {
|
|
3
3
|
getDevices(): Promise<string[]>;
|
|
4
|
-
getDevice(serialNumber?: string
|
|
4
|
+
getDevice(serialNumber?: string): Promise<string>;
|
|
5
5
|
getTransportDelegate(handle: string): Promise<TransportDelegateProxy>;
|
|
6
6
|
};
|
|
7
7
|
export declare class TransportDelegateProxy implements keepkey.TransportDelegate {
|
package/dist/proxies.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"proxies.d.ts","sourceRoot":"","sources":["../src/proxies.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,iCAAiC,CAAC;AAQ3D,eAAO,MAAM,oBAAoB;kBACjB,QAAQ,MAAM,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"proxies.d.ts","sourceRoot":"","sources":["../src/proxies.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,iCAAiC,CAAC;AAQ3D,eAAO,MAAM,oBAAoB;kBACjB,QAAQ,MAAM,EAAE,CAAC;6BAGN,MAAM,GAAG,QAAQ,MAAM,CAAC;iCAGd,MAAM;CAI1C,CAAC;AAEF,qBAAa,sBAAuB,YAAW,OAAO,CAAC,iBAAiB;IACtE,MAAM,EAAE,MAAM,CAAC;gBACH,MAAM,EAAE,MAAM;IAI1B,QAAQ,IAAI,OAAO,CAAC,OAAO,CAAC;IAG5B,WAAW,IAAI,OAAO,CAAC,MAAM,CAAC;IAI9B,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC;IAGxB,mBAAmB,IAAI,OAAO,CAAC,OAAO,CAAC;IAGvC,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC;IAI3B,UAAU,CAAC,GAAG,EAAE,UAAU,EAAE,SAAS,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IAG/D,SAAS,CAAC,SAAS,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC,UAAU,CAAC;CAGpD"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shapeshiftoss/hdwallet-keepkey-electron",
|
|
3
|
-
"version": "1.17.1-
|
|
3
|
+
"version": "1.17.1-legacy",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"prepublishOnly": "yarn clean && yarn build"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@shapeshiftoss/hdwallet-keepkey": "1.17.1-
|
|
17
|
+
"@shapeshiftoss/hdwallet-keepkey": "1.17.1-legacy",
|
|
18
18
|
"uuid": "^8.3.2"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"electron": "^12.0.9",
|
|
26
26
|
"typescript": "^4.3.2"
|
|
27
27
|
},
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "3332b86074c2578bbe4add75699591067ea8153e"
|
|
29
29
|
}
|