rainbow-swap-sdk 1.1.7 → 1.1.9
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/dist/index.d.ts +2 -0
- package/package.json +1 -2
- package/CHANGELOG.md +0 -15
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export { DexTypeEnum } from './enums/dex-type.enum';
|
|
2
2
|
export { RouteDirectionEnum } from './enums/route-direction.enum';
|
|
3
3
|
export { SwapRouteType } from './enums/swap-route-type.enum';
|
|
4
|
+
export type { RouteStep } from './interfaces/route-step.interface';
|
|
5
|
+
export type { RouteStepWithCalculation } from './interfaces/route-step-with-calculation.interface';
|
|
4
6
|
export type { Asset } from './types/asset.type';
|
|
5
7
|
export type { CalculatedSwapRoute } from './types/calculated-swap-route.type';
|
|
6
8
|
export { getAssetsRecord, getBestRoute } from './utils/api.utils';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rainbow-swap-sdk",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"description": "An SDK for building applications on top of Rainbow Swap",
|
|
5
5
|
"repository": "https://github.com/0xblackbot/rainbow-swap-sdk.git",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -25,7 +25,6 @@
|
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
|
27
27
|
"@typescript-eslint/parser": "^7.16.0",
|
|
28
|
-
"auto-changelog": "^2.4.0",
|
|
29
28
|
"eslint": "^8.57.0",
|
|
30
29
|
"eslint-config-prettier": "^9.1.0",
|
|
31
30
|
"eslint-plugin-import": "^2.29.1",
|
package/CHANGELOG.md
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
### Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
|
4
|
-
|
|
5
|
-
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
|
6
|
-
|
|
7
|
-
#### [1.1.1](https://github.com/0xblackbot/rainbow-swap-sdk/compare/1.1.0...1.1.1)
|
|
8
|
-
|
|
9
|
-
#### 1.1.0
|
|
10
|
-
|
|
11
|
-
> 15 July 2024
|
|
12
|
-
|
|
13
|
-
- automate versioning and package publishing added [`6b7c5ba`](https://github.com/0xblackbot/rainbow-swap-sdk/commit/6b7c5ba670273263292c802f0e2b22960ca504cd)
|
|
14
|
-
- eslint_prettier setup [`59be45d`](https://github.com/0xblackbot/rainbow-swap-sdk/commit/59be45d17c41c45f063fc12babae9e3e20f20750)
|
|
15
|
-
- npm release automation [`aed7ade`](https://github.com/0xblackbot/rainbow-swap-sdk/commit/aed7ade52ffdcd338f524c914598ac634c48e77b)
|