Skip to content

Commit

Permalink
chore(release): 10.0.0-alpha.29
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Nov 16, 2023
1 parent a113819 commit 3073b96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lifi/types",
"version": "10.0.0-alpha.28",
"version": "10.0.0-alpha.29",
"description": "Types for the LI.FI stack",
"keywords": [
"sdk",
Expand Down
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { BridgeDefinition } from './bridges.js'
import type { Chain, ChainId, ChainType } from './chains/index.js'
import type { Chain, ChainId, ChainKey, ChainType } from './chains/index.js'
import type { ExchangeDefinition } from './exchanges.js'
import type { Action, LiFiStep } from './step.js'
import type { Token } from './tokens/index.js'
Expand Down

0 comments on commit 3073b96

Please sign in to comment.