Skip to content

Commit 95e357f

Browse files
authored
Merge pull request #1301 from dev-protocol/export-approve-if-needed
exports approveIfNeeded types and functions
2 parents 9cd9f6c + 9249229 commit 95e357f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/agent/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ export { clientsSTokens } from './common/clients/clientsSTokens'
2121
export { clientsUtilsSwapForStake } from './common/clients/clientsUtilsSwapForStake'
2222
export { clientsUtilsSwapTokensForStake as clientsUtilsSwapUsdcForStake } from './common/clients/clientsUtilsSwapTokensForStake'
2323
export { agentAddresses } from './common/agentAddresses'
24+
export * from './common/approveIfNeeded'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@devprotocol/dev-kit",
33
"type": "module",
4-
"version": "8.5.2",
4+
"version": "8.5.3",
55
"description": "Dev Kit for JavaScript",
66
"author": "abyssparanoia",
77
"license": "Apache-2.0",

0 commit comments

Comments
 (0)