@ensnode/ensnode-sdk 1.15.2 → 1.16.0

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/index.js CHANGED
@@ -1784,6 +1784,7 @@ var EnsIndexerClient = class {
1784
1784
  constructor(options) {
1785
1785
  this.options = options;
1786
1786
  }
1787
+ options;
1787
1788
  getOptions() {
1788
1789
  return Object.freeze({
1789
1790
  url: new URL(this.options.url.href)
@@ -4404,6 +4405,7 @@ var SWRCache = class {
4404
4405
  }
4405
4406
  if (options.proactivelyInitialize) this.revalidate();
4406
4407
  }
4408
+ options;
4407
4409
  cache = null;
4408
4410
  inProgressRevalidate = null;
4409
4411
  backgroundInterval = null;