xrpl-binary-codec-prerelease
Advanced tools
Comparing version 4.0.4 to 5.0.0
@@ -18,3 +18,2 @@ "use strict"; | ||
Object.defineProperty(exports, "Hash256", { enumerable: true, get: function () { return hash_256_1.Hash256; } }); | ||
const issue_1 = require("./issue"); | ||
const path_set_1 = require("./path-set"); | ||
@@ -36,3 +35,2 @@ Object.defineProperty(exports, "PathSet", { enumerable: true, get: function () { return path_set_1.PathSet; } }); | ||
Object.defineProperty(exports, "Vector256", { enumerable: true, get: function () { return vector_256_1.Vector256; } }); | ||
const xchain_bridge_1 = require("./xchain-bridge"); | ||
const enums_1 = require("../enums"); | ||
@@ -47,3 +45,2 @@ const coreTypes = { | ||
Hash256: hash_256_1.Hash256, | ||
Issue: issue_1.Issue, | ||
PathSet: path_set_1.PathSet, | ||
@@ -57,3 +54,2 @@ STArray: st_array_1.STArray, | ||
Vector256: vector_256_1.Vector256, | ||
XChainBridge: xchain_bridge_1.XChainBridge, | ||
}; | ||
@@ -60,0 +56,0 @@ exports.coreTypes = coreTypes; |
{ | ||
"name": "xrpl-binary-codec-prerelease", | ||
"version": "4.0.4", | ||
"version": "5.0.0", | ||
"description": "XRP Ledger binary codec", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
347558
119
9352