rainbow-swap-sdk
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -1,7 +0,11 @@ | ||
# Changelog | ||
### Changelog | ||
## [Unreleased] | ||
All notable changes to this project will be documented in this file. Dates are displayed in UTC. | ||
### Added | ||
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). | ||
- Keep-a-changelog plugin added. | ||
#### 1.1.0 | ||
- automate versioning and package publishing added [`6b7c5ba`](https://github.com/0xblackbot/rainbow-swap-sdk/commit/6b7c5ba670273263292c802f0e2b22960ca504cd) | ||
- eslint_prettier setup [`59be45d`](https://github.com/0xblackbot/rainbow-swap-sdk/commit/59be45d17c41c45f063fc12babae9e3e20f20750) | ||
- npm release automation [`aed7ade`](https://github.com/0xblackbot/rainbow-swap-sdk/commit/aed7ade52ffdcd338f524c914598ac634c48e77b) |
export { DexTypeEnum } from './enums/dex-type.enum'; | ||
export { RouteDirectionEnum } from './enums/route-direction.enum'; | ||
export { SwapRouteType } from './enums/swap-route-type.enum'; | ||
export type { Asset } from './types/asset.type'; | ||
export type { CalculatedSwapRoute } from './types/calculated-swap-route.type'; | ||
export { getAssetsRecord, getBestRoute } from './utils/api.utils'; | ||
export { getSwapMessages, getRainbowWalletActivationMessages } from './utils/message.utils'; | ||
export { getIsRainbowWalletActive, getIsActivationRequired } from './utils/rainbow-wallet.utils'; |
{ | ||
"name": "rainbow-swap-sdk", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "An SDK for building applications on top of Rainbow Swap", | ||
@@ -16,3 +16,3 @@ "repository": "https://github.com/0xblackbot/rainbow-swap-sdk.git", | ||
"build": "tsc", | ||
"release": "yarn build && release-it" | ||
"release": "release-it minor" | ||
}, | ||
@@ -27,5 +27,5 @@ "dependencies": { | ||
"devDependencies": { | ||
"@release-it/keep-a-changelog": "^5.0.0", | ||
"@typescript-eslint/eslint-plugin": "^7.16.0", | ||
"@typescript-eslint/parser": "^7.16.0", | ||
"auto-changelog": "^2.4.0", | ||
"eslint": "^8.57.0", | ||
@@ -32,0 +32,0 @@ "eslint-config-prettier": "^9.1.0", |
45686
890