Skip to content

Commit

Permalink
Update didc release (#2317)
Browse files Browse the repository at this point in the history
* Update didc release

* 🤖 npm run generate auto-update

---------

Co-authored-by: gix-bot <gix-bot@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 28, 2024
1 parent bc5dcda commit bdc39aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .didc-release
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# the release used to pull the didc executable
# see frontend-checks for more info
2024-01-30
2024-02-27
2 changes: 1 addition & 1 deletion demos/vc_issuer/app/generated/vc_issuer_types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ export interface _SERVICE {
>,
}
export declare const idlFactory: IDL.InterfaceFactory;
export declare const init: ({ IDL }: { IDL: IDL }) => IDL.Type[];
export declare const init: (args: { IDL: typeof IDL }) => IDL.Type[];
2 changes: 1 addition & 1 deletion src/frontend/generated/internet_identity_types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -389,4 +389,4 @@ export interface _SERVICE {
>,
}
export declare const idlFactory: IDL.InterfaceFactory;
export declare const init: ({ IDL }: { IDL: IDL }) => IDL.Type[];
export declare const init: (args: { IDL: typeof IDL }) => IDL.Type[];

0 comments on commit bdc39aa

Please sign in to comment.