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