@onekeyfe/hd-core 1.0.39-alpha.2 → 1.0.39-alpha.3

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/index.js CHANGED
@@ -7380,6 +7380,10 @@ var nested$1 = {
7380
7380
  passphrase_state: {
7381
7381
  type: "string",
7382
7382
  id: 8000
7383
+ },
7384
+ is_contains_attach: {
7385
+ type: "bool",
7386
+ id: 8001
7383
7387
  }
7384
7388
  }
7385
7389
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onekeyfe/hd-core",
3
- "version": "1.0.39-alpha.2",
3
+ "version": "1.0.39-alpha.3",
4
4
  "description": "> TODO: description",
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.0.39-alpha.2",
29
- "@onekeyfe/hd-transport": "^1.0.39-alpha.2",
28
+ "@onekeyfe/hd-shared": "^1.0.39-alpha.3",
29
+ "@onekeyfe/hd-transport": "^1.0.39-alpha.3",
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.1.4"
48
48
  },
49
- "gitHead": "d821f1adbd5a8539cc08a87afdc58f11d031cf8c"
49
+ "gitHead": "2bd40979626a31ba4fa79961290da220fb18da0b"
50
50
  }
@@ -6064,6 +6064,10 @@
6064
6064
  "passphrase_state": {
6065
6065
  "type": "string",
6066
6066
  "id": 8000
6067
+ },
6068
+ "is_contains_attach": {
6069
+ "type": "bool",
6070
+ "id": 8001
6067
6071
  }
6068
6072
  }
6069
6073
  },