@sparkvault/sdk 1.21.10 → 1.21.11

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.
@@ -9255,7 +9255,6 @@ if (typeof window !== 'undefined') {
9255
9255
  // Auto-initialize from script tag data-account-id attribute
9256
9256
  const instance = autoInit(SparkVault);
9257
9257
  // Expose instance (if auto-init succeeded) or class (for manual init)
9258
- // eslint-disable-next-line @typescript-eslint/no-explicit-any
9259
9258
  window.SparkVault = instance ?? SparkVault;
9260
9259
  }
9261
9260