@harmony-js/core
Advanced tools
Comparing version 0.1.54 to 0.1.55
@@ -87,2 +87,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Blockchain = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -89,0 +90,0 @@ var network_1 = require("@harmony-js/network"); |
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Harmony = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -9,0 +10,0 @@ var crypto = tslib_1.__importStar(require("@harmony-js/crypto")); |
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.HarmonyExtension = exports.ExtensionType = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -9,0 +10,0 @@ var network_1 = require("@harmony-js/network"); |
@@ -6,3 +6,3 @@ /** | ||
*/ | ||
import { HttpProvider, WSProvider, RPCRequestPayload } from '@harmony-js/network'; | ||
import { HttpProvider, WSProvider, RPCRequestPayload, ResponseMiddleware } from '@harmony-js/network'; | ||
import { ChainID, ChainType } from '@harmony-js/utils'; | ||
@@ -36,5 +36,5 @@ import { HDNode } from '@harmony-js/account'; | ||
resolveArgs(...args: [RPCRequestPayload<any>, any]): ArgsResolver; | ||
resolveResult: (response: any) => any; | ||
resolveCallback: (err: any, res: any, callback: (error: any, res?: any) => void) => void; | ||
resolveResult: (response: ResponseMiddleware | any) => any; | ||
resolveCallback: (err: any, res: any, callback: (error: any, res?: ResponseMiddleware | any) => void) => void; | ||
} | ||
//# sourceMappingURL=truffleProvider.d.ts.map |
@@ -8,2 +8,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.TruffleProvider = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -10,0 +11,0 @@ var utils_1 = require("@harmony-js/utils"); |
@@ -8,2 +8,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.UrlType = void 0; | ||
var UrlType; | ||
@@ -10,0 +11,0 @@ (function (UrlType) { |
@@ -8,2 +8,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createWeb3 = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -10,0 +11,0 @@ var utils_1 = require("@harmony-js/utils"); |
{ | ||
"name": "@harmony-js/core", | ||
"version": "0.1.54", | ||
"version": "0.1.55", | ||
"description": "harmony core package", | ||
@@ -21,11 +21,11 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@harmony-js/account": "0.1.54", | ||
"@harmony-js/contract": "0.1.54", | ||
"@harmony-js/crypto": "0.1.54", | ||
"@harmony-js/network": "0.1.54", | ||
"@harmony-js/staking": "0.1.54", | ||
"@harmony-js/transaction": "0.1.54", | ||
"@harmony-js/utils": "0.1.54" | ||
"@harmony-js/account": "0.1.55", | ||
"@harmony-js/contract": "0.1.55", | ||
"@harmony-js/crypto": "0.1.55", | ||
"@harmony-js/network": "0.1.55", | ||
"@harmony-js/staking": "0.1.55", | ||
"@harmony-js/transaction": "0.1.55", | ||
"@harmony-js/utils": "0.1.55" | ||
}, | ||
"gitHead": "4033b3f9712f01cfad8b97db4be5aa679c430321" | ||
"gitHead": "c49abc56916e6edf7aa959e38397ff280e47ec30" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
786885
11464
+ Added@harmony-js/account@0.1.55(transitive)
+ Added@harmony-js/contract@0.1.55(transitive)
+ Added@harmony-js/crypto@0.1.55(transitive)
+ Added@harmony-js/network@0.1.55(transitive)
+ Added@harmony-js/staking@0.1.55(transitive)
+ Added@harmony-js/transaction@0.1.55(transitive)
+ Added@harmony-js/utils@0.1.55(transitive)
- Removed@harmony-js/account@0.1.54(transitive)
- Removed@harmony-js/contract@0.1.54(transitive)
- Removed@harmony-js/crypto@0.1.54(transitive)
- Removed@harmony-js/network@0.1.54(transitive)
- Removed@harmony-js/staking@0.1.54(transitive)
- Removed@harmony-js/transaction@0.1.54(transitive)
- Removed@harmony-js/utils@0.1.54(transitive)
Updated@harmony-js/account@0.1.55
Updated@harmony-js/contract@0.1.55
Updated@harmony-js/crypto@0.1.55
Updated@harmony-js/network@0.1.55
Updated@harmony-js/staking@0.1.55
Updated@harmony-js/utils@0.1.55