@trezor/transport
Advanced tools
Comparing version 1.1.1-beta.3 to 1.1.1-beta.4
{ | ||
"name": "@trezor/transport", | ||
"version": "1.1.1-beta.3", | ||
"version": "1.1.1-beta.4", | ||
"description": "Low level library facilitating protocol buffers based communication with Trezor devices", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE.md", |
@@ -5,2 +5,4 @@ // flowtype only | ||
const fs = require('fs'); | ||
const path = require('path'); | ||
const json = require('../messages.json'); | ||
@@ -7,0 +9,0 @@ const { RULE_PATCH, TYPE_PATCH, DEFINITION_PATCH, SKIP, UINT_TYPE } = require('./protobuf-patches'); |
423345
12624