Skip to content

Commit

Permalink
feat: bump permit-utils to 0.3.0-RC.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed May 15, 2024
1 parent 8989353 commit c9eef95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/permit-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cowprotocol/permit-utils",
"version": "0.2.1",
"version": "0.3.0-RC.0",
"type": "module",
"dependencies": {
"ethers": "^5.7.2",
Expand Down
4 changes: 2 additions & 2 deletions libs/permit-utils/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
export { PERMIT_SIGNER, DEFAULT_MIN_GAS_LIMIT } from './const'
export { DEFAULT_MIN_GAS_LIMIT, PERMIT_SIGNER } from './const'

export { checkIsCallDataAValidPermit } from './lib/checkIsCallDataAValidPermit'
export { generatePermitHook } from './lib/generatePermitHook'
export { getPermitUtilsInstance } from './lib/getPermitUtilsInstance'
export { getTokenPermitInfo } from './lib/getTokenPermitInfo'
export { isSupportedPermitInfo } from './utils/isSupportedPermitInfo'

export type { PermitHookData, PermitHookParams, PermitInfo, PermitType, GetTokenPermitIntoResult } from './types'
export type { GetTokenPermitIntoResult, PermitHookData, PermitHookParams, PermitInfo, PermitType } from './types'

0 comments on commit c9eef95

Please sign in to comment.