@opentiny/next-sdk 0.1.15-beta.1 → 0.1.15-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46288,6 +46288,9 @@ ${user}:`]
46288
46288
  if (transport && transport instanceof InMemoryTransport || transport && transport instanceof MessageChannelTransport) {
46289
46289
  return;
46290
46290
  }
46291
+ if (transport && transport instanceof ExtensionClientTransport) {
46292
+ return;
46293
+ }
46291
46294
  await transport?.terminateSession?.();
46292
46295
  await transport?.close?.();
46293
46296
  await client?.close?.();