@paraswap/core
Advanced tools
Comparing version 1.0.5-new-direct-methods.1 to 1.0.5-new-direct-methods.2
@@ -1,2 +0,2 @@ | ||
export { Address, NumberAsString, Adapters, OptimalRoute, OptimalSwap, OptimalSwapExchange, OptionalRate, OptimalRate } from './types'; | ||
export { SwapSide, ContractMethod } from './constants'; | ||
export { Address, NumberAsString, Adapters, OptimalRoute, OptimalSwap, OptimalSwapExchange, OptionalRate, OptimalRate, } from "./types"; | ||
export { SwapSide, ContractMethod, DirectContractMethods } from "./constants"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ContractMethod = exports.SwapSide = void 0; | ||
exports.DirectContractMethods = exports.ContractMethod = exports.SwapSide = void 0; | ||
var constants_1 = require("./constants"); | ||
Object.defineProperty(exports, "SwapSide", { enumerable: true, get: function () { return constants_1.SwapSide; } }); | ||
Object.defineProperty(exports, "ContractMethod", { enumerable: true, get: function () { return constants_1.ContractMethod; } }); | ||
Object.defineProperty(exports, "DirectContractMethods", { enumerable: true, get: function () { return constants_1.DirectContractMethods; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@paraswap/core", | ||
"version": "1.0.5-new-direct-methods.1", | ||
"version": "1.0.5-new-direct-methods.2", | ||
"description": "Common library used between different paraswap packages", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -9,8 +9,5 @@ export { | ||
OptionalRate, | ||
OptimalRate | ||
} from './types'; | ||
OptimalRate, | ||
} from "./types"; | ||
export { | ||
SwapSide, | ||
ContractMethod | ||
} from './constants'; | ||
export { SwapSide, ContractMethod, DirectContractMethods } from "./constants"; |
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
11777
288