@onekeyfe/hd-transport-lowlevel 1.2.0-alpha.70 → 1.2.0-alpha.72

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.
@@ -191,7 +191,7 @@ describe('LowlevelTransport protocol framing', () => {
191
191
  const context = {
192
192
  messageName: 'Ping',
193
193
  timeoutMs: 1000,
194
- highVolume: false,
194
+ highThroughput: false,
195
195
  generation: 1,
196
196
  signal: new AbortController().signal,
197
197
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onekeyfe/hd-transport-lowlevel",
3
- "version": "1.2.0-alpha.70",
3
+ "version": "1.2.0-alpha.72",
4
4
  "homepage": "https://github.com/OneKeyHQ/hardware-js-sdk#readme",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -20,8 +20,8 @@
20
20
  "lint:fix": "eslint . --fix"
21
21
  },
22
22
  "dependencies": {
23
- "@onekeyfe/hd-shared": "1.2.0-alpha.70",
24
- "@onekeyfe/hd-transport": "1.2.0-alpha.70"
23
+ "@onekeyfe/hd-shared": "1.2.0-alpha.72",
24
+ "@onekeyfe/hd-transport": "1.2.0-alpha.72"
25
25
  },
26
- "gitHead": "d86b033cf970f97e060c49fe4cf618f38b9ce666"
26
+ "gitHead": "76311ccd3753eca8e492b5324f93542bd38525ba"
27
27
  }