shogun-button-react 6.2.0 → 6.2.1

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.
package/dist/connector.js CHANGED
@@ -20,7 +20,6 @@ export async function shogunConnector(options) {
20
20
  } : undefined,
21
21
  timeouts,
22
22
  silent: false, // Enable console logs for debugging
23
- crypto: (crypto === null || crypto === void 0 ? void 0 : crypto.autoGenerateOnAuth) ? { autoGenerateOnAuth: true } : undefined,
24
23
  });
25
24
  // Note: ShogunCore v2.0.0 initializes automatically in constructor
26
25
  // No need to call initialize() separately