@near-eth/aurora-erc20
Advanced tools
Comparing version 2.6.0 to 2.7.0
export * as bridgedErc20 from './bridged-erc20'; | ||
export * as naturalErc20 from './natural-erc20'; | ||
export * as eNEAR from './enear'; | ||
export * as wNEAR from './wnear'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -26,5 +26,7 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.naturalErc20 = exports.bridgedErc20 = void 0; | ||
exports.wNEAR = exports.eNEAR = exports.naturalErc20 = exports.bridgedErc20 = void 0; | ||
exports.bridgedErc20 = __importStar(require("./bridged-erc20")); | ||
exports.naturalErc20 = __importStar(require("./natural-erc20")); | ||
exports.eNEAR = __importStar(require("./enear")); | ||
exports.wNEAR = __importStar(require("./wnear")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@near-eth/aurora-erc20", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"license": "(MIT AND Apache-2.0)", | ||
@@ -18,3 +18,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@near-eth/client": "1.10.0", | ||
"@near-eth/client": "1.11.0", | ||
"@near-eth/utils": "2.5.0", | ||
@@ -21,0 +21,0 @@ "bn.js": "^5.1.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
279358
55
3503
+ Added@near-eth/client@1.11.0(transitive)
- Removed@near-eth/client@1.10.0(transitive)
Updated@near-eth/client@1.11.0