@paraswap/dex-lib 4.7.13-unified-pair-restriction.1 → 4.7.13-unified-pair-restriction.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.d.ts CHANGED
@@ -8,4 +8,4 @@ export { StatefulEventSubscriber } from './stateful-event-subscriber';
8
8
  export { Log, PoolLiquidity, PoolPrices, ExchangePrices, Token, LoggerConstructor, Logger, BlockHeader, Config, } from './types';
9
9
  export { IDex } from './dex/idex';
10
10
  export { ConfigHelper } from './config';
11
- export { SlippageCheckError } from './dex/generic-rfq/types';
11
+ export { SlippageCheckError, BlacklistError } from './dex/generic-rfq/types';
package/build/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.SlippageCheckError = exports.ConfigHelper = exports.StatefulEventSubscriber = exports.DexAdapterService = exports.PoolsHelper = exports.PricingHelper = exports.GenericSwapTransactionBuilder = exports.TransactionBuilder = void 0;
3
+ exports.BlacklistError = exports.SlippageCheckError = exports.ConfigHelper = exports.StatefulEventSubscriber = exports.DexAdapterService = exports.PoolsHelper = exports.PricingHelper = exports.GenericSwapTransactionBuilder = exports.TransactionBuilder = void 0;
4
4
  var transaction_builder_1 = require("./transaction-builder");
5
5
  Object.defineProperty(exports, "TransactionBuilder", { enumerable: true, get: function () { return transaction_builder_1.TransactionBuilder; } });
6
6
  var generic_swap_transaction_builder_1 = require("./generic-swap-transaction-builder");
@@ -17,4 +17,5 @@ var config_1 = require("./config");
17
17
  Object.defineProperty(exports, "ConfigHelper", { enumerable: true, get: function () { return config_1.ConfigHelper; } });
18
18
  var types_1 = require("./dex/generic-rfq/types");
19
19
  Object.defineProperty(exports, "SlippageCheckError", { enumerable: true, get: function () { return types_1.SlippageCheckError; } });
20
+ Object.defineProperty(exports, "BlacklistError", { enumerable: true, get: function () { return types_1.BlacklistError; } });
20
21
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,6DAA2D;AAAlD,yHAAA,kBAAkB,OAAA;AAC3B,uFAAmF;AAA1E,iJAAA,6BAA6B,OAAA;AAEtC,mDAAiD;AAAxC,+GAAA,aAAa,OAAA;AACtB,+CAA6C;AAApC,2GAAA,WAAW,OAAA;AAEpB,6BAA0C;AAAjC,wGAAA,iBAAiB,OAAA;AAa1B,yEAAsE;AAA7D,oIAAA,uBAAuB,OAAA;AAgBhC,mCAAwC;AAA/B,sGAAA,YAAY,OAAA;AAErB,iDAA6D;AAApD,2GAAA,kBAAkB,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,6DAA2D;AAAlD,yHAAA,kBAAkB,OAAA;AAC3B,uFAAmF;AAA1E,iJAAA,6BAA6B,OAAA;AAEtC,mDAAiD;AAAxC,+GAAA,aAAa,OAAA;AACtB,+CAA6C;AAApC,2GAAA,WAAW,OAAA;AAEpB,6BAA0C;AAAjC,wGAAA,iBAAiB,OAAA;AAa1B,yEAAsE;AAA7D,oIAAA,uBAAuB,OAAA;AAgBhC,mCAAwC;AAA/B,sGAAA,YAAY,OAAA;AAErB,iDAA6E;AAApE,2GAAA,kBAAkB,OAAA;AAAE,uGAAA,cAAc,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paraswap/dex-lib",
3
- "version": "4.7.13-unified-pair-restriction.1",
3
+ "version": "4.7.13-unified-pair-restriction.2",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "repository": "https://github.com/paraswap/paraswap-dex-lib",