Comparing version 1.0.1 to 1.0.2
@@ -7,3 +7,3 @@ "use strict"; | ||
var bn_js_1 = __importDefault(require("bn.js")); | ||
var block_pb_js_1 = __importDefault(require("../../../protobuf/js/block_pb.js")); | ||
var block_pb_js_1 = __importDefault(require("../../util/protobuf-js/block_pb.js")); | ||
var account_1 = __importDefault(require("../../account/account")); | ||
@@ -10,0 +10,0 @@ var util_1 = __importDefault(require("../../util/util")); |
{ | ||
"name": "boxdjs", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A Javascript implementation of BOX Payout blockchain on NodeJS or Browser.", | ||
@@ -5,0 +5,0 @@ "main": "dist/boxd/boxd.js", |
import BN from 'bn.js' | ||
import block_pb from '../../../protobuf/js/block_pb.js' | ||
import block_pb from '../../util/protobuf-js/block_pb.js' | ||
import Account from '../../account/account' | ||
@@ -4,0 +4,0 @@ import CommonUtil from '../../util/util' |
@@ -11,3 +11,3 @@ import 'jest' | ||
jest.setTimeout(10000) | ||
jest.setTimeout(15000) | ||
@@ -84,3 +84,3 @@ test('Make a BOX transaction', async () => { | ||
done() | ||
}, 2000) | ||
}, 10000) | ||
}) | ||
@@ -87,0 +87,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
7086637
105
67119
27