We're using only the apps/login application with packages installed from npm (not the full ZITADEL monorepo), and I've encountered an import issue after update to actual master. The logout page implementation in the upstream code references verifyJwt from @zitadel/client/node:
// apps/login/src/app/(login)/logout/page.tsximport { verifyJwt } from "@zitadel/client/node";
// apps/login/src/app/(login)/logout/page.tsximport { verifyJwt } from "@zitadel/client/node";