@1inch/fusion-sdk 2.1.0 → 2.1.1

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/README.md CHANGED
@@ -54,9 +54,3 @@ sdk.placeOrder({
54
54
  ## Resolvers
55
55
 
56
56
  `settleOrders` function usage and Resolver contract examples you can find [here](https://github.com/1inch/fusion-resolver-example)
57
-
58
- ## Other language implementations
59
-
60
- | Language | Link | Type |
61
- | -------- | --------------------------------------------------------------------- | ---------------- |
62
- | rust | [frolovdev/fusion-sdk-rs](https://github.com/frolovdev/fusion-sdk-rs) | Community driven |
@@ -2,3 +2,4 @@ export * from './fusion-order';
2
2
  export * from './auction-details';
3
3
  export * from './settlement-post-interaction-data';
4
4
  export * from './fusion-extension';
5
+ export { CHAIN_TO_WRAPPER } from './constants';
@@ -14,8 +14,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ exports.CHAIN_TO_WRAPPER = void 0;
17
18
  __exportStar(require("./fusion-order"), exports);
18
19
  __exportStar(require("./auction-details"), exports);
19
20
  __exportStar(require("./settlement-post-interaction-data"), exports);
20
21
  __exportStar(require("./fusion-extension"), exports);
22
+ var constants_1 = require("./constants");
23
+ Object.defineProperty(exports, "CHAIN_TO_WRAPPER", { enumerable: true, get: function () { return constants_1.CHAIN_TO_WRAPPER; } });
21
24
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/fusion-order/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA8B;AAC9B,oDAAiC;AACjC,qEAAkD;AAClD,qDAAkC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/fusion-order/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,iDAA8B;AAC9B,oDAAiC;AACjC,qEAAkD;AAClD,qDAAkC;AAClC,yCAA4C;AAApC,6GAAA,gBAAgB,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1inch/fusion-sdk",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "1inch Fusion SDK",
5
5
  "author": "@1inch",
6
6
  "private": false,
@@ -18,7 +18,7 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@1inch/byte-utils": "2.2.1",
21
- "@1inch/limit-order-sdk": "^4.8.7",
21
+ "@1inch/limit-order-sdk": "^4.9.1",
22
22
  "ethers": "6.11.0",
23
23
  "tslib": "^2.6.2",
24
24
  "ws": "^8.16.0"