Error message using pack-zip on a custom connector

I think this is an issue with the SDK having been updated with a new definition for the stdAccountList command. In index.ts, replacing the .stdAccountList on line 54 should fix the problem:

.stdAccountList(async (context: Context, input: StdAccountListInput, res: Response<StdAccountListOutput>) => {