Skip to content

Commit

Permalink
[Release 0.35.0] v0.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UnumID Admin committed Nov 13, 2023
1 parent ba972e6 commit dfc6199
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export interface AuthenticationResult {
*/
export interface CredentialRequestDto {
type: string;
issuers: string[];
issuers?: string[];
required?: boolean;
mandatory?: MandatoryEnum;
description?: string;
Expand Down
2 changes: 1 addition & 1 deletion build/types.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@verifiedinc/core-types",
"version": "0.34.0",
"version": "0.35.0",
"description": "UnumID shared core service types",
"main": "./build/index.js",
"typings": "./build/index.d.ts",
Expand Down

0 comments on commit dfc6199

Please sign in to comment.