Skip to content

Commit

Permalink
chore: export toCredentialRow
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Oct 31, 2024
1 parent c1d559b commit 09c00b6
Show file tree
Hide file tree
Showing 4 changed files with 8,867 additions and 6,388 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8.15.7
version: 9
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8.15.7
version: 9
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const getImageSize = async (image: string): Promise<IImageDimensions | undefined
}
}

const toCredentialDetailsRow = async ({
export const toCredentialDetailsRow = async ({
object,
subject,
issuer,
Expand Down
Loading

0 comments on commit 09c00b6

Please sign in to comment.