@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.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/internal.cjs +1177 -55
- package/dist/internal.cjs.map +1 -1
- package/dist/internal.d.cts +2 -2
- package/dist/internal.d.ts +2 -2
- package/dist/internal.js +1177 -55
- package/dist/internal.js.map +1 -1
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -2061,6 +2061,7 @@ var EnsIndexerClient = class {
|
|
|
2061
2061
|
constructor(options) {
|
|
2062
2062
|
this.options = options;
|
|
2063
2063
|
}
|
|
2064
|
+
options;
|
|
2064
2065
|
getOptions() {
|
|
2065
2066
|
return Object.freeze({
|
|
2066
2067
|
url: new URL(this.options.url.href)
|
|
@@ -4677,6 +4678,7 @@ var SWRCache = class {
|
|
|
4677
4678
|
}
|
|
4678
4679
|
if (options.proactivelyInitialize) this.revalidate();
|
|
4679
4680
|
}
|
|
4681
|
+
options;
|
|
4680
4682
|
cache = null;
|
|
4681
4683
|
inProgressRevalidate = null;
|
|
4682
4684
|
backgroundInterval = null;
|