Skip to content

Commit

Permalink
Export type VerifiableCredentialApiConfiguration (#914)
Browse files Browse the repository at this point in the history
* Export type VerifiableCredentialApiConfiguration
* Upgrade sonar action to v2.1.1
  • Loading branch information
NSeydoux authored Jan 17, 2024
1 parent 1a0313d commit c87fd57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
with:
name: code-coverage-ubuntu-latest-20.x
path: coverage/
- uses: SonarSource/[email protected]
# Note: sonarcloud doesn't publish a major version tag, which is best practice for github actions.
- uses: SonarSource/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@

export { default as issueVerifiableCredential } from "./issue/issue";
export type {
DatasetWithId,
Iri,
JsonLd,
VerifiableCredential,
VerifiableCredentialBase,
VerifiableCredentialApiConfiguration,
} from "./common/common";
export type { DatasetWithId } from "./common/common";
export {
isVerifiableCredential,
isVerifiablePresentation,
Expand Down

1 comment on commit c87fd57

@vercel
Copy link

@vercel vercel bot commented on c87fd57 Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

solid-client-vc-js – ./

solid-client-vc-js-git-main-inrupt.vercel.app
solid-client-vc-js.vercel.app
solid-client-vc-js-inrupt.vercel.app

Please sign in to comment.