@onekeyfe/hd-core 1.1.10-alpha.5 → 1.1.10-alpha.6

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.
@@ -11,6 +11,9 @@ export default class TronSignMessage extends BaseMethod<HardwareTronSignMessage>
11
11
  pro: {
12
12
  min: string;
13
13
  };
14
+ classic1s: {
15
+ min: string;
16
+ };
14
17
  };
15
18
  run(): Promise<import("@onekeyfe/hd-transport").TronMessageSignature>;
16
19
  }
@@ -1 +1 @@
1
- {"version":3,"file":"TronSignMessage.d.ts","sourceRoot":"","sources":["../../../src/api/tron/TronSignMessage.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,IAAI,uBAAuB,EAE3C,MAAM,wBAAwB,CAAC;AAIhC,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAI3C,MAAM,CAAC,OAAO,OAAO,eAAgB,SAAQ,UAAU,CAAC,uBAAuB,CAAC;IAC9E,IAAI;IA+BJ,eAAe;;;;;IAQf,wBAAwB;;;;;IAQlB,GAAG;CAmBV"}
1
+ {"version":3,"file":"TronSignMessage.d.ts","sourceRoot":"","sources":["../../../src/api/tron/TronSignMessage.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,eAAe,IAAI,uBAAuB,EAE3C,MAAM,wBAAwB,CAAC;AAIhC,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAI3C,MAAM,CAAC,OAAO,OAAO,eAAgB,SAAQ,UAAU,CAAC,uBAAuB,CAAC;IAC9E,IAAI;IA+BJ,eAAe;;;;;IAQf,wBAAwB;;;;;;;;IAWlB,GAAG;CAmBV"}
package/dist/index.js CHANGED
@@ -33908,6 +33908,9 @@ class TronSignMessage extends BaseMethod {
33908
33908
  pro: {
33909
33909
  min: '4.16.0',
33910
33910
  },
33911
+ classic1s: {
33912
+ min: '3.13.0',
33913
+ },
33911
33914
  };
33912
33915
  }
33913
33916
  run() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onekeyfe/hd-core",
3
- "version": "1.1.10-alpha.5",
3
+ "version": "1.1.10-alpha.6",
4
4
  "description": "Core processes and APIs for communicating with OneKey hardware devices.",
5
5
  "author": "OneKey",
6
6
  "homepage": "https://github.com/OneKeyHQ/hardware-js-sdk#readme",
@@ -25,8 +25,8 @@
25
25
  "url": "https://github.com/OneKeyHQ/hardware-js-sdk/issues"
26
26
  },
27
27
  "dependencies": {
28
- "@onekeyfe/hd-shared": "1.1.10-alpha.5",
29
- "@onekeyfe/hd-transport": "1.1.10-alpha.5",
28
+ "@onekeyfe/hd-shared": "1.1.10-alpha.6",
29
+ "@onekeyfe/hd-transport": "1.1.10-alpha.6",
30
30
  "axios": "^0.27.2",
31
31
  "bignumber.js": "^9.0.2",
32
32
  "bytebuffer": "^5.0.1",
@@ -46,5 +46,5 @@
46
46
  "@types/web-bluetooth": "^0.0.21",
47
47
  "ripple-keypairs": "^1.3.1"
48
48
  },
49
- "gitHead": "50524a111ea322bdb508d420b195f260aa3f5036"
49
+ "gitHead": "1a9e12fd0214c211c2750ea6ba778e965a8fec2f"
50
50
  }
@@ -54,6 +54,9 @@ export default class TronSignMessage extends BaseMethod<HardwareTronSignMessage>
54
54
  pro: {
55
55
  min: '4.16.0',
56
56
  },
57
+ classic1s: {
58
+ min: '3.13.0',
59
+ },
57
60
  };
58
61
  }
59
62