@lifi/sdk 2.1.2-beta.0 → 2.1.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/README.md CHANGED
@@ -1,4 +1,18 @@
1
- ### Installation
1
+ <div align="center">
2
+
3
+ [![license](https://img.shields.io/badge/license-Apache%202-blue)](/LICENSE.md)
4
+ [![npm latest package](https://img.shields.io/npm/v/@lifi/sdk/latest.svg)](https://www.npmjs.com/package/@lifi/sdk)
5
+ [![npm downloads](https://img.shields.io/npm/dm/@lifi/sdk.svg)](https://www.npmjs.com/package/@lifi/sdk)
6
+ [![Follow on Twitter](https://img.shields.io/twitter/follow/lifiprotocol.svg?label=follow+LI.FI)](https://twitter.com/lifiprotocol)
7
+
8
+ </div>
9
+
10
+ # LI.FI - SDK
11
+
12
+ LI.FI Any-to-Any Cross-Chain-Swap SDK
13
+ Please checkout the [SDK docs](https://docs.li.fi/integrate-li.fi-js-sdk/install-li.fi-sdk) and our [API reference](https://apidocs.li.fi) for further information.
14
+
15
+ ## Installation
2
16
 
3
17
  ```bash
4
18
  yarn add @lifi/sdk
@@ -10,7 +24,9 @@ or
10
24
  npm install --save @lifi/sdk
11
25
  ```
12
26
 
13
- ### Summary
27
+ ## Summary
14
28
 
15
29
  This package allows accessing to LI.FI API which finds the best cross-chain routes on different bridges. The routes can
16
30
  then be executed via the SDK. Learn more about LI.FI on (https://li.fi).
31
+
32
+ Check out the [Changelog](./CHANGELOG.md) to see what changed in the last releases.
@@ -1,2 +1,2 @@
1
1
  export declare const name = "@lifi/sdk";
2
- export declare const version = "2.1.2-beta.0";
2
+ export declare const version = "2.1.2";
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = exports.name = void 0;
4
4
  exports.name = '@lifi/sdk';
5
- exports.version = '2.1.2-beta.0';
5
+ exports.version = '2.1.2';
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  export declare const name = "@lifi/sdk";
2
- export declare const version = "2.1.2-beta.0";
2
+ export declare const version = "2.1.2";
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  export const name = '@lifi/sdk';
2
- export const version = '2.1.2-beta.0';
2
+ export const version = '2.1.2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/sdk",
3
- "version": "2.1.2-beta.0",
3
+ "version": "2.1.2",
4
4
  "description": "LI.FI Any-to-Any Cross-Chain-Swap SDK",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",
@@ -76,7 +76,7 @@
76
76
  "dependencies": {
77
77
  "@ethersproject/abi": "^5.7.0",
78
78
  "@ethersproject/contracts": "^5.7.0",
79
- "@lifi/types": "^8.0.2",
79
+ "@lifi/types": "^8.0.3",
80
80
  "bignumber.js": "^9.1.1",
81
81
  "eth-rpc-errors": "^4.0.3",
82
82
  "ethers": "^5.7.2"
@@ -84,11 +84,11 @@
84
84
  "devDependencies": {
85
85
  "@commitlint/cli": "^17.6.6",
86
86
  "@commitlint/config-conventional": "^17.6.6",
87
- "@mswjs/interceptors": "^0.22.15",
88
- "@typescript-eslint/eslint-plugin": "^5.60.1",
89
- "@typescript-eslint/parser": "^5.60.1",
90
- "@vitest/coverage-c8": "^0.32.3",
91
- "cross-fetch": "^3.1.8",
87
+ "@mswjs/interceptors": "^0.22.16",
88
+ "@typescript-eslint/eslint-plugin": "^5.61.0",
89
+ "@typescript-eslint/parser": "^5.61.0",
90
+ "@vitest/coverage-c8": "^0.32.4",
91
+ "cross-fetch": "^4.0.0",
92
92
  "eslint": "^8.44.0",
93
93
  "eslint-config-prettier": "^8.8.0",
94
94
  "eslint-plugin-prettier": "^4.2.1",
@@ -100,7 +100,7 @@
100
100
  "prettier": "^2.8.8",
101
101
  "standard-version": "^9.5.0",
102
102
  "typescript": "^5.1.6",
103
- "vitest": "^0.32.3"
103
+ "vitest": "^0.32.4"
104
104
  },
105
105
  "directories": {
106
106
  "test": "test"